Skip to content

atilbian/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

About

Integration game: Hex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.5%
  • JavaScript 3.3%
  • CSS 3.2%
  • Handlebars 2.5%
  • Other 0.5%