Skip to content

xiam/shooter-html5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shooter.io (HTML5)

HTML5 client for the shooter-server that powers shooter.io.

This is a work in progress :-).

How to run the site

It's easy. Open your favorite terminal and type:

git clone https://github.com/xiam/shooter-html5.git
cd ./shooter-html5/src
python -m SimpleHTTPServer

The last command will run a HTTP server on localhost, fire up Chrome and type http://localhost:8000 to see the game.

Running a local shooter-server is not required, as this client will connect to the main shooter.io game server by itself.

What about the server?

If you're interested on hacking on Go code, you may check out the shooter-server repo too.

How to collaborate

You may...

Acknowledgements

Thanks to Kenney Vleugels for his awesome art and assets.

###############################################################################

	Space Shooter (Redux, plus fonts and sounds) by Kenney Vleugels (www.kenney.nl)

			------------------------------

			        License (CC0)
	       http://creativecommons.org/publicdomain/zero/1.0/

	You may use these graphics in personal and commercial projects.
	Credit (Kenney or www.kenney.nl) would be nice but is not mandatory.

###############################################################################

Thanks Michael Kurinnoy for making avaible his sound effects for Astro Menace under a free license.

AstroMenace Artwork ver 1.2 Copyright (c) 2006-2007 Michael Kurinnoy, Viewizard
All Rights Reserved.

AstroMenace game artwork (3D models, artwork, music, sfx) available under "dual
licensing" model.  The licensing options available are:

* Commercial Licensing. This is the appropriate option if you are creating
  proprietary applications and you are not prepared to distribute and share the
  source code and artwork of your application.  Contact us for pricing at
  viewizard@viewizard.com

* Open Source Licensing. This is the appropriate option if you want to share
  the source code and artwork of your application with everyone you distribute
  it to, and you also want to give them the right to share who uses it.  You
  should have received a copy of the GNU General Public License version 3 with
  this artwork pack. If not, see <http://www.gnu.org/licenses/>.

License

Copyright (c) 2014 José Carlos Nieto, https://menteslibres.net/xiam

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

HTML5 client for a shooter game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published