2 unstable releases
0.2.0 | Nov 26, 2024 |
---|---|
0.1.0 | Nov 26, 2024 |
#234 in Games
315 downloads per month
10KB
147 lines
Snake Ladder
A terminal-based implementation of the classic Snakes and Ladders game written in Rust. Play with a friend and enjoy the thrill of climbing ladders and avoiding snakes!
Features
- π² 2-player gameplay: Take turns rolling the dice.
- π Snakes and Ladders mechanics: Land on a snake to slide down, or climb up a ladder to get closer to the finish.
- π Visual game board: Displays the board with snakes, ladders, and player positions in an intuitive format.
- π¨ Color-coded board: Players, snakes, and ladders are visually differentiated using colors (requires a terminal that supports colors).
Getting Started
Prerequisites
- Rust installed. If you donβt have it, install it via rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Dependencies
~0.3β6.5MB
~39K SLoC