repositorypackage
0.0.0-20240810124310-cf0ae3854bc0
Repository: https://github.com/griffithsh/squads.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Squads (Project Never)
This is an experiment/game involving turns-based strategy, and the Entity Component System paradigm.
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.
Profiling
$ go run . -cpuprofile pprof/cpu.prof
$ go tool pprof -http :8080 pprof/cpu.prof