1
0
Fork 0
This repository has been archived on 2019-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Galactic_Colors_Control/Readme.md

54 lines
1.3 KiB
Markdown
Raw Normal View History

2016-10-10 16:44:09 +00:00
# Galactic Colors Control
2016-10-09 19:26:27 +00:00
2016-10-10 16:44:09 +00:00
GCC is a cross plateforme C# minimal RTS.
### Prerequisities
2016-10-11 15:15:22 +00:00
* .NET/[Mono](https://github.com/mono/mono)
2016-11-15 09:15:29 +00:00
For GUI
```
2016-10-11 15:15:22 +00:00
* OpenGL
* [OpenAL](https://www.openal.org/) => :warning: Not included in Windows :warning:
2016-11-15 09:15:29 +00:00
```
2016-10-10 16:44:09 +00:00
### Installing
Download last version for your system
## Running
2016-10-11 15:15:22 +00:00
* Galactic_Colors_Control.exe => Client without GUI
* Galactic_Colors_Control_GUI.exe => Client
* Galactic_Colors_Control_Server.exe => Server (Use --debug for DEBUG MODE)
2016-10-10 16:44:09 +00:00
Linux
```
mono <program>.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.
## Using
* .Net/[Mono](https://github.com/mono/mono)
* [Monogame](https://github.com/MonoGame/MonoGame)
* [MyMonoGame.GUI](https://github.com/sheychen290/MyMonoGame)
* [Space Sprites](https://gamedevelopment.tutsplus.com/articles/enjoy-these-totally-free-space-based-shoot-em-up-sprites--gamedev-2368)
2016-10-10 16:44:09 +00:00
## License
2016-11-15 09:15:29 +00:00
This software comes under the terms of the GPLv3+. Previously under MIT license. See the [License.md](License.md) file for the complete text of the license.