Skip to content

alexskoropletov/virgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A game in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages