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
Alex Huddleston e8208380a7 Update README.md
Edited instructions to fit makefile. Makes testing and compiling a lot easier.
2015-10-27 22:58:22 -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 Edited makefile. 2015-10-27 22:56:10 -05:00
Engine.h Edited makefile. 2015-10-27 22:56:10 -05:00
makefile Edited makefile. 2015-10-27 22:56:10 -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:58:22 -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 everything: make or make all

To run test: ./test

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

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