games-in-rust 0.1.0

A collection of games written in Rust
games-in-rust-0.1.0 is not a library.

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.
  2. Clone the repository:
git clone https://github.com/avcode-exe/Games-in-Rust.git
  1. Build and run the project:
cargo run --release
  1. Enjoy!