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

21 lines
417 B
Markdown
Raw Normal View History

2015-10-20 23:52:34 -05:00
# Breakthrough
Reposity for the second CSCE 315 project
compile test.cpp main by typing:
make all
2015-10-20 23:52:34 -05:00
2015-10-21 00:03:46 -05:00
run:
./test
2015-10-21 00:03:46 -05:00
Will make separate commands for server/client in the future, for now:
g++ -std=c++11 -o server server.cpp Board.cpp Engine.cpp Piece.cpp
to compile the server, then:
./server
Client is still WIP, test by compiling with:
g++ -std=c++11 -o client client.cpp Board.cpp Engine.cpp Piece.cpp
run:
./client