From 0821a742f937e0c2420d533f38b6f2c03c3beb8c Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Sun, 2 Dec 2012 00:10:19 +0000 Subject: add new port: games/tuxfighter Was the first visible part of The Python Game Book project. TuxFighter is a little Asteroids-like Shooter game, written around 2006. The game support modding. You control Tux, the penguin (with mouse or keyboard) and shoot down rectangular enemies (to make points). Shots may reflect from the screen border, and self-shooting result in negative points. In the game, you can pick up one of those power-up's and enjoy different effects. WWW: http://thepythongamebook.com/en:resources:games:tuxfighter PR: 169893 Submitted by: nemysis@gmx.ch Feature safe: yes --- games/tuxfighter/pkg-message | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/tuxfighter/pkg-message (limited to 'games/tuxfighter/pkg-message') diff --git a/games/tuxfighter/pkg-message b/games/tuxfighter/pkg-message new file mode 100644 index 000000000000..be810559a420 --- /dev/null +++ b/games/tuxfighter/pkg-message @@ -0,0 +1,11 @@ +======================================================================== +Tuxfighter has been installed. + +Python errors will result in the first run of this game. +Restart, and enjoy. + +This issue is currently being resolved with upstream developers. + +All options are in the config file if you've made changes in the GUI. + ~/.TuxFighter/TuxFighter.ini +======================================================================== -- cgit v1.2.3