setup_next_steps - Code-Over-Time/varcade_games GitHub Wiki
Next you should add a real playable to Varcade Games. Open up the README for the game_rps
project (game_rps/README.md
). That README will give you the required configuration to add a real playable game. Setting it up should be straight forward as you've been through the process once already.
Then, head over to the onboarding section of this wiki to learn more about:
- The system architecture
- The structure of the various different projects
- How to test the various different systems
- How to make changes and see the impact in real time