This is a implementation of the classic board game Mancala, built using Java. The game can be played by two players against each other.
- Two player mode
- User-friendly interface
- Undo and redo functionality
- Game statistics tracking
- Java 8+
- Clone the repository:
git clone https://github.com/soundy0115/MancalaGame.git
- Import the project into your preferred IDE
- Run the Main class, the game will start on a new window.
- The game can be played by two players against each other.
- The user-friendly interface will guide you through the game.
- You can undo and redo moves during the game
- You can view the game statistics after the game.
For more information on the project, please refer to our project document: Project Document