Started a Hobby Game Project

After choosing GDevelop as my game engine for the next project, I started a small hobby project. It's a classic dice game called "Going to Boston". Though the rules of this game are pretty simple, I have to think how to implement the game logic using the game engine. So, I decided to start small and make a simplified version first. 

Today I could make a simple game where each player rolls the dice and the player who rolled the higher value wins. I struggled to make appear the winning text but then I discovered how to do that. I have to create sub-events to implement that logic.

A screenshot of an event sheet in GDevelop

Here's what I've created today.



Comments

Popular posts from this blog

Day 01: Gamedev.js Jam 2022