polyhack / nodejsau

11 stars 32 forks source link

Post: HTML5 Games and Browserify #10

Open hughsk opened 10 years ago

hughsk commented 10 years ago

I've been experimenting a lot lately with building modular HTML5 games using browserify: getting started earlier this year after being involved with the voxel.js project, and eventually taking a shot at my own small games and demos.

I thought it'd be good to share my experiences to help others get started, so on Monday night I gave a talk at Node Ninjas about some of the basics of game development and how to handle games in the browser.

The slides and a video are up online now - I've also started up a wiki for game modules which could be a good starting point if you're keen on experimenting yourself!

timoxley commented 10 years ago

hope this is along the lines of what you're presenting at campjs @hughsk, looks great.

hughsk commented 10 years ago

Thanks Tim, that's the plan! Will also be covering a couple of extra topics too :)

sidorares commented 10 years ago

@timoxley - will there be any presentations on emscripten?