Go to file
Sandipsinh Rathod 98b83505a4 add README.txt
2024-11-20 00:02:59 -05:00
board.cxx move all cpp files to cxx 2024-11-19 22:36:16 -05:00
board.h init 2024-11-19 18:54:26 -05:00
CMakeLists.txt fix tie print 2024-11-19 23:54:35 -05:00
defs.h cleanup 2024-11-19 20:04:51 -05:00
gameplay.cxx fix tie print 2024-11-19 23:54:35 -05:00
gameplay.h cleanup 2024-11-19 20:04:51 -05:00
input1.txt add input1.txt 2024-11-19 23:57:27 -05:00
main.cxx fix tie print 2024-11-19 23:54:35 -05:00
player.h cleanup 2024-11-19 19:11:06 -05:00
raii.h add raii stuff 2024-11-19 19:46:02 -05:00
random_player.cxx move all cpp files to cxx 2024-11-19 22:36:16 -05:00
random_player.h cleanup 2024-11-19 20:04:51 -05:00
README.txt add README.txt 2024-11-20 00:02:59 -05:00
strategic_player.cxx move all cpp files to cxx 2024-11-19 22:36:16 -05:00
strategic_player.h cleanup 2024-11-19 20:04:51 -05:00
utils.cxx move all cpp files to cxx 2024-11-19 22:36:16 -05:00
utils.h avoid checking just the first char 2024-11-19 22:34:14 -05:00

Team member 1:
Name: Sandipsinh Rathod
Email: sdr5549@psu.edu
Class: CMPSC 330

Team member 2:
Name: Sapan Shah
Email: scs6041@psu.edu
Class: CMPSC 330

Command used to compile:
    
1) g++ -ansi -pedantic -Wall *.cxx *.h -o dotsandboxes

or

2) g++ -O3 -std=c++11 -ansi -pedantic -Wall board.cxx board.h cmake-build-debug CMakeLists.txt dab defs.h gameplay.cxx gameplay.h hw2 main.cxx player.h raii.h random_player.cxx random_player.h strategic_player.cxx strategic_player.h utils.cxx utils.h board.h defs.h gameplay.h player.h raii.h random_player.h strategic_player.h utils.h -o dotsandboxes

To execute:

./dotsandboxes < input1.txt