Battleship Game Project (Python)

Author

Kaizhong (Mike) Mu

Published

May 1, 2023

<> Code

Keywords

Python Programming, Battleship Game

Highlight

For our Python project, we designed a simplified version of the classic Battleship game. In this game, each player has a grid where ships of varying lengths are placed, and players take turns guessing coordinates to try to hit and sink their opponent’s ships. Hits and misses are tracked, and the game continues until one player sinks all of the opponent’s ships. This project showcases our ability to implement game logic, user interaction, and basic grid-based algorithms in Python.

Back to top

Citation

BibTeX citation:
@online{(mike)_mu2023,
  author = {(Mike) Mu, Kaizhong},
  title = {Battleship {Game} {Project} {(Python)}},
  date = {2023-05-01},
  url = {https://kaizhongmu.github.io/project/dsp/6/},
  langid = {en}
}
For attribution, please cite this work as:
(Mike) Mu, Kaizhong. 2023. “Battleship Game Project (Python).” May 1, 2023. https://kaizhongmu.github.io/project/dsp/6/.