The Blink Curse
The Blink Curse is an experimental top-down Dungeon Crawler where you play as the cursed researcher Kallia. Explore decrepit dungeons and avoid dangerous enemies all while trying to find a cure to the blink curse.
Enemy Design
When designing these enemies I wanted the player too be able to learn attack patterns and behaviors through trial and error. This is one of the reasons they player isn't sent back to the beginning of the game after dying. The power fantasy that I wanted to player to achieve was if they were the matador and the enemies were a bull. The satisfaction of feeling like, as a player you, "beat the system" or "unlocked the code" and can effortlessly move through the levels with a combination of understanding and reaction reaction time.
Blue Slime Behavior:
Blue Slimes begin each level occupying 1 square or letter.
They attack by dashing a fixed distance across the screen on the shortest path to the player. They will collide with any tiles or blocked off keys that the player can interact with. After dashing they leave behind a blue "Slime Trail" that will damage the player if they blink onto it.
The Slime has a cooldown of 5 seconds before it can attack again.
Slime trails dissipate after 3 seconds. This leaves a 2 second window where there is no damage area of effect and the slime cannot attack the player.
Immediately after spawning into the level the slimes acquire the player and make an attack.
Green Slimes’ Behavior:
Orange Slimes begin each level occupying a fixed/ predetermined key.
These enemies attack by shooting fast moving projectiles in the direction of the pointed end of their bodies. These projectiles shoot in bursts of three at one second intervals, with cooldown of 5 seconds between bursts. These enemies fire at all times, unless a player is within 1 space "Key" of them.
If a player arrives within a certain distance of any of these enemies their attacks are interrupted. They are forced to face the players side, locked to the rows of the keyboard, and move 2 spaces away from them.
Orange Slimes’ Behavior:
Orange Slimes begin each level occupying a fixed/ predetermined key.
These enemies attack by shooting fast moving projectiles in the direction of the pointed end of their bodies. These projectiles shoot in bursts of three at one second intervals, with cooldown of 5 seconds between bursts. These enemies fire at all times, unless a player is within 1 space "Key" of them.
If a player arrives within a certain distance of any of these enemies their attacks are interrupted. They are forced to face the players side, locked to the rows of the keyboard, and move 2 spaces away from them.
Level Design/ Structure
The game is structured in a relatively simple way. The player traverses a series of 1 to 4 levels that are designed around introducing a new enemy or or environmental challenge . After completing them the player moves too a dialogue section where the main character speaks directly to the keeper of the crypt and begins a new section of gameplay.
Each "Section" of gameplay is distinguished easily by the color motifs of the dungeon environment getting darker as you travel deeper through the dungeon.
Design takeaways
SCOPE
This is the project that I learned the importance and power of correctly scoping projects. The timeline for this project was 10 days with a team of 6 people. After spending the night agreeing on a concept I worked hard to front load my portion of the work as the designer because I knew we had plenty of people to level design and program the project and i wanted to clear the project from any bottlenecks as soon as possible. Because I could hand off my finished work early it allowed the technical application of the game to take their time and polish the controls and enemies as much as possible.
EARLY PLAYTESTING
Writing about this project also reminds me the impact that actually playing and tweaking your game can have on the quality of the product. Playtesting the features as they became ready is how the game ended up so "Rhythmic" so to speak. As you play different enemies attack at cascading intervals with short windows of relief popping up. The is where players can make their move or unlock the door to move on to the next level.
READBILITY & SIMPLICITY
The biggest problem of the game is it can be hard for players to know what is going on because the game does provide much feedback for the current game state. Feedback upon taking damage, progress bar for unlocking the doors, differentiation between entrance & exit doors when entering a level. Because of the rushed timeline these tasks were pushed to the end of development as "later problems" but are ultimately what cause people to give up quickly and not play they game. As well as these issues a simple accessibility setting could have been added witch add letters to each space so players can better understand where they are going.