https://github.com/ptitseb/roadfighter
Port of Roadfighter from Brain Games to the OpenPandora, ODroid and Linux - Status: Working
https://github.com/ptitseb/roadfighter
game open-source racing sdl
Last synced: 29 days ago
JSON representation
Port of Roadfighter from Brain Games to the OpenPandora, ODroid and Linux - Status: Working
- Host: GitHub
- URL: https://github.com/ptitseb/roadfighter
- Owner: ptitSeb
- Created: 2015-12-23T11:09:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T05:43:54.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T04:55:20.987Z (about 1 year ago)
- Topics: game, open-source, racing, sdl
- Language: C++
- Homepage:
- Size: 4.63 MB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
roadfighter
====
This version of roadfighter as been slightly modified. It now support Pandora and ODROID build.
To compile on the Pandora, using the Codeblocks Command Line PND, just type
`make`To compile on the ODROID, type
`make ODROID=1`To compile on x86 Linux, type
`make LINUX=1`Other platform can probably be added easily (like RPi), but will need some slight
changes in the Makefile (contact me or do a pull request if you want / have a new platform)Note that you will need SDL_sound library (for SDL1.2). You can find a copy of this lib (that can be built both for SDL1.2 and SDL2) [here](https://github.com/ptitSeb/SDL_sound). Don't forget to configure with `--enable-sdl2=no` if using this version.

The original readme (with detailed how to play) can be found [here](readme.txt)