Just today I found out that here you can keep a log of the progress.
"Fatamante" is a game where the MC is a support mage, he doesn't have any fighting skills except controlling fairies.
Each fairy is a different entity, with its own life and intelligence, so they must be controlled by commands.
I am developing the game with the SFML library and a series of classes that I have created from previous games.
Over the weekend I was putting it all together and created some simple graphics.
I programmed the creation of random dungeons and a layer that allows to convert the map to nicer graphics, for example, different tiles for the ground.
During the week the progress has been slower, I programmed a basic FOV and I was implementing different control systems (numpad, Vikeys and gamepad). Fast forward a bit the enemy classes and fairies and I was dealing with various bugs.
In these days I hope to finish the graphical interface, implement the inventory and start giving intelligence to the enemies, as well as the fairies.