new file: Files/flashplayer_32_sa.exe new file: favicon.ico new file: globe.gif new file: imgs/download.png new file: imgs/zuck.jpg new file: index.html new file: other.ico new file: script.js new file: site.webmanifest new file: sitemap.html new file: styles/backround.css new file: styles/border.css new file: styles/fonts/Titillium_Web/OFL.txt new file: styles/fonts/Titillium_Web/TitilliumWeb-Black.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-Bold.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-BoldItalic.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-ExtraLight.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-ExtraLightItalic.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-Italic.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-Light.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-LightItalic.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-Regular.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-SemiBold.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-SemiBoldItalic.ttf new file: styles/fonts/webfontkit-20221027-163353/generator_config.txt new file: styles/fonts/webfontkit-20221027-163353/specimen_files/grid_12-825-55-15.css new file: styles/fonts/webfontkit-20221027-163353/specimen_files/specimen_stylesheet.css new file: styles/fonts/webfontkit-20221027-163353/stylesheet.css new file: styles/fonts/webfontkit-20221027-163353/titilliumweb-extralight-demo.html new file: styles/fonts/webfontkit-20221027-163353/titilliumweb-extralight-webfont.woff new file: styles/fonts/webfontkit-20221027-163353/titilliumweb-extralight-webfont.woff2 new file: styles/fonts/webfontkit-20221027-165950/generator_config.txt new file: styles/fonts/webfontkit-20221027-165950/specimen_files/grid_12-825-55-15.css new file: styles/fonts/webfontkit-20221027-165950/specimen_files/specimen_stylesheet.css new file: styles/fonts/webfontkit-20221027-165950/stylesheet.css new file: styles/fonts/webfontkit-20221027-165950/titilliumweb-bold-demo.html new file: styles/fonts/webfontkit-20221027-165950/titilliumweb-bold-webfont.woff new file: styles/fonts/webfontkit-20221027-165950/titilliumweb-bold-webfont.woff2 new file: styles/style.css new file: tools/2048/.gitignore new file: tools/2048/.jshintrc new file: tools/2048/CONTRIBUTING.md new file: tools/2048/LICENSE.txt new file: tools/2048/README.md new file: tools/2048/Rakefile new file: tools/2048/favicon.ico new file: tools/2048/index.html new file: tools/2048/js/animframe_polyfill.js new file: tools/2048/js/application.js new file: tools/2048/js/bind_polyfill.js new file: tools/2048/js/classlist_polyfill.js new file: tools/2048/js/game_manager.js new file: tools/2048/js/grid.js new file: tools/2048/js/html_actuator.js new file: tools/2048/js/keyboard_input_manager.js new file: tools/2048/js/local_storage_manager.js new file: tools/2048/js/tile.js new file: tools/2048/meta/apple-touch-icon.png new file: tools/webretro/cores/neocd_libretro.js new file: tools/webretro/cores/neocd_libretro.wasm new file: tools/webretro/cores/nestopia_libretro.js new file: tools/webretro/cores/nestopia_libretro.wasm new file: tools/webretro/cores/o2em_libretro.js new file: tools/webretro/cores/o2em_libretro.wasm new file: tools/webretro/cores/opera_libretro.js new file: tools/webretro/cores/opera_libretro.wasm
116 lines
5.0 KiB
HTML
116 lines
5.0 KiB
HTML
<script language="JavaScript" src="TriangLite.js" type="text/javascript"></script>
|
|
|
|
<img src="0.gif" style="display:none" /> <img src="1.gif" style="display:none" /> <img src="2.gif" style="display:none" /> <img src="3.gif" style="display:none" />
|
|
<table align="center" bgcolor="#ccffff" border="4" width="100%">
|
|
<tr>
|
|
<td align="middle">
|
|
<p> </p>
|
|
<table cellspacing="0" cellpadding="0" align="center" bgcolor="#008540" border="0">
|
|
<script language="JavaScript" type="text/javascript">
|
|
<!-- Begin
|
|
var IE=(navigator.appName=="Microsoft Internet Explorer");
|
|
var i=0;
|
|
|
|
document.write("<TR><TD COLSPAN="+(boardSide+1)+" bgColor=#ccffff></TD>");
|
|
document.write("<TD bgColor=#ccffff><IMG SRC=\"UL.gif\" WIDTH="+20+" HEIGHT="+32+"></TD>");
|
|
document.write("<TD bgColor=#ccffff><IMG SRC=\"UR.gif\" WIDTH="+20+" HEIGHT="+32+"></TD>");
|
|
document.write("<TD COLSPAN="+(boardSide+1)+" bgColor=#ccffff></TD></TR>");
|
|
|
|
for(var row=0;row<boardSide;++row)
|
|
{
|
|
document.write("<TR><TD bgColor=#ccffff></TD>");
|
|
if (boardSide-row-1>0) document.write("<TD COLSPAN="+(boardSide-row-1)+" bgColor=#ccffff></TD>");
|
|
document.write("<TD bgColor=#ccffff><IMG SRC=\"UL.gif\" WIDTH="+20+" HEIGHT="+32+"></TD>");
|
|
for (var col=0;col<=row;++col)
|
|
{
|
|
if (!IE) {
|
|
document.write("<TD COLSPAN=2 WIDTH="+40+" ALIGN=CENTER><A HREF=\"#\" onMousedown='return move("+i+");' onMouseOver='return over("+i+");' onMouseOut='return out("+i+");'>");
|
|
document.write("<IMG SRC=\"2.gif\" BORDER=\"0\" WIDTH=\""+32+"\" HEIGHT=\""+32+"\" NAME=\"img"+i+"\"></TD>\n");
|
|
}
|
|
else {
|
|
document.write("<TD COLSPAN=2 WIDTH="+40+" ALIGN=CENTER><IMG SRC=\"2.gif\" BORDER=\"0\" WIDTH=\""+32+"\" HEIGHT=\""+32+"\" NAME=\"img"+i+"\" onMousedown='return move("+i+");' onMouseover='return over("+i+");' onMouseOut='return out("+i+");'></TD>\n");
|
|
}
|
|
i++;
|
|
}
|
|
document.write("<TD WIDTH="+20+" bgColor=#ccffff><IMG SRC=\"UR.gif\" WIDTH="+20+" HEIGHT="+32+"></TD>");
|
|
if (boardSide-row-1>0) document.write("<TD COLSPAN="+(boardSide-row-1)+" bgColor=#ccffff></TD>");
|
|
document.write("<TD WIDTH="+6+" bgColor=#ccffff></TD>");
|
|
document.write('</TR>');
|
|
}
|
|
|
|
document.write("<TR><TD bgColor=#ccffff><IMG SRC=\"BL.gif\" WIDTH="+6+" HEIGHT="+10+"></TD>");
|
|
document.write("<TD COLSPAN="+(boardSide*2+2)+" bgColor=#008540 HEIGHT="+10+"><IMG SRC=\"B.gif\" HEIGHT="+10+"></TD>");
|
|
document.write("<TD bgColor=#ccffff><IMG SRC=\"BR.gif\" WIDTH="+6+" HEIGHT="+10+"></TD></TR>");
|
|
// End -->
|
|
</script>
|
|
</table>
|
|
<noscript>
|
|
<font face="Verdana, Arial, Helvetica" color="red" size="2">You
|
|
need to activate Javascript to play this game.</font>
|
|
</noscript>
|
|
<p> </p>
|
|
<form name="statusform" id="statusform">
|
|
<input readonly size="8" value=" " name="countmoves" />
|
|
|
|
<input readonly size="8" value=" " name="countpeg" />
|
|
</form>
|
|
<form name="buttonsform" id="buttonsform">
|
|
<input onClick="window.help();" type="button" value="Help" />
|
|
|
|
<input onClick="window.newGame();" type="button" value="Restart" />
|
|
|
|
<input onClick="window.newstart();" type="button" value="Set Start" />
|
|
|
|
<input onClick="window.back();" type="button" value="Back" />
|
|
|
|
<input onClick="window.solve();" type="button" value=" Solve " name="Solve" />
|
|
<table cellspacing="5" cellpadding="0" align="center" border="0">
|
|
<tr>
|
|
<td><b>Current Board:</b></td>
|
|
<td> </td>
|
|
<td><b>Demo Speed:</b></td>
|
|
</tr>
|
|
<tr>
|
|
<td><select onChange="window.changeBoard();" name="options">
|
|
<script language="JavaScript" type="text/javascript">
|
|
<!-- Begin
|
|
for(var i=4;i<9;i++)
|
|
document.write("<OPTION"+((i==boardSide)?" SELECTED":"")+">"+tno(i)+" Hole Board</OPTION>\n");
|
|
// End -->
|
|
</script>
|
|
</select></td>
|
|
<td></td>
|
|
<td><select onChange="window.changeSpeed();" name="demospeed">
|
|
<script language="JavaScript" type="text/javascript">
|
|
<!-- Begin
|
|
document.write("<OPTION"+((demoSpeed==0)?" SELECTED":"")+">Slow</OPTION>\n");
|
|
document.write("<OPTION"+((demoSpeed==1)?" SELECTED":"")+">Normal</OPTION>\n");
|
|
document.write("<OPTION"+((demoSpeed==2)?" SELECTED":"")+">Fast</OPTION>\n");
|
|
document.write("<OPTION"+((demoSpeed==3)?" SELECTED":"")+">Faster</OPTION>\n");
|
|
// End -->
|
|
</script>
|
|
</select></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<form name="messageform" id="messageform">
|
|
<textarea id="text" name="alertbox" rows="2" readonly style="OVERFLOW:hidden" cols="55"></textarea>
|
|
</form>
|
|
<p> </p>
|
|
<table width="100%" border="0">
|
|
<tr>
|
|
<td><p>
|
|
<center>
|
|
<font face="Verdana, Arial, Helvetica" color="#000080" size="-1"> Lite Version 1.1 ; Copyright © 2005 by <a href="http://www.geocities.com/gibell.geo/">George
|
|
Bell</a><br />
|
|
</font>
|
|
</center>
|
|
</p></td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
|
|
|