Play the k-in-a-row game against a bot player. You can choose from various board sizes, winning conditions, and game levels.
Play locally on your machine by following these instructions using Docker
.
Run the following command to start the backend and frontend services
docker compose up
Once it's ready, open your web browser and navigate to localhost:5173
to start playing.
When you are finished with playing, press ctrl+c
and remove the used containers
docker compose down
Refer to the README files in the backend and frontend subdirectories for more information.
Google's Firebase is used to host the frontend code, and Cloud Run is used to run the backend service. For more details, read the README files in the subdirectories and review the deployment workflows.