Skip to content

js13kGames/elemental-block-shooters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elemental Block Shooters is a top-down shooter roguelike with procedurally generated levels, made for js13kgames 2014 competition. The theme was 'Earth, Water, Air and Fire'. The game has four different weapons and 4 different types of level that represents each element. In this game you need to survive.

Controls:

  • WASD or ARROWS;
  • Mouse to aim;
  • Click to shoot;

Gameplay:

  • Shoot at the enemies (blocks);
  • Dodge the enemies bullets;
  • When kill all enemies, you need to go to the center of the map and pass over a specific tile, to go to the next map;
  • The weapons are random, you can't choose;
  • The enemies sometimes drop weapons;

Modes

Arcade

16 procedurally generated maps, when you beat the last one, returns to the first;

Survivor

A lot of random maps!

Notes

This game works best in Chrome. if you have frame rate issues, try change the size of the screen by hitting:

  • 1: 384 x 384;
  • 2: 512 x 384;
  • 3: 640 x 384; //default
  • 4: 640 x 512;
  • 5: 640 x 640;

I forget to add some features because i was running to delivery in time and sleep before 06:00 AM, it's in the engine anyway.

Spritesheet

The spritesheet was drawn using code:

SpriteSheet

Screenshots

Air Water Earth Fire