SverreNystad / board-master

BoardMaster utilizes the power of the Minimax algorithm, to simulate the best AI opponents one can face in simple board games.
MIT License
3 stars 0 forks source link

Create API endpoint for IsTerminal-checks #33

Closed JonBergland closed 9 months ago

JonBergland commented 9 months ago

Make API-endpoint for checking a spesific gameID for a Terminal-state

JonBergland commented 9 months ago

Use existing info given by getBoardStatus in GameService.java to determine terminal-state