An open API service indexing awesome lists of open source software.

https://github.com/thybag/html5-javascript-game-demos-tests

A holding place of JavaScript/HTML5 Demo's and tests i create.
https://github.com/thybag/html5-javascript-game-demos-tests

Last synced: 12 months ago
JSON representation

A holding place of JavaScript/HTML5 Demo's and tests i create.

Awesome Lists containing this project

README

          

# HTML5/JavaScript Game Tests and Demos #

This repository is used to store any minor HTML5/JavaScript Games, Demos and Tests I create in the hope the code may be useful
to other people planning on creating their own games in the future.

Many of the contained games are utilise sprite.js an MIT licensed JavaScript sprite animation framework maintained by Sprite.js maintained by Batiste.
Up to date versions of spirte.js can be found at https://github.com/batiste/sprite.js

##Contained Games.

### Space Game X
Fly around the outer star systems and fight off any enemy ships you encounter.
My first attempt at creating an HTML5/JavaScript game, Space game X was hacked together using raw javascript. The code quality is very low and comments are almost none existent.
Live Demo: [View](http://thybag.co.uk)
Controls: Driving using WASD. Fire using the space bar.

### g1_demo (1-7)
A simple tank based birds-eye-view shooter, where you control a tank and attempt to fend off evil alien monsters.
This game was created as part of a 2 part tutorial: [part 1](http://userbag.co.uk/development/making-html5-games-by-someone-who-knows-nothing-about-making-games/), [part 2](http://userbag.co.uk/development/making-html5-games-by-someone-who-knows-nothing-about-making-games-part-2/)
Live Demo: [View](http://userbag.co.uk/demo/g1_demo/g_7/)
Controls: Driving using arrows/WASD. Shoot using mouse to aim (click to fire).

## Licence
All Games are free to use/run/modify/redistribute/break under the terms of the MIT License.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.