A Rust implementation of the classic board game Ludo.
- Rust
- Cargo
Download the rust from their official website: https://www.rust-lang.org/tools/install
if you use linux you can install rust using this command:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Clone the repo:
git clone https://github.com/your_username/ludo-game.git
Build the project:
cargo build
Run the game:
cargo run
Follow the instructions displayed in the console to play the game.
Game board displayed in the terminal. Rolling of dice and movement of pieces. Multiplayer support for up to four players. Automated testing using Rust's built-in testing framework.
!!! The game will take a long for AI to play because it is implemented on a single thread !!!
Contributions are welcome and appreciated! Please follow the steps below to contribute:
- Fork the repo.
- Create a new branch (git checkout -b new-feature)
- Make your changes and commit them (git commit -m "Add new feature")
- Push to the branch (git push origin new-feature)
- Create a pull request.
Distributed under the SDU License. See LICENSE for more information. Contact zaahm18@student.sdu.dk
Repository: https://github.com/ZA0068/ludogame