An open API service indexing awesome lists of open source software.

https://github.com/migpovrap/go

Go (Game) made in python for my foundations of programming class
https://github.com/migpovrap/go

ist python

Last synced: 3 months ago
JSON representation

Go (Game) made in python for my foundations of programming class

Awesome Lists containing this project

README

          

# Go (Game)

## Description
A Go game made in Python for my foundations of programming class.

## Installation
Provide instructions on how to install the project.

```bash
# Clone the repository
git clone https://github.com/migpovrap/Go.git

# Navigate into the project directory
cd Go
```

## Usage
Explain how to run and use the project.

```bash
# Execute the game in the terminal
python Play.py
```

## Example

```
Select 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]:
```

## Credits
The enunciado.pfd file was provided by the professor of the class.
All rights reserved to Alberto Abad @ IST Copyright (C) 2023, Alberto Abad