AntonioCS / pong_clone

A (very basic) clone of the classic game of pong in C with SDL2
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Create state machine #3

Open AntonioCS opened 8 years ago

AntonioCS commented 8 years ago

Create a state machine so that the game is able to display different states. Possible states are

AntonioCS commented 8 years ago

To get some ideas:

AntonioCS commented 8 years ago

I am trying to create a menu system so that I have something to show.

I might not fully implement this as it is taking quite a bit of time. For now I might just hard code something (for the FSM) so to make a simple prototype and work on it in future versions.