BaconGameJam - Dark Arena
http://www.youtube.com/watch?v=nIxyJOm3tiM
It's dark and you are alone against a horde of VERY ANGRY things. Explore to find five different weapon types including the mighty auto-shotgun. Find candles to temporarily light up the darkness. Survive as long as you can.- There are five different weapon types
- Conserve your ammo and switch weapons carefully
- Find candles to increase visibility
- Difficulty increases over time
- Can run through stunned monsters
The theme for BaconGameJam was “Lights Out”. The most interesting part of this game, for me, was the system for implementing a flickering area light around the player. It’s just a mask with a hole in it overlayed on top of the scene. The flickering is achieved by randomly scaling the mask a small amount each frame.
Once again I used Haxe/NME+HaxeFlixel. It’s a great combo that allows very fast development.