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

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

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)