html5place

Games & Toolkits for HTML5 developers

Archive for the ‘Developers’ Category

Gif tower defense : html5 game with processing.js

Hey ! Gif Tower Defense is a only javascript game writed with the processingjs framework.
The goal is to neutralize pictures with lasers placed with the mouseclick.
Really addictive and try to touch the 10 levels :)

Read More
30
Jan

How to use Audio with HTML5 games

In order to increase user experience, it’s really interesting to play music or sample sounds on actions call.
For that, I’ll show you how to use the Soundmanager2.js toolkit : load it, declare sounds, convert for html5 native support, play sounds…

Read More