Skip to content

Commit d344a64

Browse files
committed
Readme house cleaning
1 parent f0ce03d commit d344a64

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README renamed to README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
DUCK HUNT JS v2.0 - MIT License
2-
created by Matthew Surabian
3-
http://mattsurabian.com/duckhunt
1+
# DUCK HUNT JS v2.0
42

5-
This is an implementation of DuckHunt in javascript using HTML5 audio.
3+
[Play the game](http://mattsurabian.com/duckhunt)
64

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.
126

137
All of the game logic is in the duckhunt directory. This project uses [gulp](http://gulpjs.com/) to build two concatenated js files;
148
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
2014
directory. The package.json file included in this repo helps npm install all the necessary node module dependencies. Make your edits
2115
to the code and run `gulp`. The default gulp task will lint the javascript, concatenate, and minify it into the build
2216
directory.
23-
24-
TODO:
25-
Implement new weapons (like a shotgun)
26-
Clean up graphics (some sprites have artifacts)

0 commit comments

Comments
 (0)