Cleanup
This commit is contained in:
21
resources/README.md
Normal file
21
resources/README.md
Normal 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
1835
resources/carts/celeste.p8
Executable file
File diff suppressed because it is too large
Load Diff
2013
resources/carts/hackcel.p8
Executable file
2013
resources/carts/hackcel.p8
Executable file
File diff suppressed because it is too large
Load Diff
BIN
resources/images/background-1.png
Normal file
BIN
resources/images/background-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
BIN
resources/images/overlay-1.png
Normal file
BIN
resources/images/overlay-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
resources/images/stage1.xcf
Normal file
BIN
resources/images/stage1.xcf
Normal file
Binary file not shown.
BIN
resources/pico-8/linux/lexaloffle-pico8.png
Executable file
BIN
resources/pico-8/linux/lexaloffle-pico8.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 442 B |
BIN
resources/pico-8/linux/pico8
Executable file
BIN
resources/pico-8/linux/pico8
Executable file
Binary file not shown.
BIN
resources/pico-8/linux/pico8.dat
Executable file
BIN
resources/pico-8/linux/pico8.dat
Executable file
Binary file not shown.
BIN
resources/pico-8/linux/pico8_dyn
Executable file
BIN
resources/pico-8/linux/pico8_dyn
Executable file
Binary file not shown.
Binary file not shown.
28
resources/pico-8/osx/PICO-8.app/Contents/Info.plist
Normal file
28
resources/pico-8/osx/PICO-8.app/Contents/Info.plist
Normal 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>
|
BIN
resources/pico-8/osx/PICO-8.app/Contents/MacOS/pico8
Executable file
BIN
resources/pico-8/osx/PICO-8.app/Contents/MacOS/pico8
Executable file
Binary file not shown.
BIN
resources/pico-8/osx/PICO-8.app/Contents/MacOS/pico8.dat
Executable file
BIN
resources/pico-8/osx/PICO-8.app/Contents/MacOS/pico8.dat
Executable file
Binary file not shown.
BIN
resources/pico-8/osx/PICO-8.app/Contents/Resources/pico8.icns
Executable file
BIN
resources/pico-8/osx/PICO-8.app/Contents/Resources/pico8.icns
Executable file
Binary file not shown.
2355
resources/pico-8/pico-8.txt
Executable file
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
BIN
resources/pico-8/windows/SDL2.dll
Executable file
Binary file not shown.
BIN
resources/pico-8/windows/pico8.dat
Executable file
BIN
resources/pico-8/windows/pico8.dat
Executable file
Binary file not shown.
BIN
resources/pico-8/windows/pico8.exe
Executable file
BIN
resources/pico-8/windows/pico8.exe
Executable file
Binary file not shown.
Reference in New Issue
Block a user