Empire
Empire copied to clipboard
A cellular automaton I made up myself, written in C++/ SFML
Building from cmake from the root directory `cmake -G "Xcode"` and running throws `[39mFailed to load image "Res/Maps/world_map_large.png". Reason: Unable to open file` and then `Failed to create texture, invalid...
Why do Australia and Greenland exist on the default map if by default nobody will reach them because there are no boats? (i.e. in general, how can that be solved?)
For some reason (I think disease is causing this) there's always a colony that's inside of another one and makes waves inside of it, almost like conway's game of life...
`Source/Sim/CustomColonyCreator.cpp:75:32: error: use of undeclared identifier 'TextColour'` I think this is because the compiler isn't defining __unix__. Adding `|| defined(__APPLE__)` to the tops of Unix.h and Unix.cpp should resolve this...
I tried fooling around to create a crude but relatively expandable biome modification system for the simulation that shouldn't have any noticeable impact on performance, functioning in the state that...