Play the game of Hex (or Con-Tac-Tix) (game presentation, rules).
This repo consists of 2 main parts:
- A web application, also hosting the API and a terminal-based version of the game - See the README
- A mobile application, client to the API - See the README
- Make
- Docker & Docker Compose
Configure the project for first launch
$ make init
Start the apps in dev mode (using docker-compose)
$ make start
- Web app runs on http://localhost:3000
- Admin interface runs on http://localhost:5000
Stop and remove the containers and volumes
$ make stop