diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca6e2b6 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# GMU CS325 Introduction to Game Design + +This repository is a simple "hello, world!" template for a game made with Phaser. +All the code lives in the `gh-pages` branch. This lets you run your games directly from github! +Check it out: http://gmu-cs325.github.io/digital-template/ +Fork this repository, checkout the `gh-pages` branch, and start making your own game! + +You can't run the `index.html` directly from your local machine without a local webserver. +If you try, the images won't load (your browser will prevent it, thinking it is malicious). +To get around this, use python (enter the directory and type `python -m SimpleHTTPServer`) +or install [`node.js`](http://nodejs.org/) and the `http-server` package, +and then type `http-server` from inside the directory. diff --git a/assets/Facts.mp3 b/assets/Facts.mp3 new file mode 100644 index 0000000..744df5a Binary files /dev/null and b/assets/Facts.mp3 differ diff --git a/assets/GitHubSetup.exe b/assets/GitHubSetup.exe new file mode 100644 index 0000000..c671f35 Binary files /dev/null and b/assets/GitHubSetup.exe differ diff --git a/assets/Ichigo.json b/assets/Ichigo.json new file mode 100644 index 0000000..eb82093 --- /dev/null +++ b/assets/Ichigo.json @@ -0,0 +1,20 @@ +{"frames": { + +"Ichigo.png": +{ + "frame": {"x":1,"y":1,"w":1386,"h":58}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":5,"y":0,"w":1386,"h":58}, + "sourceSize": {"w":1395,"h":58} +}}, +"meta": { + "app": "http://www.codeandweb.com/texturepacker", + "version": "1.0", + "image": "Ichigo.png", + "format": "RGBA8888", + "size": {"w":1388,"h":60}, + "scale": "1", + "smartupdate": "$TexturePacker:SmartUpdate:c1869e39c6b58f14c88847cdbc392133:e3bde8ac994427e2dbb4cbc60faaf694:02693341a6a7d8de9acea0dd2bc91d75$" +} +} diff --git a/assets/Ichigo.png b/assets/Ichigo.png new file mode 100644 index 0000000..f31a77b Binary files /dev/null and b/assets/Ichigo.png differ diff --git a/assets/collected.mp3 b/assets/collected.mp3 new file mode 100644 index 0000000..1682b04 Binary files /dev/null and b/assets/collected.mp3 differ diff --git a/assets/dude.png b/assets/dude.png new file mode 100644 index 0000000..6b35f4b Binary files /dev/null and b/assets/dude.png differ diff --git a/assets/phaser.png b/assets/phaser.png deleted file mode 100644 index a37a23a..0000000 Binary files a/assets/phaser.png and /dev/null differ diff --git a/assets/platform.png b/assets/platform.png new file mode 100644 index 0000000..1e4a3f8 Binary files /dev/null and b/assets/platform.png differ diff --git a/assets/seireitei.jpg b/assets/seireitei.jpg new file mode 100644 index 0000000..330a585 Binary files /dev/null and b/assets/seireitei.jpg differ diff --git a/assets/skull.png b/assets/skull.png new file mode 100644 index 0000000..eb52101 Binary files /dev/null and b/assets/skull.png differ diff --git a/assets/soul.png b/assets/soul.png new file mode 100644 index 0000000..a00483a Binary files /dev/null and b/assets/soul.png differ diff --git a/assets/terminated.wav b/assets/terminated.wav new file mode 100644 index 0000000..6b41441 Binary files /dev/null and b/assets/terminated.wav differ diff --git a/index.html b/index.html index 321149c..b724deb 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@
-