Skip to content

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

License

Notifications You must be signed in to change notification settings

thribhuvanrapolu/BattleShip-BattleGround

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%