From c6fa1065a4a91931311f1cf739c71b9da1d42277 Mon Sep 17 00:00:00 2001 From: dorian Date: Mon, 12 Dec 2011 12:09:34 -0500 Subject: [PATCH] Updated the GNU documentation. Minor changes to AndroidManifest. --- .classpath | 9 +++++++++ .project | 33 +++++++++++++++++++++++++++++++++ AUTHORS.txt | 40 ++++++++++++++++++++-------------------- AndroidManifest.xml | 23 ++++++++++++----------- Changelog.txt | 3 +-- README.txt | 26 +++++++++++++++----------- 6 files changed, 90 insertions(+), 44 deletions(-) create mode 100644 .classpath create mode 100644 .project diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..a35cd9e --- /dev/null +++ b/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..605a36b --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + justCheckers + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/AUTHORS.txt b/AUTHORS.txt index a5f09bc..52b2be0 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,29 +1,29 @@ == Current Developers == -* Dorian Pula -** Founder, lead developer, project management, documentation & core programming. +Dorian Pula: + Founder, lead developer, project management, documentation & core programming. == Past Developers == -* Chris Bellini -** Game engine data objects, XML settings & project management. -** Versions 0.0-0.1 +Chris Bellini: + Game engine data objects, XML settings & project management. + (Versions 0.0-0.1) -* Daniel D'Alimonte (skwirl) -** Code clean-up, refactoring, documentation & file releases. -** Versions 0.0-0.1 +Daniel D'Alimonte (skwirl): + Code clean-up, refactoring, documentation & file releases. + (Versions 0.0-0.1) -* Ross Etchells -** Game engine logic and progressing. -** Versions 0.0-0.1 +Ross Etchells: + Game engine logic and progressing. + (Versions 0.0-0.1) -* Rras Lekone -** Console UI (jCurses) -** Versions 0.0 +Rras Lekone: + Console UI (jCurses) + (Versions 0.0) -* Brinick Simmons -** Core programming, XML settings and processing. -** Versions 0.0-0.1 +Brinick Simmons: + Core programming, XML settings and processing. + (Versions 0.0-0.1) == Inspiration == -* Nick Nolfi -** Creator of the Chubby Checkers project and assignment. -** Inspiration for Civilization Checkers and justCheckers. \ No newline at end of file +Nick Nolfi: + Creator of the Chubby Checkers project and assignment. + Inspiration for Civilization Checkers and justCheckers. \ No newline at end of file diff --git a/AndroidManifest.xml b/AndroidManifest.xml index df17b5e..6cd350e 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,23 +2,24 @@ - - + android:versionName="0.1.1"> + + + + - - - + + + + + + \ No newline at end of file diff --git a/Changelog.txt b/Changelog.txt index f587e02..ca08ce2 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,5 @@ == Version 0.1.1 (upcoming release) == -* Cleaning up code for license reasons. -* Improved Ant build automation. +* Migrating codebase to pure-play Android from desktop Java and Swing. * Relicensed on software to use the GPL 3.0 license instead of the GPL 2.0. == Version 0.1.0 (2005-01-07) == diff --git a/README.txt b/README.txt index d1d09da..827c5d2 100644 --- a/README.txt +++ b/README.txt @@ -1,14 +1,18 @@ -== What is justCheckers? == -justCheckers is an open source advanced checkers game built using Java. The aim -of the project is to create a checkers game that: +== About the Project == - * handles skins and themes - * handles multimedia - * allows for network games - * contains a powerful yet fun computer opponent - * handles different checker rules +justCheckers is an advanced open source checkers game for Android. The aim of +the project is to make a game capable of supporting: -Version 0.1 lets you play a game of checkers (standard American rules) against -another player on the same computer. +* Skinning +* Network Games +* Computer Opponents +* Various Rules and Internationalizations -Project homepage: http://justcheckers.sourceforge.net/ +Project homepage: http://justcheckers.org/ + +== Current Progress == + +The justCheckers project is in the middle of a general rewrite as much of the +code was designed for a desktop Java application rather than an Android app. +Also the game engine requires a general overhaul to allow for handling of +various variants of checkers.