Reviewed-on: Slyvtt/PinBall#1 |
||
---|---|---|
assets-cg | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
PinBall.cbp | ||
PinBall.cscope_file_list | ||
PinBall.layout | ||
README.md | ||
TODO.txt | ||
build | ||
clean |
README.md
PinBall : a simple pinball Game for the Casio Graph 90+E / CG-50
As explained in the title, just a pinball game
Installing and compiling the game
Provided you would like to compile the game Addin, starting from the code, some prerequities are mandatory :
fxlibc
in its@dev
version is mandatory (to get correct implementation of <errno.h>)µSTL
is also mandatorylibprof
is also needed to get accurate timing
Installing with GiteaPC
fxlibc
can be installed using GiteaPC by using
% giteapc install Vhex-Kernel-Core/fxlibc@dev
µSTL
can then be installed by typing in a terminal
% giteapc install Slyvtt/uSTL_2.3
libprof
can be built and installed with
% giteapc install Lephenixnoir/libprof
Compiling
Simply run fxsdk build-cg
. The fxSDK will invoke CMake with a suitable toolchain file while exposing CMake modules for the calculator.
% fxsdk build-cg
Please note that currently there is no compile target for fx-9860G