Clone the repository
git clone https://github.com/zit-hb/langtron.git
cd langtron
Build the game
docker build -t tron .
docker run --rm --name tron -p 8080:8080 tron
Go to http://localhost:8080/ Join a room, choose a player name and play!
Clone the repository
git clone https://github.com/zit-hb/langtron.git
cd langtron
Build the game
docker build -t tron .
docker run --rm --name tron -p 8080:8080 tron
Go to http://localhost:8080/ Join a room, choose a player name and play!