Skip to content

Jayllyz/sudoku-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-rust 🧩

test Super-Linter

Personal project to learn Rust and improve my algorithm skills. Recently started learning Rust and wanted to build something to practice because i really like the language.

Roadmap 🗺️

  • Generate a random sudoku board ✅
  • Choose between 3 difficulties (easy, medium, hard) ✅
  • Sudoku solver ✅
  • local web app ✅
  • Playable game in web app 🚧

Run Locally 🚀

Clone the project

  git clone https://github.com/Jayllyz/sudoku-rust.git

Go to the project directory

  cd sudoku-rust

Build the docker image

  docker build -t sudoku-rust .

Run the docker container

  docker run --name sudoku-rust -it -p 8000:8000 sudoku-rust

Author 👨‍💻

License ⚖️

The Unlicense