Code Search for Developers
 
 
  

game.html from Scorched 3D at Krugle


Show game.html syntax highlighted

#include header.html 

#include menu.html

<table align="center" border="0">
	<tr>
		<td align="center">Game</td>
	</tr>
	<tr>
		<td align="left">
			Players : [[PLAYERS]]<br>
			State : [[STATE]]<br>
			Round : [[ROUND]]<br>
			Move : [[MOVE]]<br>
			BytesI : [[BI]]  BytesO: [[BO]]  Ping : [[P]]  Conect : [[C]]<br>	
		</td>
	</tr>
	<tr>
		<td align="center">
		<form method="post">
			<input type="hidden" name="sid" value="[[sid]]"> 
			<input type="submit" name="action" value="NewGame"> 
			<input type="submit" name="action" value="KillAll">
		</form>
		</td>
	</tr>
</table>

#include footer.html




See more files for this project here

Scorched 3D

Scorched3D is a 3D remake of the popular 2D artillery game Scorched Earth.\r\nScorched3D can be played against the computer, other players and remotely across the internet or LAN.

Project homepage: http://sourceforge.net/projects/scorched3d
Programming language(s): C,C++,XML
License: gpl2

  binary/
    Applet.jar
    Applet.java
    EventStreamReader.java
  applet.html
  banned.html
  footer.html
  game.html
  header.html
  log.html
  logfile.html
  logfiles.html
  login.html
  menu.html
  message.html
  mods.html
  player.html
  server.css
  server.html
  sessions.html
  settingsall.html
  settingslandscape.html
  settingsmain.html
  settingsmenu.html
  settingsmod.html
  settingsplayers.html
  stats.html