Abstract strategy board games. Emphasis is on playing against computer and learning how to play better
This is a side-project primarily for learning
- Back end - Multithreaded MCTS is working. No AI yet
- Front end - Tic Toe Toe working. Not connected to MCTS
- Connect MCTS back end to Tic-Tac-Toe front end
- Provide visual representation of MCTS tree
- Create Siam game
Shell #1
gradle startBackEnd
Shell #2
gradle npmInstall startFrontEnd
- Javacsript React for front end
- Java Spring for back end
- Multi-threaded MCTS augmented with ML (probably Deeplearning4j or Keras)
Apache 2.0