Mark
/
celeste-ai
Archived
1
0
Fork 0
This repository has been archived on 2023-11-28. You can view files and clone it, but cannot push or open issues/pull-requests.
celeste-ai/resources
Mark 7759db9914
Added demo gif
2023-04-02 11:10:12 -07:00
..
carts Cleanup 2023-03-08 16:08:24 -08:00
images Cleanup 2023-03-08 16:08:24 -08:00
pico-8 Cleanup 2023-03-08 16:08:24 -08:00
README.md Cleanup 2023-03-08 16:08:24 -08:00
first-bot-finish.gif Added demo gif 2023-04-02 11:10:12 -07:00

README.md

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

  1. Run ./pico-8/linux/pico8
  2. Once it starts, type folder. This will open the PICO-8 root folder in your file browser.
  3. Copy both carts in ./carts into that folder.

PICO-8 basics

  • load name.p8: load a game into memory
  • run: run that game
  • folder: open PICO-8 root in file browser
  • shutdown: exit PICO-8
  • <escape key>: toggle editor or exit a game.

That's all you need to know to train Celeste-AI.