Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamretter/lizbert
Lizbert Platform Game in HTML5
https://github.com/adamretter/lizbert
Last synced: 24 days ago
JSON representation
Lizbert Platform Game in HTML5
- Host: GitHub
- URL: https://github.com/adamretter/lizbert
- Owner: adamretter
- License: bsd-3-clause
- Created: 2013-10-18T22:38:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-09T18:42:07.000Z (about 11 years ago)
- Last Synced: 2024-10-04T14:40:49.471Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://www.lizbert.com
- Size: 1.03 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Lizbert
=======
A game all about Lizbert! ![The Lizbert](https://github.com/adamretter/lizbert/raw/master/images/liz-sprite-stand.png "The LizBert")The game is made using the [Quintus HTML5 game engine](http://html5quintus.com/). Tiles were taken from [Platformer Art Deluxe](http://opengameart.org/content/platformer-art-deluxe). Unfortunately, the game can only be played from a Web Server due to the XSS restrictions of JavaScript. There are no server-side components however and you only need a simple Web Server to serve the static content ([NGINX](http://wiki.nginx.org/Main) works just fine). The game has been tested in Chrome v30.0.1599.101 and Firefox v24. Spritesheets were produced with [Spriter](https://github.com/cykod/Spriter), tile layers using [Tiled](http://www.mapeditor.org/), and the images using [Gimp](http://www.gimp.org).
Quintus TileLayer Details
-------------------------
tileW: 72
tileH: 72
cx: 2
cy: 2Note - tileW and tileH should probably be 70!
Tiled TileSet Details (textures1.png)
-------------------------------------
width: 70
height: 70
spacing: 2
margin: 2TODO
----
* Slow down the speaking animation for 'Bored Now' sprites
* Add things for Lizbert to collect (Academic Papers / Teapots)
* Add Lizbert Energy bar... a.k.a. Liz Snacks! Liz gets hungry as she moves about! Liz snacks include - Crisps, Peanuts, Bananas and
* Add Lizbert enemies (Bees or Wasps / Alarm Clocks / Polystrene? / Rustly Polyester Trousers and Jackets?)
* Need "Ouch!" / "Bad!" sound and anim when hit enemy or water
* Give Lizbert n lives
* Need background story and plot for start of game
* Add background picture
* Add scoring
* Add Leaderboard (may need server-side component to store and remember scores)