Skip to main content

Battleship

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.