Game Rules:

The game "Go" is played by two players on a 19x19 rectangle board with square tiling. 
All players play with Markers.
Players take turns moving.
Rules: 
     Add one of your pieces to the set of empty vertexs then for all enclosed pieces on Vertexes starting from the to location of the last move with orthogonal direction if the number of liberties is less than or equal to 0 if the target is there is an enemy Player at betweenadd score 1 to player the moving player
 and remove pieces at between or pass.
Aim: 
     If all players have passed, the game ends and the player with the highest score wins.


Game Heuristics:

All Players:

score
Score variable of game state corresponding to player.
You should try to maximise your score (very high importance)


Board Setup:




Game Endings:


Moves:

Piece: Marker

Move: Add one of your pieces to the set of empty vertexs then for all enclosed pieces on Vertexes starting from the to location of the last move with orthogonal direction if the number of liberties is less than or equal to 0 if the target is there is an enemy Player at betweenadd score 1 to player the moving player and remove pieces at between