Specter (Mr. Curry)
About
Specter was originally created over the course of three days in time for Halloween using the Python library Pygame. The player navigates through a dungeon while trying to avoid ghosts that will kill the player on contact. The goal of each level is to collect the key and reach the portal to advance to the next one. Every so often, the lights will go out and the player can only see themselves, the key, the portal, and nearby ghosts. The player cannot see the terrain or faraway ghosts during this time.
ControlsUse the arrow or WASD keys to move the player. Collect the key by colliding with it and advance to the next level by colliding with the portal. Press 'q' to open the menu where you can save the game, load from a previous save, or exit to the title screen.
LevelsSpecter currently only has five levels and I might decide to add more at a later date. You may choose to create your own levels using the Tiled Map Editor without the need for programming skills. Create the map, name it "lvlx.tmx" (x being the level number) and the game will load the map for you. You can use the existing maps as a guide to making your own level.