Hi !
Well, as you all seem to be too shy to use the Tavern, I'll help you out and start the very first thread

I'd like to present another project I'm working on from time to time, called Cobalt Project.
The name is just temporary, until I find something more suitable.
Development started on July 2010.
This project is (yet another) game project that walks in the line of Master of Orion, Imperium Galactica, Galactic Civilization, etc.
You can control many planets and ships, make war or peace with your neighbors, explore the galaxy and so on, in a turn based world !
One of the key feature of this project is procedural generation of content. Currently, there is no hardcoded galaxy data : everything is created randomly (yet in a reproducible way).
I'm planning on doing a pure 2D game (fits well to that kind of game), so I'm using SFML as graphics library. Because it relies on OpenGL for rendering, the whole game is completely portable to Linux and MacOS.
To speed up development, I use some part of Frost Engine's code base : the utils library, the GUI library, the input library and the XML library.
Just like Frost Engine, this project is still in alpha stage. Although less ambitious, I spend less time on it than I do on Frost Engine, so it's growing slowly.
There is no available demo right now, but source code is available online thanks to Sourceforge, at the following address :
click me (SVN repository).
Here are the very first screenshots :
- The start menu
- The galaxy configuration screen
- The player configuration screen
- A typical, average elliptical galaxy (random generation)
- ... and with its constellations (random generation too !)
- A ring galaxy (experimental)
- A solar system (WIP)






