1
0
Fork 0
C# minimal RTS project
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.
Go to file
sheychen 493e16b9c5 Creation du protocol (WIP)
Creation d'un protocol (en cours)
2016-11-12 20:05:08 +01:00
Galactic Colors Control Creation du protocol (WIP) 2016-11-12 20:05:08 +01:00
Galactic Colors Control Common Creation du protocol (WIP) 2016-11-12 20:05:08 +01:00
Galactic Colors Control Console Creation du protocol (WIP) 2016-11-12 20:05:08 +01:00
Galactic Colors Control GUI Creation du protocol (WIP) 2016-11-12 20:05:08 +01:00
Galactic Colors Control Server Creation du protocol (WIP) 2016-11-12 20:05:08 +01:00
.gitattributes Validation initiale pour ajouter les fichiers .gitIgnore et .gitAttribute par défaut. 2016-10-09 14:14:59 +02:00
.gitignore Nouvelle version et Prerequisities 2016-10-11 17:50:40 +02:00
AssemblyInfoCommon.cs Creation du protocol (WIP) 2016-11-12 20:05:08 +01:00
Galactic Colors Control.sln Creation du protocol (WIP) 2016-11-12 20:05:08 +01:00
License.md Readme et License 2016-10-10 18:44:09 +02:00
Readme.md Creation du protocol (WIP) 2016-11-12 20:05:08 +01:00

Readme.md

Galactic Colors Control

GCC is a cross plateforme C# minimal RTS.

Prerequisities

  • .NET/Mono
  • OpenGL
  • OpenAL => ⚠️ Not included in Windows ⚠️

Installing

Download last version for your system

Linux

sudo apt-get install libopenal-dev mono-runtime

Running

  • Galactic_Colors_Control_Console.exe => Client without GUI
  • Galactic_Colors_Control_GUI.exe => Client
  • Galactic_Colors_Control_Server.exe => Server (Use --debug for DEBUG MODE or --dev at your risks)

Linux

mono <program>.exe --args

Test With

  • Windows 10 x64
  • XUbuntu 16.04

Contributing

Get Monogame sdk and MyMonoGame.GUI As you wish, I am opened to new ideas.

Author

See also the list of contributors who participated in this project.

Using

License

This project is licensed under the MIT License - see the License.md file for details