This is a template game. You can use this as a window template, a controller template, or any other features the demo includes. This is just a simple snake game template.
Have Cargo installed.
Run the following commands in the command shell:
git clone https://github.com/TechPenguineer/Rust-Game-Template.git
cd Rust-Game-Template
Build the project files. You can do this by typing:
cargo build
Your all set! You can now run the code by doing
cargo run
If you have any issues please leave them here
Big thanks for YouCodeThings for coding the template!
You can find his github here: https://github.com/AndrewJakubowicz
I DID NOT WRITE THE CODE ALL I DID WAS WRITE THE INSTRUCTIONS