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 fd37987a09
Create README.md
2024-03-08 00:00:05 +01:00
src Initial commit 2024-03-07 22:57:21 +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.