Hacker News new | ask | show | jobs
Show HN: Battleship.rocks – Multiplayer Battleship Game in CLI (battleship.rocks)
2 points by batuhandirek 1970 days ago
1 comments

Hello HN,

This is an (Partially)[0] Open source Multiplayer Battleship game that runs in CLI.

I made it to try out blessed[1] library, but also thought would be a nice idea to kill some time while running scripts on another window in CLI.

Repo: https://github.com/batuhandirek/battleship-rocks-client

0: Only client code is public for the moment

1: https://github.com/chjj/blessed

Edit: Added repo link and description