module Strategy
Overview
Abstract class of all strategies. They're all initialized with a @context
and their entrypoint is the #move
method
Defined in:
strategy/base.crConstant Summary
-
VALID_MOVES =
["up", "left", "down", "right"]
Abstract class of all strategies. They're all initialized with a @context
and their entrypoint is the #move
method
["up", "left", "down", "right"]