I definetely love the boss fight, and all smooth animations and sounds you've added to the game. Great work!
Elfino48
Creator of
Recent community posts
It was a hard 7 days of development. Due to lack of experience (first attempts in game development) we spent a lot of time working on a basic systems. The level generator was rewritten, I think, 3 or 4 times xD, so we didn't even finish half of the game we wanted to submit. Current functionality includes moving around procedurally generated levels, turn-based fights with monsters (but the main character doesn't have health), looting, and making some potions with a cauldron (but no use for potions). We really want to make a great game, finish it after the game jam and release it.
Day 4 (Thursday)
Thursday was the most productive day for now. We were working all night drawing new assets and updating the existing code. I've completely rewritten the whole level generation, so now everything is more stable and it recognizes rooms (mini-biomes) correctly. I also finished with fully functional biome system, where you can create biome without updating the code, simply by creating a new object in inspector, with possibility to set chance to spawn, setting floors/walls with different sprites variations that also have adjustable chances to spawn, specific enemies, decorations and items.
My friend also did an incredible job drawing and animating a lot of assets.
I still need to fix some things with tiles generation, but in general it looks good, so that's it for this day.
Tomorrow we will be focused on the Pot mechanic, making more items and maybe will do a simple enemy.
DAY 3 (Wednesday) - Inventory, Items, UI and First Soundtrack
At wednesday I've made a loot of changes to the grid system and added chests and items spawn to the game. Now you can open chests and get items in your backpack. We've also added a simple UI, a backpack and notifications above the character's head.
Made a lot of rework of level generation, but it still sucks for my opinion. Experimented with some huge levels.
Also we did a first attempts in making a simple soundtrack.
And of course, my friend continue to fight at pixel art frontlines.

*Special thanks to my fiance Ann for helping with some assets and to my good friend Caroline for making a music
DAY 3 (Tuesday) - Movements and Grid System
Third day is a day of movements and tile selection. I've finally finished with a moveable character, tile grid system, made selection of the tiles, jump animation and possibility to look around. All this stuff + some scripts optimization took all day to do.
The more work we do, the more our project become messy, so it need additional time to clear the code and files.
At the end of the day added a script for generating decorative objects and a simple flickering fireplace.

DAY 2 (Monday) - Map Generation, Lights and More Artwork
On the second day, we brainstormed about the gameplay and the general idea of the game. I spent the whole day working on tile generation, marking separated mini-biomes on the map and adding lighting to the scene. The hardest part was understanding how normal maps work and how to make good shadows and lights that are not annoying. I've drawn a simple wall/floor/road tiles, and made another tiles generator script based on the map array that generates before it. I wish to spend a week to make a really good generator, but with a limited time it's impossible to do something perfect at first try.
And after several hours of trying to add lights, ended up with this result
...which is more than acceptable to me. At first I tried to make some tiles in the visibility area lighter, but just spent a lot of hours and ended up with a bad looking result and lags, so in the end I just decided to stick with a dynamic Unity2D lightning.
Meanwhile, my friend did a lot of artwork and reworked a main characher:
So the first day ended with some rough sketches and a first prototype of the level generator. Basically it creates a level with rooms (8) connected by roads (9), by the parameters I give, like min/max sizes and number of rooms, general level min/max size etc. It's not the best algorithm and my first attempt at level generation, but it looks good at this stage.
I spent almost the whole day and night on this algorithm, making it acceptable for using, and started thinking about tile generating.
Hi!
I'm going to post here every day of developing this game. We started working on Sunday, so I will start from this day.
so..
DAY 1 (Sunday) - Beginning
On the first day we started thinking about the idea of the game and did some general work. I (as the progammer) started preparing the Unity environment, creating the first basic scripts and objects, while my friend started making some rough sketches. Actually, there are two art works here, one made by me, which I use to test everything, and one made by my friend. I'm a really bad artist, you can understand that by the sprite I drew for the main character xD

Hey everyone!
We're a small team of friends trying to make our first game: Froguelike. It's a pixel art 2D roguelike where you play as a frog exploring procedurally generated caves with a walking pot, that you can use The plot is that you need to complete all recipes from a wizard recipe book to get a wish from an ancient magic pot, and make your frog village safe and wealthy for one more year. If you die, another "volunteer" frog takes over.
We're mostly just one programmer and one artist, with help from another amateur artist and sound designer. We have a full-time jobs, so most likely won't finish this game completely by deadline, but we are excited to participate in this challenge.
Good luck to everyone!