A whole battleground to put two bot programs together to win a battle ship game
Look at the Rules for the game
- git clone the repo
- install all the dependencies provided in requirements.txt
- Run the following command in the terminal :
- For linux users :
python3 -m Battleship
- For Windows :
python -m Battleship
- For linux users :
In the example_submission folder, replace team1.py code with your code! (You may try with team2.py as well). But, DON'T CHANGE ANY FILE NAME.