//Made in 72 hours for the Minimalism Jam.//
//A 72 seconds shooting game//

While 0<Time<72:
     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,

//Controls//

//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,

// :) //

Comments

Log in with itch.io to leave a comment.

59

The style and theme of this game is amazing!