Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 338 Bytes

installation.md

File metadata and controls

19 lines (11 loc) · 338 Bytes

Installation

Clone the repository

git clone https://github.com/zit-hb/langtron.git
cd langtron

Build the game

docker build -t tron .

Launch server

docker run --rm --name tron -p 8080:8080 tron

Play

Go to http://localhost:8080/ Join a room, choose a player name and play!