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

https://github.com/lettier/dubulrubul

Dual-sided, breakout-like 2D game using PhysicsJS, PubSubJS, EaselJS, and FunctionalJS.
https://github.com/lettier/dubulrubul

breakout easeljs functional-js html5-game physicsjs pubsubjs

Last synced: 11 months ago
JSON representation

Dual-sided, breakout-like 2D game using PhysicsJS, PubSubJS, EaselJS, and FunctionalJS.

Awesome Lists containing this project

README

          

![Dubul Rubul](dubul_rubul.png)

## Description

A dual-sided, breakout-like 2D game using PhysicsJS, PubSubJS, EaselJS, and FunctionalJS.
Playable at [lettier.com](http://www.lettier.com/dubulrubul).

## Gameplay Preview

![Dubul Rubul](dubul_rubul.gif)

## Write-up

Visit [lettier.github.io](https://lettier.github.io/posts/2016-05-12-make-a-html5-canvas-game-with-physics.html)
for a full how-to on the making of Dubul Rubul.

## Get Started

```bash
git clone git@github.com:lettier/dubulrubul.git
cd dubulrubul
# Install nvm and npm.
nvm use
npm install
```

(C) 2016 David Lettier
http://www.lettier.com/