Update of /cvsroot/java-game-lib/LWJGL/www
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4633
Modified Files:
projects.php
Log Message:
SubHunt
Index: projects.php
===================================================================
RCS file: /cvsroot/java-game-lib/LWJGL/www/projects.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- projects.php 22 Jul 2005 15:28:24 -0000 1.9
+++ projects.php 21 Sep 2005 17:22:33 -0000 1.10
@@ -111,7 +111,7 @@
2 => array('small' => 'cultris_small_3.jpg',
'big' => 'cultris_3.jpg')));
-$projects[] = array('name' => 'Keith Goes Painting ',
+$projects[] = array('name' => 'Keith Goes Painting',
'url' => 'http://www.wolfys.co.uk/',
'type' => 'Free game',
'desc' => 'Keiths\' Boss has left town with intstructions that all the furniture in his house must be painted. It is up to you to guide Keith around the big house and paint the furniture before his Boss comes home and sacks him. The house seems to be infested with giant worms, flappy bat things and other rare baddies. But fear not, for Keith is armed with a paint gun which can be used splat a path through the house. There are many hidden places to explore and secrets to find, good luck!',
@@ -121,6 +121,17 @@
'big' => 'keith_goes_painting_2.jpg'),
2 => array('small' => 'keith_goes_painting_small_3.jpg',
'big' => 'keith_goes_painting_3.jpg')));
+
+$projects[] = array('name' => 'SubHunt ',
+ 'url' => 'http://www.efd.lth.se/~d01dj/subhunt/',
+ 'type' => 'Freeware',
+ 'desc' => 'A remake of the old arcade game Sub Hunter. You control a surface ship with the mission to destroy as many enemy subs as you can.',
+ 'screens' => array(0 => array('small' => 'subhunt_small_1.jpg',
+ 'big' => 'subhunt_1.jpg'),
+ 1 => array('small' => 'subhunt_small_2.jpg',
+ 'big' => 'subhunt_2.jpg'),
+ 2 => array('small' => 'subhunt_small_3.jpg',
+ 'big' => 'subhunt_3.jpg')));
function displayProjects() {
|