Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.05 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.05 KB

MancalaGame App

Overview

Thanks for checking out the MancalaGame app. In this app, users can play against an AI opponent in the exciting game known as Mancala.

How To Play

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

Build and Run (Linux/Mac OS only)

  1. Clone the repository by running 'git clone https://github.com/tn1800/Mancala-Game.git' in a terminal window.
  2. After cloning the repo, cd into the repo and locate the 'xcodeproj' file.
  3. Double click the file and it will open up in Xcode.
  4. If Xcode is not downloaded, download it using 'https://developer.apple.com/xcode/'
  5. Once in Xcode, at the top right corner press the run button to run the project.
  6. Have fun!