kovansky / wp-battleships

Battleships app for WP's Akademia Programowania

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battleships

Build instruction

From the main folder run

Windows:

go build -o ./dist/ships.exe ./cmd/ships

Linux:

go build -o ./dist/ships ./cmd/ships

Run

# Windows
./dist/ships.exe
# Or linux
./dist/ships

Have fun c:

About

Battleships app for WP's Akademia Programowania


Languages

Language:Go 100.0%