ZackMFleischman / checkers

Checkers game implementation written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkers

Graphical Checkers program written in Python.

It currently has 2 players alternate using the mouse to play a game of checkers.

Dependencies

  • pygame

How to install pygame on Mac:

brew install sdl sdl_image sdl_mixer sdl_ttf portmidi
pip install install https://bitbucket.org/pygame/pygame/get/default.tar.gz

Output:

alt tag

About

Checkers game implementation written in Python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%