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
- Host: GitHub
- URL: https://github.com/migpovrap/go
- Owner: migpovrap
- Created: 2024-10-31T12:35:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T12:43:50.000Z (about 1 year ago)
- Last Synced: 2024-11-01T13:33:18.315Z (about 1 year ago)
- Topics: ist, python
- Language: Python
- Homepage:
- Size: 2.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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