Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 806 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 806 Bytes

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