#Game Development

Posts with this tag 13 posts

Starting a New Game Project

Starting a New Game Project

Hello, this is Yuu. I’ve started working on a new game. Originally, I was planning to develop a simulation game. However, after considering the amount of work it would require, I decided to put that idea on hold for now. Instead, I chose to start a smaller project based on a different concept. This time, rather than recreating an existing game, I’m experimenting with a different approach: taking a classic style of game and adding new rules to it.

Game DevelopmentBoxrogue
Read more
Rolling Dice

Rolling Dice

Hello, this is Yuu! Yesterday’s post was also about what I worked on yesterday, but I got so absorbed in it that today’s entry is about the same topic again. Have you ever thought about what it really means to “roll dice”? Dice are one of the highlights of any board game, but when you try to reproduce that on a game screen, it turns out to be surprisingly difficult. In the first version, I tried simulating dice rolls in 3D space.

Game DevelopmentDicewar
Read more
Drawing a Voronoi-Style Map

Drawing a Voronoi-Style Map

Hello, this is Yuu! I’ve been away from development for a while due to various troubles and being busy, and my RPG project has unfortunately come to a halt. This time, I happened to come across an interesting game, and rather than starting completely from scratch, I decided to begin by creating a simple imitation. The work I did is actually from yesterday, so technically I started it on Halloween! I didn’t have time to write about it last night, so I’m writing this post today.

Game DevelopmentDicewar
Read more
I Started Making an RPG

I Started Making an RPG

Hello! Nice to meet you. My name is Yuu, and I recently started making games as a hobby. Right now, I’m creating a Dragon Warrior (Dragon Quest) like JRPG using Python. I haven’t been able to work on it much yet—it’s already been about four days since I put together the initial prototype—but today I made some small improvements. At this stage, the player can move around a world map using a placeholder tilemap.

Game DevelopmentRPGJrpg-Tilemap-Pygame
Read more