Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Create app states and an API to start a game #16

Merged
merged 9 commits into from
Mar 15, 2022
Merged

Conversation

jdno
Copy link
Owner

@jdno jdno commented Mar 15, 2022

The game can now be in different states, which unblocks further development of the simulation. The default state is the ready state, which shows a menu screen to the user. The screen has only been mocked yet, and does not have its final functionality. The player can send a request to start a game, which transitions from the ready state to the running state. This state had previously been implemented, and runs the simulation.

Future work can now implement failure conditions, which transition the game from the running state back to the ready state.

2022-03-15-start-game.mov

@jdno jdno self-assigned this Mar 15, 2022
@jdno jdno merged commit 5dd8b23 into main Mar 15, 2022
@jdno jdno deleted the create-app-states branch March 15, 2022 17:14
@jdno jdno added the R-added Add a new feature to the release notes label Mar 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
R-added Add a new feature to the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant