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
70 lines
3.4 KiB
HTML
70 lines
3.4 KiB
HTML
<!----------------------------------------------------------------\
|
|
| |
|
|
| Fair License |
|
|
| |
|
|
| JS Games :: Marbles |
|
|
| Copyright (C) 2002-2004 Arun Narayanan |
|
|
| |
|
|
| For latest release information and downloads visit: |
|
|
| http://jsgames.sourceforge.net/ |
|
|
| |
|
|
| Usage of the works is permitted provided that this |
|
|
| instrument is retained with the works, so that any entity |
|
|
| that uses the works is notified of this instrument. |
|
|
| |
|
|
| DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY. |
|
|
| |
|
|
| [2004, Fair License: rhid.com/fair] |
|
|
| |
|
|
\----------------------------------------------------------------->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<!-- Mirrored from www.mathsisfun.com/games/imarbles.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 29 Oct 2022 01:09:14 GMT -->
|
|
<head>
|
|
|
|
|
|
<title>Marbles Game</title>
|
|
<style>
|
|
.bnote {font-size:8pt; font-weight:normal;color:white;}
|
|
a.notelnk,a.notelnk:visited,a.notelnk:active {font-size:8pt; font-weight:normal; color:#66ffcc;}
|
|
.bnotehead {font-size:10pt; font-weight:bold;color:#66ffcc;}
|
|
.email {font-size:8pt; font-weight:bold; color:white;}
|
|
.fra {border:2px solid #999999; background-color:#606060;}
|
|
.clsThisGame, .clsBar {font-size:8pt; font-weight:bold; color:#cccccc;}
|
|
.clsBar {margin:0px; font-size:8pt; font-weight:bold; color:#ffffff;}
|
|
.clsOtherGame {margin:0px; font-size:8pt; font-weight:bold; color:#ffffff; text-decoration:none;}
|
|
.menubar {padding:0px; margin:0px; brder-top:1px solid white; brder-bottom:1px solid white; background-color:#606060; }
|
|
.msg {font-size:8pt; font-weight:bold;}
|
|
|
|
|
|
.info {font-family:Arial; font-size:8pt; color:#C0FFC0; font-weight:bold;}
|
|
.score {font-family:Arial; font-size:12pt; color:#ffffff; font-weight:bold;}
|
|
.button {font-family:Arial; font-size:8pt; background-color:#5581FF; color:#ffffff; font-weight:bold; text-align:center;}
|
|
.elapsed {font-family:Arial; font-size:12pt; color:#ffFF00; font-weight:bold;}
|
|
</style>
|
|
|
|
|
|
<script src="images/marbles.js" type="text/javascript"></script>
|
|
<link rel="stylesheet" type="text/css" href="../stylejs.css" />
|
|
|
|
|
|
<center>
|
|
<table border="0" background='images/marbles/bkg4.gif' cellspacing="0" cellpadding="0" height="480" width="480">
|
|
<tr>
|
|
<td valign="center" align="center" id="boardarea"> </td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
|
|
<script type="text/javascript">marblesMain();</script>
|
|
|
|
|
|
<script language="javascript" type="text/javascript">boardarea.innerHTML=drawBoard();</script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
<!-- Mirrored from www.mathsisfun.com/games/imarbles.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 29 Oct 2022 01:09:15 GMT -->
|
|
</html>
|