Celeste-AI resources
./carts/celeste.p8: Unmodified Celeste Classic cart./carts/hackcel.p8: Celeste Classic modified with delays and debug./pico8: An old version of PICO-8./images: Miscellaneous images for pretty plots. Not used by scripts yet.
PICO-8 setup
- Run
./pico-8/linux/pico8 - Once it starts, type
folder. This will open the PICO-8 root folder in your file browser. - Copy both carts in
./cartsinto that folder.
PICO-8 basics
load name.p8: load a game into memoryrun: run that gamefolder: open PICO-8 root in file browsershutdown: exit PICO-8<escape key>: toggle editor or exit a game.
That's all you need to know to train Celeste-AI.