<?php
  require 'include/default.php';
  printHeader(null, null);
  printMenu("links");
?>
  <!-- Introduction -->
  <div class="paragraph_item">
    <h2>Links</h2>
    <p>
		The following list of links are sites that either relate to our effort, or we just think are cool:<br><br>
 		- <a href="http://www.javagaming.org/" target="blank">http://www.javagaming.org/</a><br>
 		  Site related to Java gamming
    <br>
    <br>
		 - <a href="http://www.puppygames.net/" target="blank">http://www.puppygames.net/</a><br>
		  First commercial game using LWJGL!
    <br>
    <br>
		 - <a href="http://www.tribaltrouble.com/" target="blank">http://www.tribaltrouble.com/</a><br>
		  Awesome new commercial game using LWJGL
    <br>
    <br>
		 - <a href="http://sourceforge.net/projects/spgl/" target="blank">http://sourceforge.net/projects/spgl/</a><br>
		   Game library building on top of lwjgl
    <br>
    <br>
		 - <a href="http://www.mojomonkeycoding.com/" target="blank">http://www.mojomonkeycoding.com/</a><br>
		   jME (or jMonkeyEngine) is an attempt at a fully functional game engine using the Java programming language.
    <br>
    <br>    
		 - <a href="http://www.hardcode.de/jxinput/" target="blank">http://www.hardcode.de/jxinput/</a><br>
		   More feature complete input support for java
    </p>
  </div>
  
<?php 
  printFooter();
?>