Skip to content

goswamig/rust-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver

Maze Solver is a web-based interactive game that challenges players to navigate through a maze using a Q-learning algorithm. This project is built with Rust and uses Warp for the web server and frontend interaction.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before running the project, you must have Rust installed on your system. If you do not have Rust installed, you can install it by following the instructions on the official Rust website.

Setup

To get started, clone the repository to your local machine using Git:

git clone https://github.com/goswamig/rust-ai.git
cd 

### Building the project
```bash 
cargo clean
cargo build

### Running the project
```bash
cargo run

Open the url http://127.0.0.1:3030/ in your web browser to start solving the maze!

About

I will keep adding code in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published