Skip to content

Slide 15 Puzzle HTML

4thex edited this page Oct 21, 2014 · 1 revision
<!DOCTYPE html>

<html>
<head>
  <title>SlidePuzzle</title>
  <link rel="stylesheet" href="styles.css">
  <script type="text/javascript" src="main.js"></script>
</head>

<body>
  <canvas id="puzzle" height="500px" width="500px" />
</body>
</html>

Introduction
[Install CDE](Install CDE)

Part 1 - The basics

HTML5
CSS
JavaScript
DOM

Part 2 - Projects

[A Ringing Bell](A Ringing Bell)
[Projectile Movement](Projectile Movement)
[Map with location](Map with location)
[Slide 15 Puzzle](Slide 15 Puzzle)
[A Running Man](A Running Man)
Sudoku

Part 3 - Getting it out there

[Package Chrome Application](Package Chrome Application)
[Uploading Your Application](Uploading Your Application)

Clone this wiki locally