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 b6ac66013e testing
2015-10-28 15:08:07 -05:00
Board.cpp Update Board.cpp 2015-10-27 21:51:19 -05:00
Board.h Update Board.h 2015-10-27 21:52:09 -05:00
Client.java testing 2015-10-28 15:08:07 -05:00
Engine.cpp Create Engine.cpp 2015-10-27 21:47:20 -05:00
Engine.h Create Engine.h 2015-10-27 21:46:33 -05:00
makefile testing 2015-10-28 15:08:07 -05:00
Piece.cpp Create Piece.cpp 2015-10-27 21:50:08 -05:00
Piece.h Create Piece.h 2015-10-27 21:49:41 -05:00
README.md Update README.md 2015-10-27 21:57:29 -05:00
Server.cpp testing 2015-10-28 15:08:07 -05:00
Serverbackup.txt testing 2015-10-28 15:08:07 -05:00
test.cpp Create test.cpp 2015-10-27 21:48:22 -05:00
test.txt testing 2015-10-07 16:42:42 -05:00

Breakthrough

Reposity for the second CSCE 315 project

To compile everything: g++ -std=c++11 test.cpp Engine.cpp Board.cpp Piece.cpp -o runner or, alternatively if you delete the Parser.h, Parser.cpp, and Client.cpp (there's no need for them currently) g++ -std=c++11 *.cpp -o runner

To launch the server: ./runner

Enter a port number when prompted, then the server is launched and waiting for a client to join.

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