Update documentation and remove redundant sources.

This commit is contained in:
Dorian 2019-02-28 08:49:26 -05:00
parent 3023f51e13
commit c28458ff43
4 changed files with 20 additions and 28 deletions

View File

@ -1,11 +1,11 @@
GNU GENERAL PUBLIC LICENSE # GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007 Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed. of this license document, but changing it is not allowed.
Preamble ## Preamble
The GNU General Public License is a free, copyleft license for The GNU General Public License is a free, copyleft license for
software and other kinds of works. software and other kinds of works.
@ -68,7 +68,8 @@ patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and The precise terms and conditions for copying, distribution and
modification follow. modification follow.
TERMS AND CONDITIONS
## TERMS AND CONDITIONS
0. Definitions. 0. Definitions.

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# justCheckers
*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 Internationalization
- Multiple Desktop and Mobile OS
## Links
- [Website](http://justcheckers.dorianpula.ca/)
- [Project Source](https://bitbucket.org/dorianpula/justcheckers/)

View File

@ -1,21 +0,0 @@
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

View File

@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}