Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 368 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 368 Bytes

A game in Golang

To run the game clone this repo

git clone https://github.com/alexskoropletov/virgame.git

Go to the folder

cd virgame

Install dependencies

go mod tidy

And then you can run the game

go run .

or build it and run it

go build && ./virgame

You're playing against a simple random. Your goal is to capture as many cells as possible