fengtao321 / 15-Puzzle

use js, html, css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

15-Puzzle

use js, html, css

This application enables the user to play the game of 15-Puzzle. There’s a 4-by-4 board (implemented as an HTML5 table) for a total of 16 slots. One of the slots is empty. The other slots are occupied by 15 tiles, randomly numbered from 1 through 15. Any tile next to the currently empty slot can be moved into the currently empty slot by clicking on the tile.

About

use js, html, css


Languages

Language:JavaScript 83.3%Language:HTML 16.3%Language:CSS 0.4%