This project consists in creating a Othello - Reversi game using Turtle module. Based on user's input, the program makes plays with you the Othello - Reversi. This is an exercise developed during CITS1401 in 2014.
Make sure you have Python installed. This project is working on Ubuntu 16.04 with Python 2.7 without any issues. It also work on Python 3.X.
If you just have installed Python you might not have TkInter. Tkinter is Python's de-facto standard GUI (Graphical User Interface) package. I have to install it on my Ubuntu using:
sudo apt-get install python-tk
Note: make sure you follow the right installation guide for your operational system.
python runner.py
Note: Any other input is given during execution.
git clone [email protected]:tmmgarcia/othello-s.git
cd othello-s/
git checkout -b your-feature
git push --set-upstream origin origin/your-feature
git commit -am "feature description"
git push origin your-feature
# make a pull request
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details