wmakley / city-route-game

Web app implementation of board game similar to Hansa Teutonica

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Web app implementation of board game similar to Hansa Teutonica

License:MIT License


Languages

Language:Go 78.3%Language:JavaScript 12.7%Language:Vue 7.7%Language:Makefile 1.1%Language:CSS 0.0%Language:Shell 0.0%