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!"); -}