topical media & game development
game-javascript-casual-minesweeper-clone-game.htm / htm
<!-- TWO STEPS TO INSTALL MINESWEEPER CLONE:
1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<HEAD>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original: Chris Todd -->
<!-- Web Site: http://www.bitesizeinc.net -->
<script id=MineSweeper language=javascript src="http://www.bitesizeinc.net/demo/jsMineSweeper/jsMineSweeper.js"></script>
</HEAD>
<!-- STEP TWO: Copy this code into the BODY of your HTML document -->
<BODY>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original: Chris Todd -->
<!-- Web Site: http://www.bitesizeinc.net -->
<script language=Javascript> initMineSweeper(10,10,10) </script>
<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size: 1.08 KB -->
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.