Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hughsk/game-modules
:green_book: A list of game-related modules and examples for writing HTML5 games with browserify
https://github.com/hughsk/game-modules
Last synced: 7 days ago
JSON representation
:green_book: A list of game-related modules and examples for writing HTML5 games with browserify
- Host: GitHub
- URL: https://github.com/hughsk/game-modules
- Owner: hughsk
- Created: 2013-07-22T06:12:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-22T06:18:20.000Z (over 11 years ago)
- Last Synced: 2024-10-17T16:36:23.482Z (22 days ago)
- Homepage:
- Size: 37.1 KB
- Stars: 171
- Watchers: 13
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# game-modules #
A list of game-related modules and examples for writing HTML5 games with
[browserify](http://browserify.org/).Browserify is a general-purpose build tool for client-side development which
essentially lets you use [node.js](http://nodejs.org/)/[npm](http://npmjs.org/)
modules in the browser, but it also fits pretty nicely into HTML5 game
development. The best example project would be [voxel.js](http://voxeljs.com),
which is using browserify and npm extensively to bring Minecraft-like voxel
games to the browser.The one issue is getting started. That means project setup, getting familiar
with browserify and the Node ecosystem, and most importantly: discovering
modules ([npm](http://npmjs.org/package) has >35,000 packages right now).In [the wiki](http://github.com/hughsk/game-modules/wiki) you can find a
[**list of modules**](https://github.com/hughsk/game-modules/wiki/Modules)
you can use in your own games, and a
[**list of projects**](https://github.com/hughsk/game-modules/wiki/Projects) built using browserify.Even if you're using your own toolchain, some of these modules should serve
well as nice and compact reference implementations for your own projects.If you're interested in browserify or node.js development in general, you
should check out [Max Ogden](http://github.com/maxogden)'s
[Art of Node](https://github.com/maxogden/art-of-node).