freebsd-ports/games/schiff/files/schiff.in
Rusmir Dusko 204acb24b8 Schiff is the German word for ship.
Steer your ship(s) with the keyboard to rotate or move forward / backward.
Try to avoid enemy bullets and the floating yellow rectangles.
Become last ship floating to win the game.

WWW: http://thepythongamebook.com/en:resources:games:schiff

PR:		ports/171237
Submitted by:	nemysis (self)
Approved by:	pawel (mentor)
2013-12-08 19:04:54 +00:00

7 lines
83 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
cd "%%DATADIR%%"
exec %%PYTHON_CMD%% ./schiff.py "${@}"