Ludo (also know as Pachisi) is a classic board game that involves some kind of strategy and dice probability.
This project implements Ludo using the Java language and its common lib collection.
For more details about the game and its rules, check the Reference
# Clone project
$ git clone git@github.com:LuanSilveiraSouza/java-ludo-game.git
# Enter in project folder
$ cd java-ludo-game/src
# Run project (JDK >= 8)
$ javac MainGame.java
$ java MainGame
Feel free to open new issues and colaborate with others issues in Issues Page
Made with ❤️ by:
Released in 2021 under MIT License
Made with ❤️ by Luan Souza.