My progress so far
In my game (art done by a friend), a clock goes down by x every y (changes) and when it reaches 0 you die, getting coins. There are power-ups which can make the clock go faster, but you have to get back to a checkpoint. It is set in space, and you have to deal with aliens and asteroids, which will try to stop you from beating the game. It is level-based, and you get access to a shop between levels. There are two bosses and four minibosses spread across around 12-ish levels.
So, what have I done so far? Asteroids and Enemies have been implemented. This means: -Random Asteroid spawn: location, amount, sprite and speed all random -Random Enemy movement as well as enemy AI -Collisions The player can move and shoot asteroids
What Am I currently working on? I am currently working on the clock and currency
How long have we been working? We have been working ~6 and a half hours, omitting all breaks for Lunch and to make this post

