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.
- Host: GitHub
- URL: https://github.com/lettier/dubulrubul
- Owner: lettier
- Created: 2016-05-02T05:26:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T23:46:03.000Z (almost 6 years ago)
- Last Synced: 2025-04-08T00:51:13.436Z (about 1 year ago)
- Topics: breakout, easeljs, functional-js, html5-game, physicsjs, pubsubjs
- Language: JavaScript
- Homepage: https://lettier.com/dubulrubul
- Size: 4.01 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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

## 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/