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.
- Host: GitHub
- URL: https://github.com/utkarshmish/connect-game-crow
- Owner: UtkarshMish
- Created: 2020-10-22T14:51:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T04:20:07.000Z (about 5 years ago)
- Last Synced: 2025-03-05T15:51:20.465Z (over 1 year ago)
- Language: C++
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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