<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="SNAKE - the GAME (alpha) / xtern">
    <Require feature="rpc"/>
  </ModulePrefs>
  <Content type="html">
  <![CDATA[
  <html><head>
		<style type="text/css">
		  #gameCanvas { width:640px; height:480px; background-color:#cfc; }
		  #events {
			display:none;
			position:absolute;
			width:35%;
			height:200px;
			overflow:auto;
			border:solid 1px #069;
			background-color:#fff;
			color: #249;
			font: normal 9px "Lucida Console","Courier New", Courier, monospace;
			left:60%;
			 top:5px;
		  }
		</style>
		<script type="text/javascript" src="http://wave-api.appspot.com/public/wave.js"></script>
		<script type="text/javascript" src="http://legorussia.ru/js/wz_jsgraphics.js"></script>
		<script type="text/javascript" src="http://legorussia.ru/js/snakeApp.js"></script>
</head>
<body>
		<div id="gameCanvas">&#160;</div>
		<input type="button" value="play/pause" onclick="animate();"/> &#160; 
		<div id="events">&#160;</div>
<script type="text/javascript">
snakeApp.init(null);
snakeApp.redrawSnake();
snakeApp.refreshContext();
</script>
</body>
</html>
<!-- (c) xtern, "standalone" "wave"-"gadjet" ;),
     contact me "pal_itra at mail dot ru" -->
 ]]>
  </Content>
</Module>