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)
7 lines
83 B
Bash
7 lines
83 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
exec %%PYTHON_CMD%% ./schiff.py "${@}"
|