From c28458ff43ff5a0966df96555036fc7dce9fba5b Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Thu, 28 Feb 2019 08:49:26 -0500 Subject: [PATCH] Update documentation and remove redundant sources. --- COPYING.txt => COPYING.md | 9 +++++---- README.md | 15 +++++++++++++++ README.rst | 21 --------------------- src/main.rs | 3 --- 4 files changed, 20 insertions(+), 28 deletions(-) rename COPYING.txt => COPYING.md (99%) create mode 100644 README.md delete mode 100644 README.rst delete mode 100644 src/main.rs diff --git a/COPYING.txt b/COPYING.md similarity index 99% rename from COPYING.txt rename to COPYING.md index 20d40b6..4405b18 100644 --- a/COPYING.txt +++ b/COPYING.md @@ -1,11 +1,11 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 +# GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble +## Preamble The GNU General Public License is a free, copyleft license for 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 modification follow. - TERMS AND CONDITIONS + +## TERMS AND CONDITIONS 0. Definitions. diff --git a/README.md b/README.md new file mode 100644 index 0000000..c323fd7 --- /dev/null +++ b/README.md @@ -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/) diff --git a/README.rst b/README.rst deleted file mode 100644 index c1690e3..0000000 --- a/README.rst +++ /dev/null @@ -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 - diff --git a/src/main.rs b/src/main.rs deleted file mode 100644 index e7a11a9..0000000 --- a/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -}