An AI-contest framework for hosting and playing games for AI agents powered by GoLang.
Client side is written in Angular2.
- Go to
publicfolder and runnpm install && npm run tsc:wto watch for TypeScript code changes - Install required dependencies for go lang
go get github.com/labstack/echo/... - Go back to root folder and run
go run main.go - Go to http://localhost:9000 and you should see site running