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.
breakthroughpine64backup/README.md
Alexander Huddleston ec423cd36a Fixing merge issues.
2015-10-28 15:13:22 -05:00

25 lines
702 B
Markdown

# Breakthrough
Reposity for the second CSCE 315 project
<<<<<<< HEAD
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
=======
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 <port number>
>>>>>>> master