https://github.com/coryrylan/space-shooter
Small Javascript and html5 canvas game.
https://github.com/coryrylan/space-shooter
Last synced: 6 months ago
JSON representation
Small Javascript and html5 canvas game.
- Host: GitHub
- URL: https://github.com/coryrylan/space-shooter
- Owner: coryrylan
- Created: 2013-06-07T17:10:05.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T03:24:43.000Z (almost 11 years ago)
- Last Synced: 2025-02-12T21:17:53.376Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://splintercode.github.io/space-shooter/
- Size: 2.73 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#HTML5 Canvas Arcade Shooter Game
[http://splintercode.github.io/space-shooter/](http://splintercode.github.io/space-shooter/)
Small ES6 JavaScript and html5 canvas game. Work in progress. This is a small side project to test out
some of the upcoming new ES6 features.
Objective of the game dodge the asteroids or shoot them to get the highest score. Each game starts with three lives.
###Controls
- A,S,D,F, and Up, Right, Down, Left keys to move ship.
- (Space bar) to fire laser.
- (P) to pause.
- (Enter) to start game.
- Touch controls to come soon!