Archived
1
0
This commit is contained in:
2023-03-08 16:08:24 -08:00
parent 058292c0bd
commit 571a337ff4
41 changed files with 0 additions and 1380 deletions

21
resources/README.md Normal file
View File

@ -0,0 +1,21 @@
# 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.

1835
resources/carts/celeste.p8 Executable file

File diff suppressed because it is too large Load Diff

2013
resources/carts/hackcel.p8 Executable file

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
resources/images/stage1.xcf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

BIN
resources/pico-8/linux/pico8 Executable file

Binary file not shown.

BIN
resources/pico-8/linux/pico8.dat Executable file

Binary file not shown.

BIN
resources/pico-8/linux/pico8_dyn Executable file

Binary file not shown.

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>pico8</string>
<key>CFBundleGetInfoString</key>
<string>pico8</string>
<key>CFBundleIconFile</key>
<string>pico8.icns</string>
<key>CFBundleIdentifier</key>
<string>com.Lexaloffle.pico8</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>pico8</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>pico8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>pico8</string>
<key>LSMinimumSystemVersion</key>
<string>10.1</string>
</dict>
</plist>

Binary file not shown.

Binary file not shown.

2355
resources/pico-8/pico-8.txt Executable file

File diff suppressed because it is too large Load Diff

BIN
resources/pico-8/windows/SDL2.dll Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.