Go to file
Sandipsinh Rathod 3ecbd34211
tmp: add harshit
2024-12-06 20:52:13 -05:00
harshit tmp: add harshit 2024-12-06 20:52:13 -05:00
bar.so add prof's player 2024-12-06 18:07:55 -05:00
board.cxx init 2024-12-06 17:06:18 -05:00
board.h init 2024-12-06 17:06:18 -05:00
CMakeLists.txt init 2024-12-06 17:06:18 -05:00
common.h init 2024-12-06 17:06:18 -05:00
dotsboxesgm.cxx revert to original files 2024-12-06 17:31:01 -05:00
foo.so tmp: add foo.so 2024-12-06 17:56:48 -05:00
input1.txt init 2024-12-06 17:06:18 -05:00
main.cxx revert to original files 2024-12-06 17:31:01 -05:00
player.h init 2024-12-06 17:06:18 -05:00
random_player.cxx init 2024-12-06 17:06:18 -05:00
random_player.h init 2024-12-06 17:06:18 -05:00
readme.txt init 2024-12-06 17:06:18 -05:00
strategic_player1.cxx tmp: add harshit 2024-12-06 20:52:13 -05:00
strategic_player1.h add better method 2024-12-06 20:40:19 -05:00
strategic_player.cxx add prof's player 2024-12-06 18:07:55 -05:00
strategic_player.h init 2024-12-06 17:06:18 -05:00

Build mazerunner program and player_randommove.so library

g++ -ansi -pedantic -std=c++14  board.cxx  dotsboxesgm.cxx  main.cxx  -o dotsboxes
g++ -shared -fPIC -ansi -pedantic -std=c++14  random_player.cxx  board.cxx     -o random_player.so


playing the dots and boxes games with multiple players

./dotsboxes  ./strategic_player.so  ./random_player.so  ./strategic_player.so  ./random_player.so