zedr/pico8assembly icon
public
Published on 6/15/2025
pico8assembly

## Build & Development Commands - ## Testing Guidelines - ## Code Style & Guidelines - ## Documentation Guidelines -

Rules

Build & Development Commands

Repository structure

  1. rabyruby.lua: The main Lua source code that contains all game logic and mechanics
  2. rabyruby.gfx: Graphics data in Pico-8 format containing sprites, characters, and visual elements
  3. rabyruby.map: Map data defining the game world layout
  4. rabyruby.sfx: Sound effect data for in-game audio
  5. run.sh: Bash script that assembles all components into a playable Pico-8 cartridge (.p8 file)
  6. README.md: Basic documentation explaining the repository structure

NEVER modify the rabyruby.p8 file. It is a build artifact that is created when the run.sh build script is run.

Testing Guidelines

Code Style & Guidelines

Documentation Guidelines