This is the first release of a shoot em up game written in SDL. The objective is simple: you have 1 life and 1 hit will kill you. Try and destroy as many enemies as possible before this happens. The game features an online scoring system and the ability to replay game sessions. WWW: http://www.parallelrealities.co.uk/randomShooter.php
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
miwi 2008-03-14 20:36:50 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/randomshooter Makefile distinfo pkg-descr pkg-plist games/randomshooter/files patch-makefile patch-src-input.c Log: This is the first release of a shoot em up game written in SDL. The objective is simple: you have 1 life and 1 hit will kill you. Try and destroy as many enemies as possible before this happens. The game features an online scoring system and the ability to replay game sessions. WWW: http://www.parallelrealities.co.uk/randomShooter.php PR: ports/121203 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> Revision Changes Path 1.1189 +1 -0 ports/games/Makefile 1.1 +40 -0 ports/games/randomshooter/Makefile (new) 1.1 +3 -0 ports/games/randomshooter/distinfo (new) 1.1 +33 -0 ports/games/randomshooter/files/patch-makefile (new) 1.1 +11 -0 ports/games/randomshooter/files/patch-src-input.c (new) 1.1 +8 -0 ports/games/randomshooter/pkg-descr (new) 1.1 +55 -0 ports/games/randomshooter/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!