Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 608 Bytes

BattleShip-BattleGround

A whole battleground to put two bot programs together to win a battle ship game

Look at the Rules for the game

How to run a test simulation!

  1. git clone the repo
  2. install all the dependencies provided in requirements.txt
  3. Run the following command in the terminal :
    1. For linux users : python3 -m Battleship
    2. For Windows : python -m Battleship

For testing out your own algorithm/logic

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.