Class Position
In: lib/libttc.rb
Parent: Object

Each possible position for a piece is an object Each neighbour is another position object

Methods

base?   new   safe?   to_s   to_str  

Attributes

contains  [RW] 
neighbours  [RW] 
place  [R] 

Public Class methods

Public Instance methods

Is this position a base?

is this position a safety one (i.e. no captures allowed)?

[Validate]