Hi!
I have some free time and I want to spend it creating a new game.
What I dont know if C2 can create this type of game.
The game will be a roguelike type (something like rogue's tale (video and info)). So what I gonna need is:
- Able to generate small random maps;
- Put random monster on this maps;
- Each game items must change the skins, for example, lets say a red potion is for heal and next game the red potion will be for attack bonus, so each time a new game is created, this values should change.
I guess this is it. My main concern is if it can handle the random maps generation.
Thanks alot!!!