From: <ma...@us...> - 2006-04-25 21:29:04
|
Revision: 2303 Author: matzon Date: 2006-04-25 14:28:50 -0700 (Tue, 25 Apr 2006) ViewCVS: http://svn.sourceforge.net/java-game-lib/?rev=2303&view=rev Log Message: ----------- added diamond crush Modified Paths: -------------- trunk/LWJGL/www/projects.php Modified: trunk/LWJGL/www/projects.php =================================================================== --- trunk/LWJGL/www/projects.php 2006-04-25 21:02:24 UTC (rev 2302) +++ trunk/LWJGL/www/projects.php 2006-04-25 21:28:50 UTC (rev 2303) @@ -260,7 +260,23 @@ 'big' => 'hz_2.jpg'), 2 => array( 'small' => 'hz_small_3.jpg', - 'big' => 'hz_3.jpg'))); + 'big' => 'hz_3.jpg'))); + +$projects[] = array( + 'name' => 'Diamond Crush', + 'url' => 'http://www.diamondcrush.net/', + 'type' => 'Free, open source game', + 'desc' => 'Diamond Crush is a classic puzzle game, with both single player and multiplayer game modes. Players will control falling pairs of differently colored and shaped gems, and their purpose will be strategically placing them inside their own grid-based play fields, by matching their colors.', + 'screens' => array( + 0 => array( + 'small' => 'diamond_crush_small_1.jpg', + 'big' => 'diamond_crush_1.jpg'), + 1 => array( + 'small' => 'diamond_crush_small_2.jpg', + 'big' => 'diamond_crush_2.jpg'), + 2 => array( + 'small' => 'diamond_crush_small_3.jpg', + 'big' => 'diamond_crush_3.jpg'))); function displayProjects() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |