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 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 in your machine with these instructions using Docker.

Run the following command to start backend and frontend services

docker compose up

and when it's ready open your web browser and navigate to localhost:5173 to start playing.

When finished with playing, press ctrl+c and remove the used containers

docker compose down

Development

See the README files in the backend and frontend subdirectories.

Production

Google's Firebase is used to host the frontend code and Cloud Run to run the backend service. Read more from the subdirectory README files and deployment workflows.