An open API service indexing awesome lists of open source software.

https://github.com/getsentry/hackweek-pico8-game


https://github.com/getsentry/hackweek-pico8-game

hackweek2025 tag-non-production

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# PICO-8 Games

Exploring PICO-8 for hackweek.

[Play game in browser](https://getsentry.github.io/hackweek-pico8-game)

## Quick Start

```bash
npm install # Install dependencies
./scripts/build.sh santry-maze # Build and export to HTML
./scripts/build.sh santry-maze --watch # Build & watch for changes (no auto-export)
./scripts/run.sh santry-maze # Launch in PICO-8
```

## Commands

Build & Export: `./scripts/build.sh `
Build & Watch: `./scripts/build.sh --watch`
Run: `./scripts/run.sh `

Games: `santry-maze`, `platformer`
HTML exports are automatically created in `exports/` directory when building

## How to Play

### Santry Maze
You are the Sentry logo and need to dodge the bugs. The goal is to make it to the top.
- Controls: X and O buttons (Z and X keys) to move left and right
- Press both buttons at once to move up

### Platformer
An AI-generated platformer with standard platforming mechanics.