Skip to content

elmomoilanen/k-in-a-row

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k-in-a-row game

main fe main be

Play the k-in-a-row game against a bot player. You can choose from various board sizes, winning conditions, and game levels.

Quick start

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

Development

Refer to the README files in the backend and frontend subdirectories for more information.

Production

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.