mathewtrivett / gogo

GoGo is a Python and pygame implementation of Go - the ultimate strategy game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoGo

Go is a classic turn based strategy game for two players. Your goal is to surround your opponent, claiming territory and taking prisoners.

Download

To play GoGo:

  1. Make sure you have git installed.
  2. In your Command Line run: git clone https://github.com/mathewtrivett/gogo
  3. Then: cd gogo

Install Dependencies

Python3 - GoGo will only work with Python3.x. To make sure you have Python 3 installed run: python3 --version. If you don't have Python3, install it by visiting Python3 and follow the instructions there.

PyGame - Make sure your pygame installation is compatible with Python 3 run: pip3 install pygame

DotMap - Allows for dot notation access of a dictionary object. pip install dotmap

Launch GoGo

Make sure you are inside the gogo folder, then run:

python3 gogo.py

How to Play

If you've never played Go before, take a read of the basic overview in DESCRIPTION.md.

About

GoGo is a Python and pygame implementation of Go - the ultimate strategy game.


Languages

Language:Python 100.0%