snake_ladder 0.2.0

A simple terminal-based implementation of Snakes and Ladders in Rust.
Documentation
  • Coverage
  • 75%
    3 out of 4 items documented0 out of 4 items with examples
  • Size
  • Source code size: 15.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 217.86 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 1m 26s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • wdcs-pruthvithakor

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