Skip to content

Go AI coded in C++ for use in bitrunner via websockets

License

Notifications You must be signed in to change notification settings

chuhanuman/BitBurner-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go playing microservice for use in BitBurner. To use, clone the repo, download Boost, and run the CMakeLists. It will build 2 executables, console.exe which is used to play against the AI in the terminal and microservice which runs a server on localhost:8080 which picks the best moves for a go game. To run it in BitBurner, copy the go.js file to the game and run it while the server is running. You will need to pass in 2 arguments: the name of the opponent and the size of the board (5 recommended).