justCheckers is an advanced, cross-platform, libre software checkers game
Go to file
Dorian cf103bcbb8 First pass on converting existing Java game code into Python. 2014-08-13 00:20:22 -04:00
doc Experimental setup of a PySide + QML app for justCheckers. 2014-07-05 22:54:00 -04:00
justcheckers First pass on converting existing Java game code into Python. 2014-08-13 00:20:22 -04:00
requirements Fix requirements for project. 2014-08-07 17:47:35 -04:00
tests Rename tests directory for nosetests. 2014-08-07 08:05:22 -04:00
.gitignore Fix requirements for project. 2014-08-07 17:47:35 -04:00
COPYING.txt Experimental setup of a PySide + QML app for justCheckers. 2014-07-05 22:54:00 -04:00
README.rst Experimental setup of a PySide + QML app for justCheckers. 2014-07-05 22:54:00 -04:00
requirements.txt Fix requirements for project. 2014-08-07 17:47:35 -04:00
setup.py Rename tests directory for nosetests. 2014-08-07 08:05:22 -04:00
tasks.py Bring in extra invoke tasks from the rookeries project. 2014-08-07 08:22:04 -04:00

README.rst

======================
justCheckers - README!
======================

About the Project
-----------------

*justCheckers* is an advanced, cross-platform  open source checkers game. The aim of 
the project is to make a game capable of supporting:

- Skinning
- Network Games
- Computer Opponents
- Various Rules and Internationalizations
- Cross platform (both OS and input types)

Current Progress
----------------

The *justCheckers* project is in the middle of a general overhaul of the codebase to allow for a more modern approach.  Both the game engine needs to get decoupled from the platform specific code.

Links
-----

- Project website: http://justcheckers.org/
- Project @ Github: https://github.com/dorianpula/justcheckers