Skip to content

Commit d1c5f4c

Browse files
authored
N34: Add Battleship-rs (#1036)
1 parent dcb852a commit d1c5f4c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

content/news/034/battleship.gif

220 KB
Loading

content/news/034/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,23 @@ If needed, a section can be split into subsections with a "------" delimiter.
6868

6969
## Game Updates
7070

71+
### [Battleship]
72+
73+
![Gameplay demo](battleship.gif)
74+
75+
[Battleship] by [@orhun] is the [battleship game] implemented in Rust.
76+
77+
Features:
78+
79+
- Fully playable between 2 players on the terminal.
80+
- No installation required.
81+
- Works over TCP sockets.
82+
- Very lightweight to host your own server (only has 1 dependency).
83+
84+
[Battleship]: https://github.com/orhun/battleship-rs
85+
[battleship game]: https://en.wikipedia.org/wiki/Battleship_(game)
86+
[@orhun]: https://github.com/orhun/
87+
7188
## Engine Updates
7289

7390
## Learning Material Updates

0 commit comments

Comments
 (0)