Hunter (itch) (Herweins)
About
//Made in 72 hours for the Minimalism Jam.//
//A 72 seconds shooting game//
//A 72 seconds shooting game//
While 0 PlayerCanFireAtBirds set to true,
When MusicGoesHard:
Gun=Big,
Else:
Gun=small,
When Time=x*20sec (with x as an integer):
Clone Entity.Bird,
If Bullet Overlaps Entity.Bird:
Score=Score+1,
Destroy Bullet,
If Bullet Overlaps Wall:
Score=Score-1,
Destroy Bullet,
//Plays with mouse and arrow keys.//
Import Mouse.Library
Import Arrow_Keys.Library
If LeftClick is pressed & Gun=small:
Create Bullet at Gun(x,y),
If LeftClick is held & Gun=Big:
Create Bullet at Gun(x,y) every 0.12 seconds,
If GamePlayed:
PlayerCanShareScoresInTheComments set to true,
// :) //
System requirements for Web
Last Modified: May 7, 2021
Where to buy
itch.io