Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ptitseb/stuntcarremake
A port of Stunt Car Remake to OpenPandora, Linux and Emscripten. Status: Working
https://github.com/ptitseb/stuntcarremake
amiga atarist driving game gl4es linux openpandora remake stunt-car-remake
Last synced: 5 days ago
JSON representation
A port of Stunt Car Remake to OpenPandora, Linux and Emscripten. Status: Working
- Host: GitHub
- URL: https://github.com/ptitseb/stuntcarremake
- Owner: ptitSeb
- License: other
- Created: 2015-05-21T08:38:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T11:58:10.000Z (3 months ago)
- Last Synced: 2024-12-04T16:12:08.868Z (18 days ago)
- Topics: amiga, atarist, driving, game, gl4es, linux, openpandora, remake, stunt-car-remake
- Language: C++
- Homepage: http://ptitseb.github.io/stuntcarremake/
- Size: 8.45 MB
- Stars: 71
- Watchers: 13
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE-DejaVu
Awesome Lists containing this project
README
# stuntcarremake
[![stuntcarremake Linux build status](https://travis-ci.org/ptitSeb/stuntcarremake.svg?branch=master)](https://travis-ci.org/ptitSeb/stuntcarremake "stuntcarremake Linux build status") [![stuntcarremake Windows build status](https://ci.appveyor.com/api/projects/status/3b9bd69a4vsy0eu6/branch/master?svg=true)](https://ci.appveyor.com/project/ptitSeb/stuntcarremake/branch/master "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](https://github.com/ptitSeb/gl4es) here: [Web version](http://ptitseb.github.io/stuntcarremake/)
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 BoostOn Pandora
DPad Left/Right for turning
(X) Accelerate
(B) Brake
(R) Boost[![Play on Youtube](https://img.youtube.com/vi/qKTFntQtG6E/0.jpg)](https://www.youtube.com/watch?v=qKTFntQtG6E)
Here is a video on StuntCarRemake running on the OpenPandora
Original project is here: http://sourceforge.net/projects/stuntcarremake/