fx-CG 50 port of ccleste (CELESTE classic).
Go to file
Lephenixnoir 297a0c9f8a
add README
2022-01-27 12:21:47 +01:00
data remove unnecessary gfx 2020-05-30 20:06:41 +02:00
.gitignore port to fx-CG 50 2022-01-27 12:19:20 +01:00
Makefile port to fx-CG 50 2022-01-27 12:19:20 +01:00
Makefile.3ds 3DS: fix for newer SDL versions 2021-11-24 15:19:20 +01:00
README-ccleste.md port to fx-CG 50 2022-01-27 12:19:20 +01:00
README.md add README 2022-01-27 12:21:47 +01:00
celeste.c Fix off-by-one error in the particles and cloud logic 2021-01-10 11:20:26 +01:00
celeste.g3a port to fx-CG 50 2022-01-27 12:19:20 +01:00
celeste.h add fixed point mode 2020-08-18 20:46:32 +02:00
converters.py port to fx-CG 50 2022-01-27 12:19:20 +01:00
embuild.sh SDL2 support + emscripten 2020-09-01 16:50:56 +02:00
emscripten-shell.html fix keyboard input only working for one frame with controller plugged in 2020-09-20 11:31:58 +02:00
gamecontrollerdb.txt add more buttons to gamepad 2021-02-02 23:57:02 -05:00
gintmain.c port to fx-CG 50 2022-01-27 12:19:20 +01:00
icon-cg-sel.png port to fx-CG 50 2022-01-27 12:19:20 +01:00
icon-cg-uns.png port to fx-CG 50 2022-01-27 12:19:20 +01:00
icon.png fix most graphical issues, switch to .ogg files for music 2020-05-30 16:43:18 +02:00
icon.xcf port to fx-CG 50 2022-01-27 12:19:20 +01:00
screenshot.png update screenshot 2020-08-18 00:41:53 +02:00
sdl12main.c some cleanup 2021-11-24 15:25:50 +01:00
sdl20compat.inc.c add more buttons to gamepad 2021-02-02 23:57:02 -05:00
test-tas.txt TAS stuff 2020-08-18 23:28:16 +02:00
tilemap.h fix most graphical issues, switch to .ogg files for music 2020-05-30 16:43:18 +02:00
winbuild.sh add support for SDL2 gamepads 2020-09-20 00:21:27 +02:00

README.md

fx-CG 50 port of CELESTE Classic

This program is a trivial adaptation of lemon32767's ccleste, which is a C rewrite of the PICO-8 CELESTE game. See the original README file at README-ccleste.md.

This was done in an evening, there was no attempt at keeping the code clean.

Build with:

% make USE_GINT=1 celeste.g3a

License is unclear.