Navigate the shadows. Collect the souls. Escape the spooky path.
A retro horror-lite maze game built for the PICO-8 fantasy console.
Navigate through a haunted maze and collect all the items to win! Avoid obstacles and find your way through the spooky path.
| Control | Action |
|---|---|
| ❎ (X/Z) | Start Game |
| ⬆️⬇️⬅️➡️ | Move Player |
Collect 4 pickups scattered throughout the maze to win the game!
- 🕹️ Classic top-down maze gameplay
- 👻 Spooky themed graphics
- 🏃 Animated player character
- 🧱 Tile-based collision detection
- 🏆 Simple win condition
- Open PICO-8
- Load the cartridge:
load main.p8 - Run:
run
Export the cartridge as HTML and play in any modern browser.
spooky_path/
├── main.p8 # PICO-8 cartridge (code, sprites, map, sounds)
├── LICENSE # MIT License
└── README.md # This file
The game code is organized into tabs:
- Core - Game loop (
_init,_update,_draw) - Animations - Player sprite animation
- Pickups - Collectible item logic
- UI - Points display
- Movement - Player controls & collision
This project is licensed under the MIT License - see the LICENSE file for details.
Made with 💀 using PICO-8
