add README

This commit is contained in:
Lephenixnoir 2022-01-27 12:21:47 +01:00
parent 842ff181c1
commit 297a0c9f8a
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 15 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# fx-CG 50 port of CELESTE Classic
This program is a trivial adaptation of lemon32767's [ccleste](https://github.com/lemon32767/ccleste),
which is a C rewrite of the PICO-8 CELESTE game. See the original README file
at [README-ccleste.md](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](https://github.com/lemon32767/ccleste/issues/11).