Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 793 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 793 Bytes

Squads (Project Never)

This is an experiment/game involving turns-based strategy, and the Entity Component System paradigm.

20200121

Install

go install github.com/griffithsh/squads/...
$GOPATH/bin/squads

Playing with it

Pan the camera with the arrow keys. Zoom the camera with Z and X.

20211018 20200121

Profiling

$ go run . -cpuprofile pprof/cpu.prof
$ go tool pprof -http :8080 pprof/cpu.prof