Simple strategy game to experiment with new technologies.
install
Install (golang)[https://golang.org/].
Copy this repository via go get -u github.com/eqinox76/RiseAndFallOfEmpires
for developers
This project uses the (govendor)[https://github.com/kardianos/govendor] library for dependency management. Install it via go get -u github.com/kardianos/govendor
If you change the protobuf definitions you will have to have the gogo protobuf binary in your path by installing go get github.com/gogo/protobuf/protoc-gen-gogoslick. The generation is done by the generate.sh script.