Skip to content

A demo cutscene system for the PICO-8 fantasy console, including handcrafted sprite and animation systems.

Notifications You must be signed in to change notification settings

tcnj-violaa/partyquest

Repository files navigation

partyquest

A demo cutscene system for the PICO-8 fantasy console, including handcrafted sprite and animation systems. Last updated in 2020, uploaded in 2022 for archival purposes.

Implements several features such as:

  • synchronized and translatable multi-sprite animations
  • dialogue system

File explanation:

  • party_new.p8 - a PICO-8 cartridge implementing loading dialogue scripts from an external "databank" cart
  • d_bank_1.p8 - a cartridge acting as a data store for dialogue scripts, including a test script
  • party_orig_say.p8 - same as party_new.p8 but storing dialogue scripts internal to the cart, including a more significant sample script

Credits

Oli414's Dialogue Text Box Lib

GIFs

gif demonstration of party_orig_say.p8 gif of 2 spritesheets demonstration of simple looping headline effects gif of sprites being independently translated

About

A demo cutscene system for the PICO-8 fantasy console, including handcrafted sprite and animation systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages