battleship-ai
This repository contains a Battleship AI implementation built in TypeScript. The AI focuses on grid-based probability calculations, strategic ship placement, and targeted attack mechanisms to effectively play the game. This README explains the AI’s logic,
mcts-ai
This library allows you to create your own simple Monte Carlo Tree Search AI