HTML5 Sliding Puzzle Game Starter Kit (Games)

HTML5 Sliding Puzzle Game Starter Kit is a small game for you to start building a fifteen sliding puzzle game in HTML5 with. Currently designed for desktop browsers, the code has been written with Pure JavaScript, using no third-party APIs, and it would be relatively easy to add support for mobile devices and other platforms.

What You Get in the Starter Kit

+ /README.md - The README Markdown document
+ /index.html - Game HTML Stub
+ /app/ - Game Root Directory
+ /app/css/game.css - Game HTML StyleSheet
+ /app/images/*.png - Game Image Assets
+ /app/js/game.js - Game Source
+ /app/locale/strings.json - Game Localization Strings JSON

Notable Features

+ Ready for Easy Localization (English and French included)
+ Designed for Desktop, but should be easy to port to mobile if desired.
+ Fifteen Sliding Puzzle Game Mechanics
+ Mouse and Keyboard Controls
+ Dynamic UI
+ Commented Source
+ Pure JS. Uses NO third-party APIs

Download HTML5 Sliding Puzzle Game Starter Kit (Games)

Leave a Reply

Your email address will not be published. Required fields are marked *