A RTS game with some Roguelike aspects, extract ressources, develop your colony, recrute heroes and try to survive. This game is still in development, but hope to finish it.
Male
Joined on 2/1/13
Posted by zzulian - May 12th, 2015
A RTS game with some Roguelike aspects, extract ressources, develop your colony, recrute heroes and try to survive. This game is still in development, but hope to finish it.
MakeGamesHappen
Looks like a tile-based system.
I can give you a tip on programming rouge-like level designs:
Use a psuedo-random number generator to shuffle tilemap data
as if it were a 2D rubix cube.
Also: MineCraft uses perlin noise for their map generation.
And sorry, it was just brought to my attention that my inbox is full!
-John Mark