/RiseAndFallOfEmpires

Simple star strategy game to experiment with new technologies.

Primary LanguageGoMIT LicenseMIT

RiseAndFallOfEmpires

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.

Progress

First game that a ai actually won: ./files/examples/20170916.svg

Thanks to

https://github.com/gogo/protobuf https://github.com/kardianos/govendor