Initial publish

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revisions of game/game.h

Revision Date Message Actions
22:4dc3c95f2146 2019-03-27 I have started creating Doxygen comments for the report. File  Diff  Annotate
21:0eb394495b8a 2019-03-27 switched all enemies functions into the class system in a separate file. Created a struct for writing sprites more easily. Created a function that resets all values when the game is over. Separated collision, gameObject and constants into new files. File  Diff  Annotate
20:557e84189a57 2019-03-26 Have made the intro for my game. I need to implement class system again in order to get more marks. Need to a function that will be resetting in game values when the game is over.; File  Diff  Annotate
19:b78fa41d04a9 2019-03-21 I have made a game over screen when the player dies. I made the red light flash (when health is low). I have started making a new intro to my game - animated. I have made a "game over" title - need to add to the screen. Have made multiple led flash. File  Diff  Annotate
13:5c3dc6e827c2 2019-03-17 Have converted spaceship movement, a small star and medium star from class into the struct. File  Diff  Annotate
12:bfe3a3deaac3 2019-03-17 I have decided to switch from class to struct. So far I have changed the enemy and blast, still, need to change stars and menu. I have made a collision function for blast and enemy. Need to create interesting enemy death. File  Diff  Annotate
11:cf2ba52e8b7e 2019-03-12 Have made medium stars (the same principle as in small star) - This is the code before making the enemy ship with the same method and the background planet. File  Diff  Annotate
10:f02413ae09fe 2019-03-12 I have made multiple stars flow using the same method I used for blasters. File  Diff  Annotate
9:5ad5501c702e 2019-03-11 I have found a way to make multiple fire shots at the same time. Have moved the blasts into a separate file. I have created a small function in lcd library so that 1 will overwrite 0 on top. Have modified Models folder - moved from .h to .cpp. File  Diff  Annotate
5:2b9181bc5c89 2019-03-04 Have made the ship moving around in the "start game". Have done 4 different models of stars and a model of a blaster. Have made that the ship would not leave the set border limit (beyond the screen). File  Diff  Annotate
4:02c63aaa2df9 2019-03-03 Decided to switch to the class system (need to understand it better). Removed the parts of the menu from the main (was adviced to keep it separate). Have made it go from the menu into the game. ; To Do: the animation, setting, tutorial, in-game menu. File  Diff  Annotate
3:10918b0f7a7d 2019-02-28 I have created game.cpp file where the actual game will be happening. I have created one model of a spaceship and stored in header file. Have linked game and main together. ; ; However I cannot find a way of how to read buttons. File  Diff  Annotate