replace rectangles drawing with tileset
rewrite CMakeLists.txt
upgrade to gint 2.4
A port of my game Painfull Success for Casio fx-CG50 calculators.
In this game, you will need to exploit common "failure" mechanics in platformers. Lava stun you and propulse you high in the opposite direction you where facing, and going out of bounds allow you to death warp.
Builds of this game are available on Planet Casio.
To build this game, you will need:
You can use GiteaPC to setup the toolchain:
$ giteapc install Lephenixnoir/sh-elf-binutils:any Lephenixnoir/sh-elf-gcc:any Lephenixnoir/fxsdk Lephenixnoir/gint
Once it's done, you can build the game using the fxsdk:
$ git clone https://git.sr.ht/~kikoodx/painfull-success-cg
$ cd painfull-success-cg
$ fxsdk build-cg
You can now transfer and run the resulting G3A on your calculator.
The code is under the MIT license. Levels and colors are under CC-BY-SA 4.0. See LICENSE for more details.