view Ristipolku.html @ 138:9eb791e2fa17

Optimize board updating logic, so that the old placed tiles need not to be redrawn from scratch on each screen update, as they do not change usually.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Nov 2011 11:04:09 +0200
parents 85a1c21fe80f
children
line wrap: on
line source

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Ristipolku</title>
 <style type="text/css">
  body { background: black; color: white; font-family: Arial, Verdana, sans-serif; }
  h1 { color: white; font-size: 14pt; }
  div.applet { text-align: center; vertical-align: center; width: 100%; height: 100%; }
  p.copyright { font-size: 8pt; text-align: center; }
 </style>
</head>
<body>
<div class="applet">
<applet code="Ristipolku.class" archive="Ristipolku.jar" width="1024" height="768"></applet>
</div>
<p class="copyright">&copy; Copyright 2011 Matti 'ccr' H&auml;m&auml;l&auml;inen</p>
</body>
</html>