November 22, 2020

DK30 October 2020 - Towers

I participated in the DayKnights 30-day projects, Oct 15th to Nov 15th. One week after the deadline, I am done with everything I wanted to do. The game is by no means complete, but it’s playable and challegning (sometimes). I enjoyed making something new, and will probably continue working on this. Maybe I’ll post another update in a while. The game is playable at: https://towers.oleherman.com/ Here is the project page: Read more

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

April 9, 2018

The DayKnight 30-day project

I’ve watched, and been a fan of, video game streamer Sean “Day9” Plott for many years. Since he is now encouraging community members to do a 30-day project with him, I decided to join. The goal is to stop procrastinating and focus on getting something done in 30 days. Participants choose their own projects, and I’ve decided to work on a game. If you’re interested in joining or seeing the other projects, you can read more on their discord server. Read more

© Ole Herman Schumacher Elgesem 2021

Powered by Hugo & Kiss.