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
- Host: GitHub
- URL: https://github.com/getsentry/hackweek-pico8-game
- Owner: getsentry
- Created: 2025-08-16T20:04:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T19:09:11.000Z (11 months ago)
- Last Synced: 2026-01-30T22:53:40.734Z (5 months ago)
- Topics: hackweek2025, tag-non-production
- Language: HTML
- Homepage: https://getsentry.github.io/hackweek-pico8-game/
- Size: 1.07 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.