June 19, 2019

MRPG #1 - Turn based RPG combat and GUI improvements

Recently, I’ve done a lot of work on my unnamed game project, MRPG, so I thought I’d share some of it. The game is turn based, open source, written in python, with a focus on the combat system, and inspired by famous JRPGs such as Final Fantasy and Pokémon. It’s been a while since I posted about it. GUI A lot of improvements were made to the GUI version of the game. Read more

June 6, 2018

The DayKnight 30-day project - Week 4 / Final update

DK30 has been over for quite some time. I wanted to post a final update about my progress, for my “fake week 4”. Work and other things have kept me busy, so I’m not done with everything I wanted to do, but still enjoy working on the game. Enemies I’ve added a few enemies, with skills and the basics needed for AI. Currently the AI is completely random. Ogre - Only knows how to attack Slime - Uses a few basic physical moves, like Attack and Slash Wizard - Can use both healing and damaging magic skills. Read more

May 18, 2018

The DayKnight 30-day project - Week 3

DK30 has officially ended. As I’ve been busy with work, progress has been slow. I’ve done some changes to pave the way for better GUI, but nothing to show there. This post is mainly about the new skills. Skills I’ve added 8 active skills, I think this is enough for the demo, and shows the potential of the combat system. For simplicity, all the explanations below assume that you have equal stats as your opponent. Read more

April 24, 2018

The DayKnight 30-day project - Week 2

Following the initial plan, I worked on effects this week. Effects (buffs/debuffs) can have positive or negative consequences, like stat boosts, damage over time and so on. Skills can apply effects, and effects can also apply other effects. I made a few improvements in other places as well. A gif should say way more than a thousand words; Notice that text is more animated now? I’ve also made changes to existing skills and started adding new ones, I’ll talk more about this next week. Read more

April 15, 2018

The DayKnight 30-day project - Week 1

This weeks task was to experiment and implement a better User Interface. I used pyglet to make a simple GUI, which currently has the same functionality as the terminal version. It’s still just text so far, creating GUI from scratch takes time, but adding more graphics and animation is now possible. Had to spend a decent amount of time refactoring, making sure the core package, which contains game logic, was completely separate from any terminal specific code. Read more

© Ole Herman Schumacher Elgesem 2021

Powered by Hugo & Kiss.