Implementing the board game Battleship in Python with an AI opponent.
To run
- clone the repository
https://github.com/ethanCKJ/BattleshipProject.git - Install Python 3
- Run the file
text_battleship_play.py is for you to play against the AI opponent while text_battleship_ai_analysis.py is to see how effectively each AI destroys all ships in a random board.