An implementatation of the famous and popular snakes and ladders game, as a desktop app.
Ladders and snakes are generated randomaly every time the game is initialized.
First you need to have Rust and npm on your machine. Then run (on linux):
git clone https://github.com/Sabn0/SnakesAndLadders-Rs.git
cd SnakesAndLadders-Rs
npm install
npm run tauri dev
I also attached an sh script above. Required 2.3 GB when built on my local machine.
Programmed using the amazing Tauri framework:
- Rust (vs 1.69.0) for the backend.
- JavaScript, HTML and CSS for the frontend.
The dice implementation was heavily based on the nice tutorial here.
Under MIT license and Apache License, Version 2.0.