Skip to content

marmelab/Hex

Repository files navigation

The Hex Game

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

Prerequisites

  • Make
  • Docker & Docker Compose

Running the app

Configure the project for first launch

$ make init

Start the apps in dev mode (using docker-compose)

$ make start

Stop and remove the containers and volumes

$ make stop