A remake of the board game Battleship™ written entirely in Python.
The best way to run this game is to run the run.bat file if you are on Windows or run.sh if you are on Linux or Mac OS.
If that doesn't work, these commands must be executed in order for the program to run:
pip install -r requirements.txt --quiet
python ./main.py
Created by Ebil Jacob (RobbyTato) and Ravin Kumar (Ravin-Kumar) as a final project for the Summer EDGE program in Carnegie Mellon University Qatar.