Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d1c5f4c

Browse filesBrowse files
authored
N34: Add Battleship-rs (rust-gamedev#1036)
1 parent dcb852a commit d1c5f4c
Copy full SHA for d1c5f4c

File tree

Expand file treeCollapse file tree

2 files changed

+17
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+17
-0
lines changed

‎content/news/034/battleship.gif

Copy file name to clipboard
220 KB
Loading

‎content/news/034/index.md

Copy file name to clipboardExpand all lines: content/news/034/index.md
+17Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.