In order to learn Python, I developed a simple GUI based Checkers game. Implemented using Tk GUI library, it was a great project that allowed me to explore the language and create something fun at the same time.
Getting Started
-
Clone the respository.
$ git clone https://github.com/steerzac/PythonCheckers.git
-
Check that python is installed
$ python --version
-
If python is installed, run the app
$ python __init__.py
-
If python is not installed, install python and run the app.
$ brew install python
$ python __init__.py
-
Enjoy your game of checkers!