Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Haunted CastleView game page

Based on Game Boy games. Hunt ghosts and scare them out of the castle.
Submitted by DNPidgey, Rodrigo Gama — 2 hours, 7 minutes before the deadline
Rated by 8 people so far
Add to collection

Play game

Haunted Castle's itch.io page

Rate this game

In order to rate this submission you must be logged into itch.io and have submitted your own entry. Anyone with an account can leave a comment.

How does your game meet GBJam's theme?
Using 4 colors corresponding to the original Game Boy screen, 8-bit audio, and simple controls limited to the number of buttons on the GB, with nostalgic visuals and an incredible soundtrack, this is a concept game that deserves to be experienced.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

Very fun entry!

I really like the idea of the "reveal spell" being used to trigger turn-based battles in rooms with ghosts. Very unique design.

The combat itself is a bit on the basic side. I feel like the addition of a "light attack" at all feels superfluous. Maybe, since you get to position yourself in relation to the ghosts before combat starts, some spells could take that positioning into account? Something like a targeted heavy attack, and a weaker light attack that affects a small radius around the enemy. Enabling the player to "end" the reveal spell early to reposition could also make for some cool strategic decisions.

As for the aesthetics, this looks and sounds really good! It feels like a complete package in that front, and that's hard to achieve in the span of a jam.

Good work here. Keep it up!

Developer

Thank you for playing it. Regarding the combat, we initially had other plans for it, but we made a basic construction to ensure that at least it was in the game.

The idea about the position of the ghosts when revealing them as a strategic part for the effectiveness of the attacks is indeed a good one.

It is a fact that the combat really needs more work, but it was what we managed to do within the time.

Submitted(+1)

That was cool! The art is proficient and the character designs are charming; I especially like the ghosts! The soundtrack is also great; it fits the gothic atmosphere and setting.

The mechanics are competent, but awkward and poorly balanced. I agree with everything Nikoichu said below regarding that.

The audio balance is a bit off; the sound effects are much louder than the music.


Whenever I used the Reveal, the main screen rapidly flashed inverted colors a few times in less than half a second. Is that supposed to happen, or is it a bug? If it isn't a bug, it warrants a flashing lights warning. (It also breaks the four color restriction, but that's less important than the flashing lights.)

All-in-all, good work! Congratulations on making the game from scratch!

Developer(+1)

Thank you for the feedback! The flash should indeed occur at the moment the revelation magic is used for a few frames. But we hadn't noticed that the shader responsible for it wasn't running across the entire screen. The idea of using a simple shader that inverts the colors was precisely to avoid violating the color rules, but we ended up missing that.

Developer (1 edit) (+1)

Thank you for the feedback. Especially regarding the combat part, we wanted to make something more complex, but we couldn’t manage it with the free time we had during the week. To make things better, since we decided to suffer by making the game without a game engine, it was hard to deal with some inconsistencies within the time frame, hahaha.

It was supposed to be a quick flicker. As for the HUD, it wasn’t intentional for it not to change color. The idea was for everything to be inverted in color.

We intend to keep working on the project later, refactor all the code, fix all the errors, and improve the combat by implementing everything we originally planned.

Thank you for playing it.

Submitted

This one is oozing with Gameboy soul! Looks and sounds great, fantastic work :)

Developer

Thank you. We still have a lot to do to get the game to match what we envisioned in the GDD, but we’re glad you enjoyed it.

Submitted(+2)

I have to say, the graphics and sound design are outstanding! You really captured that gameboy feel, and the little touches like the screen transitions only add to that feel. And you did this without using a game engine? Damn, that's masochistic! But impressive.

That being said, the gameplay leaves a lot to be desired. Movement is clunky (I guess you recreated that aspect of GB well huh), because the player collision shape is a CHONK. Barely fits in doorways. Like, lose some weight, miss witch. That wouldn't be so bad if not for the pushing puzzles. It's still not clear to me how exactly it is supposed to work. I thought it was something like sokoban, but it's not. You can push blocks halfway, but only sometimes, other times the blocks don't move at all no matter what you do. There is no tutorial to teach you the rules of the block-pushing, so we're left in the dark.

The combat is really flat. Light attack has no reason to be used ever, since it only deals 1 damage for 1 mana, while heavy attack deals 2 damage for 2 mana, not wasting an additional turn. Defend completely negates damage for 2 turns, so if you just spam defend->heavy attack over and over, you can win any fight without taking damage. This is really boring however, because you have to wait for your mana to slowly regenerate every 3 attacks, and enemies have 10+ HP. So it's a slog. You can cheese the mana regen phases by just using reveal at the enterance doorway of the room with the ghosts, so the door that spawns to block your escape keeps the ghosts away from you.

Potions don't help either. Mana potions are actually harmful, because gameplay-wise you want your mana to run out, because if you cast a heavy attack at 2 mana, the enemies don't get to retaliate.

Overall, the gameplay loop and especially the combat could use a heavy rework.

As a piece of art however, this truly could have been one of the GB games back in the day. It's gorgeous. <3

I wonder what you could have made if you had used a game engine?

Developer(+1)

We appreciate your feedback. It was indeed a challenge to make it without a game engine with the little time we have during the week. We are aware of the issues you mentioned.

In fact, the combat was supposed to be more complex, but we had to simplify it. We noticed it would require more work as we did the tests, but for the Jam’s time, we decided to leave it for later. In the GDD, we have described a more advanced evolution of combat with new abilities, skills, and actions more or less effective against certain types of ghosts. I hope we can improve this later.

The block problem, believe me, it irritates us too, lol. They were supposed to work like the movable blocks in Link’s Awakening for GB. Basically, some blocks are pushable and others are not (visual difference between the blocks, the ones that look less old are the ones you can push), but there is a lot of inconsistency between the pixels of the colliders. This is one of the reasons why the blocks sometimes get stuck on the way.

About the art, thank you very much for the compliment, I never did so much pixel art in such a short time haha.

Submitted(+1)

I'd be really interested to see where you take the game post-jam. Given that it was made without an engine, it's quite the achievement already. You really got a taste of what gamedev was back then, since I don't think there were any commercial engines around GB's time :D

You could go for a more puzzle-y route for combat - to defeat enemies with limited resources by exploiting their weaknesses and such. Something like Desktop Dungeons' puzzle levels if you know that game.

Good luck with your project! <3