Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Steelkenny

5
Posts
A member registered Mar 08, 2022 · View creator page →

Creator of

Recent community posts

Hey, very cool! Level 20 is quite a feat. 

> I felt like the low jump height was holding the gameplay back

Initially I thought spells like (Air+0) high jump would be way more intuitive in a way that you'd be like "Oh I need to jump high, let me grab air quick" but that was hard to put into practice. Movement spells are mostly useless in their current state. I get where you're coming from because I agree, but higher jumps would've made the flight/jump spell useless. It certainly needs balancing there if we were to continue the project.

> the artwork for the main characters is awesome

Haha when I contacted my friend I gave him full creative freedom for the art. I requested 24x32px sprites of hooded mages without legs which seemed doable in a weekend (you can see them in the design document) but he was like "Hell naw". But it came out really great yeah.

I'm sad that we couldn't fully complete everything because the person who did the voice lines actually recorded a lot more, but I didn't manage to put everything in. 

(1 edit)

Every frame the inputs of the player are saved in a list, and 60 frames (*) later the Shadow copies that input, mirrored. They actually both use the same object/class, and the code for player or the code for shadow seperately are very small. The only difference is the spells they cast and the way the input happens (from key reads for the player, from the list reads for the shadow).

When shooting the bullet remembers who cast it so you can't self-damage, but that also is just one unique object. There's no shadow-bullet or player-bullet. I'm pretty proud of how few code I had to reuse.  

(*) If the Shadow uses level 3 time this amount gets lower, making the Shadow copy the player faster

Hey, thanks for the review! 

> The AI

It's not an AI that's kicking your ass, it's YOU! If you move, the shadow moves. If you jump, the shadow jumps. If you shoot wildly and dash everywhere that means the shadow will shoot wildly and dash everywhere, which will be a difficult opponent because indeed, the shadow snipes well.

Instead of playing it like you would play Super Smash Brothers, you can take your sweet time. The shadow does a random attack every ~10 seconds, but that's it. During that time you can build the spells you want. 

Some notable spells are Fire+2, which is the beam. Water+1 is a self-heal. If the enemy has void and you cast a +3 spell, you can see the black hole featured in the screenshots!

> her health just refilled and she didn't die

I tried to keep the wall of text small, but that's how you score. Every time you kill the shadow, you score a point. If you die you see your final score at the end screen. I know it isn't very clear but we were getting out of time :(

> Super confusing if it's intentional or not!

It's intentional, it's the Manipulation+0 enemy spell - but I agree that there might've been an indication for it.

Hey, thanks for the review! 

> The AI

It's not an AI that's kicking your ass, it's YOU! If you move, the shadow moves. If you jump, the shadow jumps. If you shoot wildly and dash everywhere that means the shadow will shoot wildly and dash everywhere, which will be a difficult opponent because indeed, the shadow snipes well.

Instead of playing it like you would play Super Smash Brothers, you can take your sweet time. The shadow does a random attack every ~10 seconds, but that's it. During that time you can build the spells you want. 

Some notable spells are Fire+2, which is the beam. Water+1 is a self-heal. If the enemy has void and you cast a +3 spell, you can see the black hole featured in the screenshots!

> her health just refilled and she didn't die

I tried to keep the wall of text small, but that's how you score. Every time you kill the shadow, you score a point. If you die you see your final score at the end screen. I know it isn't very clear but we were getting out of time :(

> Super confusing if it's intentional or not!

It's intentional, it's the Manipulation+0 enemy spell - but I agree that there might've been an indication for it.

Thanks!