Class: BloodChalice

Inherits:
Object
  • Object
show all
Defined in:
lib/bloodchalice/ai.rb,
lib/bloodchalice/map.rb,
lib/bloodchalice/game.rb,
lib/bloodchalice/tile.rb,
lib/bloodchalice/knight.rb,
lib/bloodchalice/player.rb,
lib/bloodchalice/zombie.rb,
lib/bloodchalice/chalice.rb,
lib/bloodchalice/movable.rb,
lib/bloodchalice/peasant.rb,
lib/bloodchalice/version.rb,
lib/bloodchalice/event_deck.rb,
lib/bloodchalice/bloodchalice.rb

Overview

This is a very basic IA just for testing.

Defined Under Namespace

Modules: ArtificialIntelligence, Movable, TileValues Classes: Application, Chalice, EventDeck, Game, Knight, Map, Peasant, Player, Tile, Zombie

Constant Summary collapse

VERSION =
'1.0.1'
ASSETS_FOLDER =
Pathname.new(__FILE__).dirname + '../../' + 'assets'