Skip to content

tiagomenegaz/othello-s

Repository files navigation

Othello Game - AKA Reversi

alt tag

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.

Getting Started

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.

Prerequisites

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.

Running

python runner.py

Note: Any other input is given during execution.

Contributing

git clone git@github.com: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

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Play Othello's game using Python Turtle module

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages