I loved the visuals and the idea of the game ! It is really hard but it is cute and fun, good job !
Stormring Games
Creator of
Recent community posts
The generation of dungeons in this game is not really good because it is too rigid/ doesn't allow unexpected or cool dungeons but I can still tell you roughly how it's done. Basically I make an array of array of character like "G" or "W" to represent the tiles (ground and wall here). Later on it's used to place tiles on the map that are simply sprites. Now to place characters in the array it's simply a long method with rules one by one: On the last line, place a grass ground. Then for the line above ground, choose a start for the hall (every hall measure 6 tiles so start from position 1 to mapMaxX-6) then place walls (behind) for the position and the 6 next, and blocking walls above and below and left and right. Then repeat it every two y and place ladders at every hall not on ground (Y < Max-1) with choosing a random position in the hall and if there is a hall 2 tiles below replace the two tiles by ladders. For the enemies and chest it's simpler, I just take random position 50 times and if it's a hall and it doesn't block the dungeon I place them (after generating and placing the whole map). Well here you are, it's pretty complicated and I'm sure there are better way to do but it worked fine for the jam. If you have further questions or want the code feel free to ask, and thank you I'll do my best to make it a cool game !
This game is super pretty, I loved every visual I saw ! The goblins are cute and seeing them wearing the different weapons/armors is really fun. The gameplay was lacking some explanations, I couldn't really see if the equipments I gave were good or not but I loved the ideas of items going for armor or weapon by your choice, and the start made by choosing randomly is a fun start. Really enjoyed it and could play if it is developped further, good job !
Good visuals, the road is pretty, the tower is really well done and the UI is easy to read and pretty. The music goes well with the game. As for the gameplay, I thought that the simple attack was hard to do but the abilities are easy to use and the different enemies are cool to adapt and save your spells for later. Overall it's a good entry, I liked it !
Thank you for your feedback, showing loot feedback and making an in game tutorial will be in the next prototype to be sure players have a good understanding of how to play. I like showing items on the player too, I couldn't do it for the jam but I'll include it later in development. Anyway thank you for playing and I'll be sure to try your game :)