A simple OutRun on Casio Graph 90+E
The remaining/elapsed time and the stage counter used the fixed-point "%.3D" formatter, whose decimal dot is blank in speedfont, so small values rendered with spurious leading zeros (e.g. "0045", "0001/3"). Switch these readouts to plain "%d". Score keeps its arcade-style zero padding. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| assets-cg | ||
| src | ||
| .gitignore | ||
| build | ||
| capture | ||
| clean | ||
| CMakeLists.txt | ||
| icon.png | ||
| LICENSE.txt | ||
| README.md | ||
| send | ||
| TODO.txt | ||
OutRun : a simple race game for Casio Graph 90+E
OutRun is a very simple race game based on the classical Outrun-type license, very famous in the 90's. The purpose of the game is to drive as fast as possible on various highways, in the middle of the traffic.
Installing and compiling the game
Provided you would like to compile the game Addin, starting from the code, some prerequities are mandatory :
fxlibcin its@devversion is mandatory (to get correct implementation of <errno.h>)µSTLis also mandatorylibprofis 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