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

65 lines
1.5 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.
2016-11-18 09:47:21 +00:00
2016-10-10 16:44:09 +00:00
### Prerequisities
2016-10-11 15:15:22 +00:00
* .NET/[Mono](https://github.com/mono/mono)
2016-11-18 09:47:21 +00:00
* For GUI:
* 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
2016-11-06 09:59:05 +00:00
Linux
```
sudo apt-get install libopenal-dev mono-runtime
```
2016-11-18 09:47:21 +00:00
2016-10-10 16:44:09 +00:00
## Running
2016-11-06 09:59:05 +00:00
* Galactic_Colors_Control_Console.exe => Client without GUI
2016-10-11 15:15:22 +00:00
* Galactic_Colors_Control_GUI.exe => Client
* Galactic_Colors_Control_Server.exe => Server (Use --debug for DEBUG MODE or --dev at your risks)
2016-10-10 16:44:09 +00:00
Linux
```
mono <program>.exe --args
```
2016-11-18 09:47:21 +00:00
2016-10-10 16:44:09 +00:00
## Test With
* Windows 10 x64
* XUbuntu 16.04
2016-11-18 09:47:21 +00:00
2016-10-10 16:44:09 +00:00
## Contributing
2016-11-18 09:47:21 +00:00
Get [Monogame](https://github.com/MonoGame/MonoGame) sdk and [MyMonoGame.GUI](https://github.com/sheychen290/MyMonoGame)\
2016-10-10 16:44:09 +00:00
As you wish, I am opened to new ideas.
2016-11-18 09:47:21 +00:00
2016-10-10 16:44:09 +00:00
## 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.
2016-11-18 09:47:21 +00:00
## 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-11-18 09:47:21 +00:00
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.