-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from nicholas-maltbie/devbranch
Devbranch
- Loading branch information
Showing
8 changed files
with
80 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
# Bubble Shooter js | ||
|
||
This is an attempt to implement the game bubble shooter in JS. This is one of | ||
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. | ||
This uses the canvas element to draw shapes on the screen and create the game. | ||
|
||
Doc.html can be used to view the game. | ||
Doc.html can be used to view the game. | ||
|
||
The bubble.js file uses a canvas with the id "myCanvas" | ||
|
||
### Copyright ### | ||
This code is under the MIT License Copyright (c) 2016 Nicholas Maltbie | ||
This code is under the MIT License Copyright (c) 2017 Nicholas Maltbie | ||
|
||
See LICENSE.txt for further details | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters