jigsawpuzzlegame 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  A lightweight, reusable JavaScript class for creating interactive jigsaw puzzle games in web applications. Features customizable piece shapes, rotation support, save/load functionality, and touch/mouse controls.
4
4
 
5
+ ## Demo
6
+
7
+ Try it out live: [https://jigsawpuzzleclass.raketten.net/game.html](https://jigsawpuzzleclass.raketten.net/game.html)
8
+
5
9
  ## Installation
6
10
 
7
11
  ```bash
package/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "jigsawpuzzlegame",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A class for creating a jigsaw puzzle",
5
5
  "keywords": [
6
6
  "jigsaw",
7
7
  "puzzle",
8
8
  "game"
9
9
  ],
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git@github.com:Raketten1963/jigsawpuzzlegame.git"
13
+ },
10
14
  "license": "ISC",
11
15
  "author": "Dillon & Henrik Rasmussen",
12
16
  "type": "ES6",