Class: SkipMove

Inherits:
Object
  • Object
show all
Includes:
HasHints
Defined in:
lib/software_challenge_client/skip_move.rb

Overview

Ein SkipMove ziegt an, dass die aktuelle Farbe keinen Stein platzieren will

Instance Attribute Summary

Attributes included from HasHints

#hints

Instance Method Summary collapse

Methods included from HasHints

#add_hint

Constructor Details

#initializeSkipMove

Erstellt ein neuen leeren Aussetzzug.



10
11
12
# File 'lib/software_challenge_client/skip_move.rb', line 10

def initialize
  @hints = []
end