I love RTS games and I have tried developing RTS games every now and then. This is my Irrlicht RTS engine I want to further develop and make it better and hopefully some of you will join. I will put it in open source!
Here is a link to a running example, just download and play
https://drive.google.com/file/d/0B74Ikd ... sp=sharing
Here is a link to the project at bitbucket
https://bitbucket.org/elias_ericson/c-3 ... t-game/src
Currently it's working on windows
Here is a link to a youtube video I recorded of the engine
https://www.youtube.com/watch?v=aXHkv4ptI6I
What you can do at the moment in the engine
- You can harvest stone
- Build houses
- Train units
- Move around with units
- Attack with units
- Use the minimap
- Move the camera around
- Display unit information
- Play in multiplayer through TCP/IP
- The graphics are just for testing, you can train a dwarfwarrior and its animation is not functioning properly at the moment.
- The minimap's color for current player is not showing correct at the moment
- A known bug can occur in multiplayer when it gets out of sync then the game crashes, this will be fixed soon