https://github.com/nicholas-maltbie/bubbleshooterjs
An attempt to implement Bubble Shooter in Javascript
https://github.com/nicholas-maltbie/bubbleshooterjs
bubble-shooter game javascript website
Last synced: 23 days ago
JSON representation
An attempt to implement Bubble Shooter in Javascript
- Host: GitHub
- URL: https://github.com/nicholas-maltbie/bubbleshooterjs
- Owner: nicholas-maltbie
- License: mit
- Created: 2017-04-05T16:17:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T23:06:13.000Z (about 6 years ago)
- Last Synced: 2025-04-04T00:03:38.634Z (27 days ago)
- Topics: bubble-shooter, game, javascript, website
- Language: JavaScript
- Homepage: https://nickmaltbie.com/bubble
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Bubble Shooter js
This is an attempt to implement the game bubble shooter in JS. This is one of
my first projects in js so it probably won't be stellar in style.This uses the canvas element to draw shapes on the screen and create the game.
Doc.html can be used to view the game.
The bubble.js file uses a canvas with the id "myCanvas"
The game is currently hosted live to play on [my website](https://nicholas-maltbie.github.io/bubble.html).
### Can I Use This Game? ###
To add the game to your website, add the following statement to the html page.
```HTML
```To see an example of this, look at the game imported on [my website](https://nicholas-maltbie.github.io/bubble.html).
### Copyright ###
This code is under the MIT License Copyright (c) 2017 Nicholas MaltbieSee LICENSE.txt for further details