/squads

A hexagonal Tactics roguelite game.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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