module MonsterMaze

Defined in:

monster_maze.cr
monster_maze/box.cr
monster_maze/circle.cr
monster_maze/font.cr
monster_maze/game.cr
monster_maze/hud.cr
monster_maze/level.cr
monster_maze/math_helpers.cr
monster_maze/monster.cr
monster_maze/movable.cr
monster_maze/oil_pool.cr
monster_maze/player.cr
monster_maze/rat.cr
monster_maze/rect.cr
monster_maze/spider.cr
monster_maze/stage.cr
monster_maze/tile_map.cr
monster_maze/visibility.cr

Constant Summary

ColorFog = SF::Color.new(0, 0, 0, FogAlpha)
Debug = false
FogAlpha = 191
TileSize = 64