From 29387e785cf06f4f8501400ec23001e7b30fcf56 Mon Sep 17 00:00:00 2001 From: Deepu K Sasidharan Date: Fri, 2 Jul 2021 15:23:47 +0200 Subject: [PATCH] Add battleship.rs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7be0de4..871e52f 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ You can run all examples by running `make run-examples`. * [KDash](https://github.com/kdash-rs/kdash) * [xplr](https://github.com/sayanarijit/xplr) * [minesweep](https://github.com/cpcloud/minesweep-rs) +* [Battleship.rs](https://github.com/deepu105/battleship-rs) ### Alternatives