Intel-livision and Amiga games 'Biplanes' and 'BIP'. It features a robust physics engine and several other extensions of the original games. Airstrike is a 2d dogfighting game being slowly developed by various people around the net. It is not yet playable although there is an old version which may be a bit fun to try. WWW: http://icculus.org/airstrike/ PR: ports/171559 Submitted by: nemysis (self) Approved by: wg (mentor)
7 lines
68 B
Bash
7 lines
68 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
exec ./airstrike "${@}"
|