| Crates.io | games-in-rust |
| lib.rs | games-in-rust |
| version | 0.2.1 |
| created_at | 2024-11-16 09:39:21.229033+00 |
| updated_at | 2024-11-17 12:54:02.70154+00 |
| description | A collection of games written in Rust |
| homepage | https://github.com/avcode-exe/Games-in-Rust |
| repository | https://github.com/avcode-exe/Games-in-Rust |
| max_upload_size | |
| id | 1450263 |
| size | 63,695 |
This project contains various games implemented in Rust. Currently, it includes a maze game.
The maze game generates a random maze and allows the player to navigate through it using the arrow keys.
The minesweeper game generates a random board and the player need to flag and reveal each cells using the arrow keys.
The snake game is a simple game where the player controls a snake and tries to eat the food. The snake grows longer as it eats the food.
sudo apt install libncurses5-dev libncursesw5-dev
git clone https://github.com/avcode-exe/Games-in-Rust.git
cargo run --release