Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nealrs/bubblezap
my first game, in 3d, built with glam
https://github.com/nealrs/bubblezap
Last synced: 1 day ago
JSON representation
my first game, in 3d, built with glam
- Host: GitHub
- URL: https://github.com/nealrs/bubblezap
- Owner: nealrs
- License: mit
- Created: 2015-02-24T05:26:17.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-02-25T04:12:26.000Z (almost 10 years ago)
- Last Synced: 2023-07-31T17:25:56.672Z (over 1 year ago)
- Language: HTML
- Homepage: http://nealrs.github.io/bubblezap/
- Size: 3.59 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Bubble Zap
Bubble Zap is the first game I've ever built. Basically, you have 60 seconds to pop 50 bubbles in a 3d space. It's harder than it looks, _if you don't cheat & zoom out_.
![gameplay screenshot](bzap1.png)
This game is an adapted version of the [bubble pop! demo](http://tparisi.github.io/glam/demos/bubblepop.html) from [Tony Parisi's glam (GL And Markup) project](https://github.com/tparisi/glam). All I've done is re-skin it and added some game logic, but I'm hella proud of it.
**FYI** I've really only tried this on Chrome and it's bit of a resource hog. I did manage to score a 47 on my iPad though, so it's possible.
I created this game to learn more about glam for Issue 77 of [Git@Me](http://gitat.me).
**Credits:**
- [Tony Parisi & Glam](https://github.com/tparisi/glam)
- [Red Sorceress for the skybox](http://www.redsorceress.com/skybox.html)
- [Soundbible for pop sound](http://soundbible.com/2067-Blop.html)
- [Stack Overflow for the game timer logic](http://stackoverflow.com/questions/9989285/javascript-countdown-timer-and-display-text)