OpenMRac is a split-screen racing game. It is a tweaked source release of MultiRacer.
Programming was done by Vojtěch Salajka.
Porting to big endian architectures for Amiga-like OSes was done by Szilárd Biró.
Creating forks and porting to additional platforms is encouraged, but these typically will not be merged back to the main repo. The same applies to mods.
Franticware claims rights to the name "MultiRacer" which should not be used by other parties for their products or ports. That is the reason for changing the title to OpenMRac, to which no such restrictions apply.
Game data files are in a separate repository under a different license: https://github.com/Franticware/OpenMRac-data
Download here: https://www.franticware.com/openmrac
Install openmrac package from AUR
-
The openmrac and openmrac-data packages are now available in many Debian-based distributions. If not, please use method described in the following section (Other).
-
Note: The openmrac-es2 package is planned (OpenGL ES 2.0 variant) which might be better suited for SBCs based on RISC-V and ARM.
git clone https://github.com/Franticware/OpenMRac-data.git
cd OpenMRac-data
make install
cd ..
git clone https://github.com/Franticware/OpenMRac.git
cd OpenMRac/src
make -f Makefile.linux install
cd ../..
TODO