A collection of game examples implemented as rust console applications primarily for providing education and inspiration. :)
Game | *Complexity | Notes |
---|---|---|
Rock Paper Scissors | 0 | |
Simon | 1 | |
Tic Tac Toe | 2 |
*Complexity: a relative rating for how complex/advanced the source code is.
More documentation to be added soon.
This repo is ready to use with Visual Studio Code on Windows. A .vscode
folder is included. Open the root folder of this repo in Visual Studio Code and you should be prompted to install the necesary extensions, and the debug view should be populated with the games. Visual Studio Code tasks to cargo build
each game should also be included.