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
Alexander Huddleston 7e2c9ad11f Compiles now.
2015-10-27 22:46:11 -05:00
Board.cpp Fixing things. 2015-10-27 21:48:04 -05:00
Board.h Fixing things. 2015-10-27 21:48:04 -05:00
Engine.cpp Compiles now. 2015-10-27 22:46:11 -05:00
Engine.h Compiles now. 2015-10-27 22:46:11 -05:00
makefile Added makefile for test.cpp 2015-10-27 11:56:25 -05:00
Piece.cpp All mechanics errors fixed. Invalid moves no longer tolerated. 2015-10-27 17:30:33 -05:00
Piece.h stable restructure, not finished 2015-10-27 11:31:44 -05:00
README.md Update README.md 2015-10-27 22:39:40 -05:00
Server.cpp Moved server implementation into server.cpp. Changed test.cpp back to original implementation. 2015-10-27 22:30:11 -05:00
test.cpp Moved server implementation into server.cpp. Changed test.cpp back to original implementation. 2015-10-27 22:30:11 -05:00

Breakthrough

Reposity for the second CSCE 315 project

To compile test: make or make all

To run test: ./test

To compile server: g++ -std=c++11 server.cpp Engine.cpp Board.cpp Piece.cpp -o runner

To launch the server: ./runner [port #]

Client can simply join via telnet: telnet linux.cse.tamu.edu