An open API service indexing awesome lists of open source software.

https://github.com/utkarshmish/connect-game-crow

A Connect Three Game using CROW Framework Server for serving Files.
https://github.com/utkarshmish/connect-game-crow

Last synced: 3 months ago
JSON representation

A Connect Three Game using CROW Framework Server for serving Files.

Awesome Lists containing this project

README

          

# Info

A Connect Three game PWA made using Svelte as Frontend
and Crow Microframework for C++ as Backend.

## Requirements -

1. Docker or Linux Environment.

2. Can be run on Windows using cygwin (install cmake automake libboost g++).
3. if Linux then libboost-all-dev and gcc installed.

### Steps to run -

1.run `docker build -t {enter image name} . `

2.run `docker run -ti -p 8080:8080 -e PORT=8080 {image name} `

3.On Windows or Linux Compile in a build folder using cmake and make, then run the executable .`

Open browser and go on localhost port 8080