A command-line version of the classic game Battleship, written in Python.
Challenge your logic and luck as you try to sink the hidden ships on a grid!
- Player vs computer logic
- Random ship placement
- Visual grid updates after each move
- Input validation and clear feedback
Make sure you have Python 3.7+ installed.
python "battleship_game.py"If you're using VS Code or another IDE, simply open the file and run the script.
- Python functions and conditionals
- 2D lists and coordinate mapping
- User input and validation
- Game logic design
- Add multiplayer support
- Implement difficulty levels
- Track and display scores
Battleship-CLI/
โ
โโโ battleship_game.py # Main game logic
โโโ README.md # You are here
Developed by James Bilis
GitHub Profile