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

56 lines
1.4 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)
* OpenGL
* [OpenAL](https://www.openal.org/) => :warning: Not included in Windows :warning:
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-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)
2016-10-10 16:44:09 +00:00
Linux
```
mono <program>.exe --args
```
## Test With
* Windows 10 x64
* XUbuntu 16.04
## Contributing
2016-11-06 09:59:05 +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.
## 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
This project is licensed under the MIT License - see the [License.md](License.md) file for details