.. title: Battleship
.. slug: battleship
.. date: 2025-12-10 23:45:58 UTC-06:00
.. tags: games 
.. category: games
.. link: 
.. description: 
.. type: text

Back when I was first getting into Python, I write up a `battleship game`_. It's extremely simple, a single file script even, but does permit 2 players sharing the same screen & keyboard. Mitigating cheating is entirely on the user. I don't event know if it still works, but maybe I'll try it again at some point. It's probably hella outdated considering the age & I always wanted to add networking, so perhaps I'll re-write.

.. _battleship game: https://games.wiseeyesent.com/games/battleship/index.html
