/city-route-game

Web app implementation of board game similar to Hansa Teutonica

Primary LanguageGoMIT LicenseMIT

City Route Game

Implementation of a board game similar to Hansa Teutonica (© 2020 Pegasus Spiele GmbH) for pedagogical purposes.

Requirements

  • Sqlite 3

Setup

make
make run

Command line flags are optional. Listens on ":8080" by default.

Development

# Run this OUTSIDE the project directory:
go get github.com/cespare/reflex

# Inside project directory again:
make watch

Simple script that watches go source files for changes and re-compiles and restarts server.