Skip to content

Files

Latest commit

 

History

History
33 lines (24 loc) · 2.59 KB

README.md

File metadata and controls

33 lines (24 loc) · 2.59 KB

rust-console-games

flat Discord License

A collection of game examples implemented as rust console applications primarily for providing education and inspiration. :)

Game *Complexity Notes
Rock Paper Scissors 0 Build
Simon 1 Build
Tic Tac Toe 2 Build

*Complexity: a relative rating for how complex/advanced the source code is.

Getting Started

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.

Related Repos