Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 430 Bytes

File metadata and controls

9 lines (7 loc) · 430 Bytes

Go_game

For starting game:

  1. Play.
  2. Choose single player ( Human Vs Computer) or Multiplayer (Human Vs Human)
  3. Black Player will start the game.

This prolog code show the implantation of the 5x5 Go game. Start the game by typing (play.). To enter the position of the move, add the first row number (0,1,2,3,4) to the first column number (0,5,10,15,20).

Example: Here player (x) place at position 22 ( row(2)+column(20) )