Mancala Game with GUI
Test Cases for both rule sets can be found at src/test/java/mancala .
This is a Java implementation of the popular Mancala board game with a graphical user interface (GUI). The game supports two players and follows customizable rulesets, such as "Ayo Rules" or "Kalah Rules." Players take turns making strategic moves to capture stones and win the game. The GUI provides an interactive interface for gameplay, including options to save and load games.
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
-
Dowload the JAR file
-
Click on the file to run it
-
For classic Mancala rules, click 'Kalah Rules'
-
Enjoy!
Author Information Name : Pranay Harpalani Student ID: ------- Email: pranayharpalani@icloud.com
Development History
0.3
Made GUI, fixed minor issues.
0.2
Made Code and exceptions.
0.1
Initial Structure making.
Acknowledgments:
awesome-readme [simple-readme] (https://gist.githubusercontent.com/DomPizzie/7a5ff55ffa9081f2de27c315f5018afc/raw/d59043abbb123089ad6602aba571121b71d91d7f/README-Template.md)