Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 495 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 495 Bytes

dotnbox

Try it!

Like Lichess but for dots and boxes.

Status

Playable and useable. Needs major UI/UX improvements.

Running

# Backend
cd backend/
go run main.go
# Or if you want pretty logs
go run main.go 2>&1 | jq -R 'fromjson? | select(type == "object")'

# Frontend
cd frontend
npm ci
npm start

Screenshot

screenshot of the game