Letter for Mimi 3 – Refactoring windows

I have been working on refactoring the code for generating the in-game windows and then replacing all the old code with the new ones. Due to the lack of experience with writing proper JavaScript code, I made some design errors which have to be fixed before continuing. Besides that, the code is now based around …

Letter for Mimi 3 – incomplete battle animation

Getting used to Phaser takes a lot of time, and while I am programming the game I am discovering better practices for style and coding, so I might need to start refactoring soon. I have made a list of features that I want to implement in Letter for Mimi 3, one of which includes multiplayer …

Letter for Mimi 2 – difficulty level

I used the Newgrounds API to log when a player found a pencil. In the graph above you can see the number of times certain pencils were found. It is easy to spot that the pencils that did not require any items were easiest to find: the one in Mimi’s house, Yu’s house, etc. The …