/java-ludo-game

Ludo Game implementation in Java

Primary LanguageJavaMIT LicenseMIT

Ludo Game

Repository size GitHub last commit License

📌 Sumary

📎 Introduction

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

🚀 How to Run

# 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

🐛 Contribution, Bugs and Issues

Feel free to open new issues and colaborate with others issues in Issues Page

🙍 Contributors

Made with ❤️ by:

📚 License

Released in 2021 under MIT License

Made with ❤️ by Luan Souza.