Skip to content

jostrzol/mess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mess

Make your own rules for a chess-like game in a dedicated Domain Specific Language and play it with others.

Chess

Dobutsu Shogi

Halma

Rule editor

Usage

Run locally with Docker Compose

Build all containers with:

docker-compose build

Start all containers with:

docker-compose up

Service gateway will be available at http://localhost:5000/.

Deploy to a Kubernetes cluster

  1. Setup Kubernetes cluster and acquire credentials.
  2. Configure server address in k8s.yaml.
  3. kubectl apply -f ./k8s.yaml.

System parts

Credits