justCheckers is an advanced, cross-platform, libre software checkers game
Go to file
Dorian 3023f51e13 Start initial layout for justcheckers project as cargo workspace. 2019-02-28 08:39:27 -05:00
assets Add in example of working audio. 2018-02-22 08:03:26 -05:00
doc Experimental setup of a PySide + QML app for justCheckers. 2014-07-05 22:54:00 -04:00
engine Start initial layout for justcheckers project as cargo workspace. 2019-02-28 08:39:27 -05:00
images Move assets to work in new setup. 2017-02-24 00:10:50 -05:00
justcheckers Break out setup of game tile into a more complicated object. 2017-06-01 09:14:38 -04:00
src Start initial layout for justcheckers project as cargo workspace. 2019-02-28 08:39:27 -05:00
.gitignore Start initial layout for justcheckers project as cargo workspace. 2019-02-28 08:39:27 -05:00
Board.qml Build out very basic layout of menu based on Kivy. 2018-02-13 08:53:53 -05:00
COPYING.txt Experimental setup of a PySide + QML app for justCheckers. 2014-07-05 22:54:00 -04:00
Cargo.lock Start initial layout for justcheckers project as cargo workspace. 2019-02-28 08:39:27 -05:00
Cargo.toml Start initial layout for justcheckers project as cargo workspace. 2019-02-28 08:39:27 -05:00
Menu.qml Experiment with Qt Quick 2 controls. 2018-08-15 17:06:32 -04:00
MenuButton.qml Experiment with Qt Quick 2 controls. 2018-08-15 17:06:32 -04:00
Pipfile Update to run tasks with invoke. 2017-04-19 08:41:32 -04:00
Pipfile.lock Update to run tasks with invoke. 2017-04-19 08:41:32 -04:00
README.rst Updated the main README for the project. 2014-08-20 08:06:08 -04:00
buildozer.spec Move assets to work in new setup. 2017-02-24 00:10:50 -05:00
justcheckers.pro Experiment with Qt Quick 2 controls. 2018-08-15 17:06:32 -04:00
main.cpp Start the Qt transition of justCheckers. 2018-01-24 08:47:44 -05:00
main.py Add credit / license screen. 2017-02-23 23:23:16 -05:00
main.qml Experiment with Qt Quick 2 controls. 2018-08-15 17:06:32 -04:00
qml.qrc Experiment with Qt Quick 2 controls. 2018-08-15 17:06:32 -04:00
qtquickcontrols2.conf Experiment with Qt Quick 2 controls. 2018-08-15 17:06:32 -04:00
setup.py Rename tests directory for nosetests. 2014-08-07 08:05:22 -04:00
tasks.py Update to run tasks with invoke. 2017-04-19 08:41:32 -04:00

README.rst

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

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

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

- Skinning
- Network Games
- Computer Opponents
- Various Rules and Internationalizations
- Multiple Desktop and Mobile OS

Links
-----

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