ptitSeb / stuntcarremake

A port of Stunt Car Remake to OpenPandora, Linux and Emscripten. Status: Working

Home Page:http://ptitseb.github.io/stuntcarremake/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stuntcarremake

stuntcarremake Linux build status stuntcarremake Windows build status

This is a port to Linux & OpenPandora of Stunt Car Racer Remake, a windows remake of the old Stunt Car Racer from the AtariST/Amiga time.

To build on Linux, simply use make LINUX=1 For ODroid it will be make ODROID=1 and for PocketCHIP: make CHIP=1 a simple make will build for Pandora. Also, you can also use SDL2 instead of SDL1, by adding SDL=2 to the make command (so SDL2 Linux is make LINUX=1 SDL=2)

You can play Emscripten version, built using gl4es here: Web version

Some code (the OpenAL part) come from Forsaken/ProjectX port by chino.

Controls are: On Linux / Windows 4 Arrows for Turning / Accelerate / Brake Space for Boost

On Pandora DPad Left/Right for turning (X) Accelerate (B) Brake (R) Boost

Play on Youtube

Here is a video on StuntCarRemake running on the OpenPandora

Original project is here: http://sourceforge.net/projects/stuntcarremake/

About

A port of Stunt Car Remake to OpenPandora, Linux and Emscripten. Status: Working

http://ptitseb.github.io/stuntcarremake/

License:Other


Languages

Language:C++ 77.3%Language:Assembly 13.9%Language:C 8.6%Language:Makefile 0.1%Language:HTML 0.1%