Home

Awesome

vier

Game for the js13k challenge 2014, Fight against elemental enemies in a brutal pixelated world.

Vier graphics are inspired in Old Atari videoGames that I played when I was a child, and the gameplay is inspired in beat'em ups like double dragon and fatal fury.

The game contains 6 different levels:

5 different Kinds of enemies and 7 final bosses

Every enemy has a different behaviour and different attributes depending on the level.

Could you defeat the game I made in less than 13kilobytes?

Preview:

alt text

Development

The project contains 3 utilities I made to create the sprites in the game:

sprites is a directory where I put all my generated sprites.

animations is a directory where the generated animations are placed.

To build the project I used gulp, the script concatenates and uglify the code I made in js, also it zipped in one single file.

I had a small server only to serve my game and test it locally with friends < index.html>

dist is a directory that contains the uglified version of the game.

app directory contains all the sources of the game: