Multiplayer flying saucer racing game
Find a file
2016-07-13 16:23:34 +02:00
data Remove automake, build using custom Makefile 2016-07-13 11:07:42 +02:00
extra Remove automake, build using custom Makefile 2016-07-13 11:07:42 +02:00
src Makefile: fix rule dependencies 2016-07-13 16:02:46 +02:00
.gitignore Add .gitignore 2016-07-13 16:18:02 +02:00
.lvimrc Add .lvimrc 2016-07-13 16:17:15 +02:00
AUTHORS Initial commit 2016-07-12 08:47:20 +02:00
CHANGELOG Update readme, changelog and install instructions 2016-07-13 16:23:34 +02:00
COPYING Initial commit 2016-07-12 08:47:20 +02:00
Makefile Remove automake, build using custom Makefile 2016-07-13 11:07:42 +02:00
NEWS Initial commit 2016-07-12 08:47:20 +02:00
README.md Update readme, changelog and install instructions 2016-07-13 16:23:34 +02:00

Antigravitaattori

Multiplayer flying saucer racing game.

This is a forked version of the original game, featuring the following changes:

  • ported to libpng 1.6
  • ported to SDL 2.0
  • dropped autotools, simplified build system
  • support for game controllers (tested with wireless XBOX 360 controller)

Requirements

  • SDL2
  • libpng
  • libalut
  • libglu
  • libopenal

Ubuntu 16.04

$ apt-get install make g++ libsdl2-dev libalut-dev libglu-dev libopenal-dev

Build and install

Build and install with make:

$ make && make install

By default, the game is installed to /usr/local. This can be changed with variable PREFIX, e.g:

$ make PREFIX=/usr && make install PREFIX=/usr