Class: ClientInterface

Inherits:
Object
  • Object
show all
Defined in:
lib/software_challenge_client/client_interface.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#gamestateObject

Returns the value of attribute gamestate.



3
4
5
# File 'lib/software_challenge_client/client_interface.rb', line 3

def gamestate
  @gamestate
end

Instance Method Details

#getMoveObject



5
6
7
# File 'lib/software_challenge_client/client_interface.rb', line 5

def getMove
  raise "Not yet implemented"
end