26 June 2024

Day 8: Building MORE game assets!

Today was quite interesting in the way that I finally started working on real assets from life images. I took creative inspiration from real plants and office decor, so it was interesting to take the skills I learned and apply them to the game assets I want to make for my game. I implemented a simple solution for adding depth to the game as well as collision, so the player can move through the assets on the map without looking too flat now.

What I learned on day 8:

  • Look at inspiration and create a mood board for what you want, because grabbing random inspiration and creating a mess of assets may not line up great.
  • Pick a general color palette for the game art so it starts cohesive.
  • I’m really enjoying making cartoon versions of things I see. I can break down some objects into simple versions of themselves.
  • I learned how to scale my assets a little better after drawing them at a higher resolution. Thinking I should keep them high res, but I only want to display them smaller anyways.
  • I learned how to write a little better animation setup
  • I learned how to inherit dynamic settings and code from a parent object in Game Maker – that’s why my variables weren’t working!

Screenshots from the stream!

From the blog

Day 14: The final day, game launched!

July 2, 2024 |

Today is the day of the launch. I’m going to call it here as the game works for me 🙂 Now, I tried it in HTML5 and it’s not the best, but it kinda works. I think some optimization would be nice but my eyes are so dry from working on this for 2 weeks…

Read Post

Day 13: Adding the game loop

July 1, 2024 |

On day 13, I had a bit of a struggle and continue to struggle to get the animations working properly and not hanging up on the walking animation. I’m able to get the sprint and attack, but the walk and attack animations are just not working for me. However, I was able to add ranged…

Read Post

Day 12: Gameplay, more art, face swapping

June 30, 2024 |

Today, I worked hard on learning the attachment system within Spine. It was a SUCCESS! I have random faces/hair (helmet) styles that randomize when you spawn into the game. I added 5 different salespeople heads and figured out how I wanted the gameplay loop to be. I decided the inventory is going to be Key…

Read Post