Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ptitseb/prototype
ProtoType (RType remake) version for Linux, Pandora, ODroid, AmigaOS4 and Emscripten. Status: Working.
https://github.com/ptitseb/prototype
game gl4es linux odroid opengl openpandora rtype sdl sdl2 shootemup
Last synced: about 5 hours ago
JSON representation
ProtoType (RType remake) version for Linux, Pandora, ODroid, AmigaOS4 and Emscripten. Status: Working.
- Host: GitHub
- URL: https://github.com/ptitseb/prototype
- Owner: ptitSeb
- Created: 2016-05-19T21:01:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T16:43:38.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T04:55:19.953Z (6 months ago)
- Topics: game, gl4es, linux, odroid, opengl, openpandora, rtype, sdl, sdl2, shootemup
- Language: C++
- Homepage: http://ptitseb.github.io/prototype/
- Size: 36.9 MB
- Stars: 16
- Watchers: 7
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prototype
===========![prototype build status](https://api.travis-ci.org/ptitSeb/prototype.png "prototype build status")
This is ProtoType, an RType remake from Dark Castle Software.
This version compile on OpenPandora, Linux, ODROID and AmigaOS4, has the FMOD dependancy removed (using SDL_mixer instead, but can be re-activated), and has a few fixes in the code.
This game now use stb_image for Image Loading.![sreenshot on Pandora](screenshot.png "screenshot on Pandora")
On Pandora and ODROID, it use [gl4es](http://github.com/ptitSeb/gl4es).
To compile on Pandora, type
`make`To compile on ODROID, type
`make ODROID=1`To compile on Linux x86, type
`make LINUX=1`To compile on AmigaOS4, type
`make AMIGAOS4=1`SDL2 is also supported, just add `SDL2=1` to the make command (better `make clean` before if needed).
To use legacy FMOD, add `FMOD=1` to the make command.
For more info, the website of the original game is here: http://xout.blackened-interactive.com/ProtoType/Prototype.html
For info on the Pandora version, go there: https://pyra-handheld.com/boards/threads/prototype.71887/