# Games-in-Rust
This project contains various games implemented in Rust. Currently, it includes a maze game.
## Maze Game
The maze game generates a random maze and allows the player to navigate through it using the arrow keys.
### How to Run
1. Ensure you have Rust installed. If not, you can install it from [rust-lang.org](https://www.rust-lang.org/).
2. Clone the repository:
```bash
git clone https://github.com/avcode-exe/Games-in-Rust.git
```
3. Build and run the project:
```bash
cargo run --release
```
4. Enjoy!