Create README.md
This commit is contained in:
parent
0e326ee408
commit
ef3bdea3ba
1 changed files with 7 additions and 0 deletions
7
README.md
Normal file
7
README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# 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
|
||||
|
||||
Client is still WIP.
|
Reference in a new issue