Skip to content

pharpala/Mancala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

Mancala Game with GUI

Test Cases

Test Cases for both rule sets can be found at src/test/java/mancala .

Description

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.

Dependencies

import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;

Executing program

  1. Dowload the JAR file

  2. Click on the file to run it

  3. For classic Mancala rules, click 'Kalah Rules'

  4. Enjoy!

Limitations

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)

About

Mancala Videogame made with Java GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages