https://github.com/marcel0ll/jsgameclones
Game clones for study
https://github.com/marcel0ll/jsgameclones
Last synced: 11 months ago
JSON representation
Game clones for study
- Host: GitHub
- URL: https://github.com/marcel0ll/jsgameclones
- Owner: marcel0ll
- Created: 2015-07-28T12:34:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T22:50:42.000Z (almost 11 years ago)
- Last Synced: 2023-08-17T09:35:53.878Z (almost 3 years ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSGameClones
A repository of game clones made using HTML5 canvas.
The games includeded in this repository use a simple and custom engine made for studying the basics of game programming.
(Basically a game loop with update and draw hooks)
Games:
* [Pong](http://0tho.github.io/JSGameClones/Pong)
* [Snake](http://0tho.github.io/JSGameClones/Snake)
* [Breakout](http://0tho.github.io/JSGameClones/Breakout)
* [Asteroids](http://0tho.github.io/JSGameClones/Asteroids)
* [Missile Command](http://0tho.github.io/JSGameClones/MissileCommand)