Letter for Mimi 3 – wip #5

At the end of the battle experience points are awarded to the party members and if a character levels, a choice will be shown to increase its statistics. For now I want to leave it at statistics for the level-up bonus and allow the player to buy attacks for its characters in stores. This should …

Letter for Mimi 3 – wip #4

Fixed the backwards ‘moonwalking’ and added a pointer so you can select the target of the attack. The video also shows a healing power, which is basically an attack with a negative damage amount. The creatures will now also attack a random enemy instead of the first one by default. They also select a random …

Islands and framework progress

I’ve started working on improving the framework. The most imported thing I did was create a namespace which contain all the game’s concepts. JavaScript does not have a proper class implementation like other languages do, so things are set up a bit different here. I read up on how to implement the idea of classes …

Jester Sokoban – Random trees

In the image above you can see the random set of trees that are generated for the level. I’ve decided to name the game Jester Sokoban since the main character is a jester, whose sprite I picked up in Kenney’s Roguelike character pack. In the past I’ve done a Sokoban style game before, and I …