A simple OutRun on Casio Graph 90+E
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Sylvain PILLOT 6543437ecf
corrected CMakeLists.txt -fno-use-cxa-atexit was missing
4 weeks ago
assets-cg V1.08 WIP - added compatibility with gint 2.8 10 months ago
src version 1.09 - with more safe useage of extra ram and safer overclok level 2 months ago
.gitignore corrected CMakeLists.txt -fno-use-cxa-atexit was missing 4 weeks ago
CMakeLists.txt corrected CMakeLists.txt -fno-use-cxa-atexit was missing 4 weeks ago
CppOutRun.cbp corrected bug in name entering + working on OC option 12 months ago
CppOutRun.cscope_file_list To many changes to be listed 1 year ago
CppOutRun.layout WIP : improved HUD & sliding in curves 10 months ago
README.md Update Rendering for Speed 1 year ago
TODO.txt perf tuning + perf graph implentation 1 year ago
build Update Rendering for Speed 1 year ago
capture Overclock option set to P5 / corrected frequency calculation for correct FPS&speed 12 months ago
clean Update Rendering for Speed 1 year ago
icon.png V1.0 Final (simply added a save of parameters) 1 year ago
send try to make it run with gint 2.9.0 2 months ago

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