last update: 2003/08/14
Japanese page
The Sliding Block Puzzle is quite popular, the rules are simple but it requires deep thought. For example, the object of the puzzle illustrated in the figure below is to move the L shaped piece to the lower right corner by sliding pieces on the board. Sliding Block Puzzle in JavaScript is a web application implemented in JavaScript to play such puzzles in web browsers.
Some of web browsers can control certain features of JavaScript in their preference settings such as opening windows from script. If you disabled such features, some of functions in this software may not work. See also Requirements and compatibility below.
Sliding Block Puzzle in JavaScript version 1.0, Copyright (C) 2003 HIROSE Yukio
Sliding Block Puzzle in JavaScript comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see licence.htm for details.A web browser (HTML 4.0 compliant is recommended) having capability of certain basic manipulation of HTML contents (document.write, document.images) with JavaScript (ECMA-262 complient, JavaScript version 1.3 or higher is recommended).
This software is created by HIROSE, Yukio. Any comments such as web browser compatibility, bug report or else are welcome.