File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 1
- DUCK HUNT JS v2.0 - MIT License
2
- created by Matthew Surabian
3
- http://mattsurabian.com/duckhunt
1
+ # DUCK HUNT JS v2.0
4
2
5
- This is an implementation of DuckHunt in javascript using HTML5 audio.
3
+ [ Play the game ] ( http://mattsurabian.com/duckhunt )
6
4
7
- This project uses the following JS Libraries:
8
- jquery
9
- jquery.color
10
- jquery.spritely
11
- underscore
5
+ This is an implementation of DuckHunt in javascript using HTML5 audio.
12
6
13
7
All of the game logic is in the duckhunt directory. This project uses [ gulp] ( http://gulpjs.com/ ) to build two concatenated js files;
14
8
one representing all of our game logic the other representing necessary javascript library dependencies.
@@ -20,7 +14,3 @@ To work with this project on your own simply clone this git repo into a director
20
14
directory. The package.json file included in this repo helps npm install all the necessary node module dependencies. Make your edits
21
15
to the code and run ` gulp ` . The default gulp task will lint the javascript, concatenate, and minify it into the build
22
16
directory.
23
-
24
- TODO:
25
- Implement new weapons (like a shotgun)
26
- Clean up graphics (some sprites have artifacts)
You can’t perform that action at this time.
0 commit comments