Battleship Game using pygame library!
- Drag, rotate and place ship smoothly
- Smart CPU opponents
- Restart and keep playing!
BattleshipDemo.1.mp4
- (Coming Soon)
- For the time being, feel free to follow the steps below to set it up manually:
- clone this repo
- Setup virtual environment
python -m venv venv
- pip install requirements
pip install -r requirements.txt
- Run the main file
python main.py