Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thibaudcolas/browser-games

A bunch of little browser games and experiments (Canvas API, Web GL, etc).
https://github.com/thibaudcolas/browser-games

browser-game canvas javascript

Last synced: 24 days ago
JSON representation

A bunch of little browser games and experiments (Canvas API, Web GL, etc).

Awesome Lists containing this project

README

        

# Browser Games

A group of little games / experiments running in the browser : either with Canvas, WebGL or by manipulating the DOM.

## Canvas Snake

Taken from a [CSS Tricks guest post](http://css-tricks.com/learn-canvas-snake-game/) by [Nick Morgan aka Skilldrick](http://skilldrick.co.uk/). Introduces the Canvas API and basic game structures (game loop, collision detection).

## FPS meter

A homemade FPS meter. For a real one, see [this repository](https://github.com/Darsain/fpsmeter).

## Pixi.js sprites

Trying out the [pixi.js](http://www.pixijs.com/) animation framework.

## Letterpaint

Concept taken in [this tutorial](https://hacks.mozilla.org/2013/06/building-a-simple-paint-game-with-html5-canvas-and-vanilla-javascript/) by [Christian Heilmann](http://christianheilmann.com/). Another approach at the Canvas API, well suited for mobile devices.

## JS Platformer

Another implementation of [this game](https://github.com/jakesgordon/javascript-tiny-platformer) by Jake Gordon. Great game physics !

## JS Hero

Original game engine / experiment by [Inline Block](https://github.com/inlineblock/javascript-hero).

## Canvas Cosmos

Made by [Professor Cloud](http://www.professorcloud.com/mainsite/canvas-nebula.htm).

## Three.js trails

Inspired by [one of the experiments](http://hakim.se/experiments/html5/trail/01/) of Hakimel.

## Color Shmup

Prototype for the JS13K 2014 contest.

## Phaser Platformer

Experiments while [learning Phaser](http://www.photonstorm.com/phaser/tutorial-making-your-first-phaser-game).

## Reactive Pacman

Implementation of a tutorial on Bacon.js from [SitePoint](www.sitepoint.com/building-pacman-with-bacon-js/).