Skip to content

GUI based Checkers game created with Python. Implemented using Tk GUI library.

Notifications You must be signed in to change notification settings

steerzac/PythonCheckers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonCheckers

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

  1. Clone the respository.

    $ git clone https://github.com/steerzac/PythonCheckers.git

  2. Check that python is installed

    $ python --version

  3. If python is installed, run the app

    $ python __init__.py

  4. If python is not installed, install python and run the app.

    $ brew install python

    $ python __init__.py

  5. Enjoy your game of checkers!

About

GUI based Checkers game created with Python. Implemented using Tk GUI library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages