Skip to content

JoseMorenoJ/VectorRace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vector_race

A race of vectors.

To do

State Machine

Add a State Machine where each state will be either the menu, the game, the pause menu from the game.

  • Main menu: player/game selection and options menu
  • Game: the race itself
  • Pause menu: menu opened from a game.

States:

MainMenu  --new_game--> Game  -----ESC----> PauseMenu
                       Game <--Continue--  PauseMenu
MainMenu <------------------Exit---------- PauseMenu

Similarly, we will need to define a Context for those states (which will be the components of the class, basically).

Check local files in the laptop, there should be a "ToDo" file somewhere

About

A race of vectors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published