This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
breakthroughpine64backup/README.md
2015-10-21 00:03:46 -05:00

192 B

Breakthrough

Reposity for the second CSCE 315 project

compile the server with the folling command: g++ -std=c++11 -o server Board.cpp Server.cpp

run: ./server [port]

Client is still WIP.