A simple OutRun on Casio Graph 90+E
Go to file
Sylvain PILLOT 8b64a2db55 V1.08 WIP - added compatibility with gint 2.8 2022-05-23 22:02:45 +02:00
assets-cg V1.08 WIP - added compatibility with gint 2.8 2022-05-23 22:02:45 +02:00
src V1.08 WIP - added compatibility with gint 2.8 2022-05-23 22:02:45 +02:00
.gitignore Update Rendering for Speed 2022-03-04 21:58:14 +01:00
CMakeLists.txt V1.08 WIP - added compatibility with gint 2.8 2022-05-23 22:02:45 +02:00
CppOutRun.cbp corrected bug in name entering + working on OC option 2022-04-13 23:33:33 +02:00
CppOutRun.cscope_file_list To many changes to be listed 2022-03-16 23:18:18 +01:00
CppOutRun.layout V1.08 WIP - added compatibility with gint 2.8 2022-05-23 22:02:45 +02:00
README.md Update Rendering for Speed 2022-03-04 21:58:14 +01:00
TODO.txt perf tuning + perf graph implentation 2022-03-20 21:34:34 +01:00
build Update Rendering for Speed 2022-03-04 21:58:14 +01:00
capture Overclock option set to P5 / corrected frequency calculation for correct FPS&speed 2022-04-15 22:44:37 +02:00
clean Update Rendering for Speed 2022-03-04 21:58:14 +01:00
icon.png V1.0 Final (simply added a save of parameters) 2022-04-04 20:11:19 +02:00
send Overclock option set to P5 / corrected frequency calculation for correct FPS&speed 2022-04-15 22:44:37 +02:00

README.md

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 :

  • fxlibc in its @dev version is mandatory (to get correct implementation of <errno.h>)
  • µSTL is also mandatory
  • libprof 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