DEV Community

Cover image for MAD Game DevLog #1
Nucu Labs
Nucu Labs

Posted on • Updated on

MAD Game DevLog #1

Hello Everyone!

In this devlog I'll try to keep you updated with the latest state of our game. Since we all have full-time jobs, we've been working on this game only on our free time.

I've been implementing the world generation code and since I hadn't any Sprites for the walls available, I've made my own ones in Aseprite.

Using the Sprite from above I've created two prefabs in Unity and I've changed the colour of one prefab to brown, the generated world looks like this:

The player sprite is also my doing.

A few days later I've received the wall sprites from Max and I imported them in Unity.

The reason the sprites look so small is that Max designed them so they can overlap but we're not exactly sure how we're going to do that, since this game is based on a matrix grid adding overlapping sprites to it might make it a bit confusing.

Here are some pictures on how the game would look like with overlapping.

Andrei took the heaviest task to get the bombs working. He was struggling with Raycasting, Coroutines and the 2D Physics system from Unity. After some time he managed to get it working. The bombs are placed and explosions are spawned, it still needs a bit of polish.

Thanks for reading and have a nice day!

Top comments (2)

Collapse
 
lmolivera profile image
Lucas Olivera

Looking very nice. Where did you learn to pixel art like that? I bought Aseprite some time ago and started doing some Retronator's tutorials, but I'm always looking for new resources!

Collapse
 
nuculabs_dev profile image
Nucu Labs • Edited

Thank you! I did a course on Udemy, read some articles by Pedro Medeiros and watched some youtube videos from MortMort. Please note that only the poorly drawn pixel art sprites are mine.