No description
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.
Find a file
Rebecca Schofield 864b354e7f updating
2015-10-27 12:55:23 -05:00
a.out updating 2015-10-27 12:55:23 -05:00
Board.cpp updating 2015-10-27 12:55:23 -05:00
Board.h updating 2015-10-27 12:55:23 -05:00
Client.cpp Update Client.cpp 2015-10-21 00:35:08 -05:00
Engine.cpp updating 2015-10-27 12:55:23 -05:00
Engine.h updating 2015-10-27 12:55:23 -05:00
Parser.cpp Initial Parser commit. 2015-10-12 17:19:07 -05:00
Parser.h Initial Parser commit. 2015-10-12 17:19:07 -05:00
Piece.cpp restructuring 2015-10-27 10:40:55 -05:00
Piece.h stable restructure, not finished 2015-10-27 11:31:44 -05:00
README.md Update README.md 2015-10-21 00:03:46 -05:00
Server.cpp Update Server.cpp 2015-10-21 00:30:59 -05:00
test.cpp updating 2015-10-27 12:55:23 -05:00
test.txt testing 2015-10-07 16:42:42 -05:00

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.