ugur-akin / algo-robo

0 stars 0 forks source link

Game Manager #3

Open ugur-akin opened 3 years ago

ugur-akin commented 3 years ago

Implement a Game Manager to hold game and level state and manage/maintain gameplay related information.

The considerations for implementation are:

  1. Implement alongside a context to provide easy access to information to all the UI layer components.
  2. Implement as a custom hook to be used by the Game page, which can handle passing the necessary information to the UI components (currently preferred).
  3. Implement as a component which takes a render method and passes it the information.