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

53 lines
998 B
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.
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 <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.
## License
This project is licensed under the MIT License - see the [License.md](License.md) file for details