diff --git a/License.md b/License.md new file mode 100644 index 0000000..082da8c --- /dev/null +++ b/License.md @@ -0,0 +1,9 @@ +The MIT License (MIT) + +Copyright (c) 2016 Sheychen + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/Readme.md b/Readme.md index 7be82c8..d322444 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,52 @@ -Galactic Colors Control est un RTS amateur développé en C#. +# Galactic Colors Control -Il est multi-plateforme. .Net/Mono 4.6.1 \ No newline at end of file +GCC is a cross plateforme C# minimal RTS. +Using .Net/[Mono](https://github.com/mono/mono) and [Monogame](https://github.com/MonoGame/MonoGame) + +### Prerequisities + +.Net or [Mono](https://github.com/mono/mono) + +Linux +``` +apt-get install mono-runtime +``` + +### Installing + +Download last version for your system + +## Running + +* Galactic_Colors_Control.exe + Client without GUI + +* Galactic_Colors_Control_GUI.exe + Client + +* Galactic_Colors_Control_Server.exe + Server (Use --debug for DEBUG MODE) + +Linux +``` +mono .exe --args +``` + +## Test With + +* Windows 10 x64 +* XUbuntu 16.04 + +## Contributing + +As you wish, I am opened to new ideas. + +## Author + +* **[Sheychen](https://sheychen.shost.ca)** - *Initial work* + +See also the list of [contributors](https://github.com/sheychen290/Galactic_Colors_Control/contributors) who participated in this project. + +## License + +This project is licensed under the MIT License - see the [License.md](License.md) file for details