Skip to content

w0nder1ng/ultimate-tic-tac-toe

Repository files navigation

ultimate-tic-tac-toe

A server to host ultimate tic-tac-toe tournaments

Running the server

First, initialize all submodules:

git submodule update --init --recursive

Next, generate a secret using init.sh:

./init.sh

Docker

In the root of the repository, run:

docker compose up

To run the server in development mode, run:

ENV=dev docker compose up

By default, Flask's auto-reloading feature is turned on.

About

A server to host ultimate tic-tac-toe tournaments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published