From ef3bdea3ba6325b70e6630571153c09155d75130 Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Tue, 20 Oct 2015 23:52:34 -0500 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..500efc5 --- /dev/null +++ b/README.md @@ -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.