Create README.md

This commit is contained in:
Alex Huddleston 2015-10-20 23:52:34 -05:00
parent 0e326ee408
commit ef3bdea3ba

7
README.md Normal file
View 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.