Thanks for checking out the MancalaGame app. In this app, users can play against an AI opponent in the exciting game known as Mancala.
Mancala is an extremely old game dating back all the back to ancient Africa around 6,000BC. Since then, the game has spread to all parts of the globe through India to Spain and eventually being brought to South American countries like Brazil. Given the game's age, there have been dozens of variations used but this particular one will use the rules detailed here: https://www.thesprucecrafts.com/how-to-play-mancala-409424
- Clone the repository by running 'git clone https://github.com/tn1800/Mancala-Game.git' in a terminal window.
- After cloning the repo, cd into the repo and locate the 'xcodeproj' file.
- Double click the file and it will open up in Xcode.
- If Xcode is not downloaded, download it using 'https://developer.apple.com/xcode/'
- Once in Xcode, at the top right corner press the run button to run the project.
- Have fun!