Update README.md
Edited instructions to fit makefile. Makes testing and compiling a lot easier.
This commit is contained in:
parent
d1ab8dd5fa
commit
e8208380a7
1 changed files with 2 additions and 5 deletions
|
@ -1,18 +1,15 @@
|
||||||
# Breakthrough
|
# Breakthrough
|
||||||
Reposity for the second CSCE 315 project
|
Reposity for the second CSCE 315 project
|
||||||
|
|
||||||
To compile test:
|
To compile everything:
|
||||||
make
|
make
|
||||||
or make all
|
or make all
|
||||||
|
|
||||||
To run test:
|
To run test:
|
||||||
./test
|
./test
|
||||||
|
|
||||||
To compile server:
|
|
||||||
g++ -std=c++11 server.cpp Engine.cpp Board.cpp Piece.cpp -o runner
|
|
||||||
|
|
||||||
To launch the server:
|
To launch the server:
|
||||||
./runner [port #]
|
./server [port #]
|
||||||
|
|
||||||
Client can simply join via telnet:
|
Client can simply join via telnet:
|
||||||
telnet linux.cse.tamu.edu <port number>
|
telnet linux.cse.tamu.edu <port number>
|
||||||
|
|
Reference in a new issue