Update Week 13

Weekly updates start with this post.

I want to form a habit of keeping track of what I’m doing, and where I’m progressing. Also perhaps if anyone were to read this blog, it could add some additional motivation for getting things done.
Unfortunately, I no longer have as much spare time as I did in February when I started getting into this stuff and could make progress more rapidly.
As a hobbyist I don’t have any deadlines to meet, but I feel it’s necessary to focus my efforts at least somewhat.

 

witch_running_final

The sprite to the left is for yet another new project I have started. The umbrella thing was more or less me implementing stuff as I learned along the way, without much aim. I do intend to go back to it eventually, but…

 

 

kasa_uzi

… at some point  I thought I wanted to make a ranged weapon, and I tried to add a machinegun sort of thing. I drew the sprite to the right, and animated it a little bit, and then I realized that it’s totally out of place for the game I was making.

Also, since I kept exploring new ways of creating sprites, their look kept changing and I had to make a lot of small adjustments to keep the different animations consistent, which was really annoying.

In the meantime I’ve learned some things about random level generation and randomness in general.

The idea I have is to make a game where the player can enter sequences of spell-words and each sequence will trigger a different spell. Which sequence activates which spell is shuffled at the start of the game. You can try out different spells, but there are negative effects as well.

I already implemented much of the above, but I only made the player running sprite today, and there are no spells yet expect a test-fireball. So by the end of the next week, I’ll hopefully have finished the player sprite (idle, jumping, casting animations) and implemented a couple of interesting and fun spell effects.

Leave a comment