Simple roguelike game skeleton, written in Go using Termbox-Go library.
-
install go: https://golang.org
-
checkout the repository:
git clone git@github.com:xosmig/roguelike.git -
cd roguelike -
go build -
./roguelike
-
You can run unit tests using
go test ./...or simply./test.sh -
You can run
./generate.shto regenerate the generated sources (such as mock objects)
diagrams/structure.png
