%@ LANGUAGE="VBSCRIPT" %> <% Option Explicit %> <% Response.Buffer = true %> <% Server.ScriptTimeout = 16000 %> <% Response.Expires = 0 %> <% '------------------------------------------------------+ ' Filename : pc110_game.asp ' Author : Seamus Waldron ' Modified : '------------------------------------------------------+ Const vbboard_width = 19 ' 19 Const vbboard_height = 9 ' 9 Const vbno_of_tiles = 5 Dim i %>
|
|
||||||||||||||||||
|
|