0
votes
0answers
73 views

Cannot figure how to plan a Matryoshka themed game

Me and my partner are planning to write a Matryoshka themed game (http://en.wikipedia.org/wiki/Matryoshka_doll). It will be a side-scroller/platformer and the main idea is that the character will be ...
0
votes
3answers
1k views

Designing an entity system for a tile-based puzzle game

I'm developing a tile-based game creation library in C# and along with it I'm creating a game to test all of its functions. This is a screenshot of the game: You've probably never heard of the ...