| Tags: game development front-end

I created a while ago a generator for Yeoman that could scaffold a HTML 5 game project. Perfect for game jams!

After the last Ludum Dare I decided to update it a bit and make some fixes and improvements:

The embedding part is important because some websites that showcase online games (like the Ludum Dare page) need this.

To give this a try:

npm install -g yo generator-gamejam
yo gamejam

You will be asked a few questions, like the name of your game or which resolution it will run on.

Now you can use Gulp to develop your game. Try these tasks:

Take a look at the README for more info.

Happy jams! :)