Skip to content

aerumis/spooky_path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎃 Spooky Path

Lua PICO-8

Navigate the shadows. Collect the souls. Escape the spooky path.

A retro horror-lite maze game built for the PICO-8 fantasy console.

Screenshot

Spooky Path Gameplay

About

Navigate through a haunted maze and collect all the items to win! Avoid obstacles and find your way through the spooky path.

How to Play

Control Action
❎ (X/Z) Start Game
⬆️⬇️⬅️➡️ Move Player

Objective

Collect 4 pickups scattered throughout the maze to win the game!

Features

  • 🕹️ Classic top-down maze gameplay
  • 👻 Spooky themed graphics
  • 🏃 Animated player character
  • 🧱 Tile-based collision detection
  • 🏆 Simple win condition

Running the Game

Option 1: PICO-8

  1. Open PICO-8
  2. Load the cartridge: load main.p8
  3. Run: run

Option 2: Web Player

Export the cartridge as HTML and play in any modern browser.

Project Structure

spooky_path/
├── main.p8      # PICO-8 cartridge (code, sprites, map, sounds)
├── LICENSE      # MIT License
└── README.md    # This file

Code Organization

The game code is organized into tabs:

  1. Core - Game loop (_init, _update, _draw)
  2. Animations - Player sprite animation
  3. Pickups - Collectible item logic
  4. UI - Points display
  5. Movement - Player controls & collision

License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with 💀 using PICO-8

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages