Simple snake in Rust and Raylib
This repository has been archived on 2024-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Mateusz Słodkowicz 13915f08e7
Change colors, add score text all the time
2024-03-08 08:00:20 +00:00
src Change colors, add score text all the time 2024-03-08 08:00:20 +00:00
.gitignore Initial commit 2024-03-07 22:57:21 +00:00
Cargo.lock Initial commit 2024-03-07 22:57:21 +00:00
Cargo.toml Initial commit 2024-03-07 22:57:21 +00:00
README.md Create README.md 2024-03-08 00:00:05 +01:00

README.md

Snake game

Simple snake game made to test out rust language.

It's using raylib and rand from cargo.