A Go game made in Python for my foundations of programming class.
Provide instructions on how to install the project.
# Clone the repository
git clone https://github.com/migpovrap/Go.git
# Navigate into the project directory
cd GoExplain how to run and use the project.
# Execute the game in the terminal
python Play.pySelect the size of the board (9, 13, or 19): 9
Branco (O) tem 0 pontos
Preto (X) tem 0 pontos
A B C D E F G H I
9 . . . . . . . . . 9
8 . . . . . . . . . 8
7 . . . . . . . . . 7
6 . . . . . . . . . 6
5 . . . . . . . . . 5
4 . . . . . . . . . 4
3 . . . . . . . . . 3
2 . . . . . . . . . 2
1 . . . . . . . . . 1
A B C D E F G H I
Escreva uma intersecao ou 'P' para passar [X]:
The enunciado.pfd file was provided by the professor of the class. All rights reserved to Alberto Abad @ IST Copyright (C) 2023, Alberto Abad