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.



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

def gamestate
  @gamestate
end

Instance Method Details

#getMoveObject



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

def getMove
  raise "Not yet implemented"
end