You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A survey of game AIs on Gomoku, including classic algorithms such as Minimax and MCTS. It contains a frontend with React and a flask backend that connects to the AI agent class.
A survey of game AIs, including classic algorithms such as Minimax and MCTS.
Goals
Implement Minimax agent
Implement Gomoku class
Implement MCTS agent
Implement front-end
About
A survey of game AIs on Gomoku, including classic algorithms such as Minimax and MCTS. It contains a frontend with React and a flask backend that connects to the AI agent class.