Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

migpovrap/Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go (Game)

Description

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

Installation

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 Go

Usage

Explain how to run and use the project.

# 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

About

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

Topics

Resources

Stars

Watchers

Forks

Languages