Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jplane/battleship-dotnet
https://github.com/jplane/battleship-dotnet
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jplane/battleship-dotnet
- Owner: jplane
- Created: 2024-05-02T21:29:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T18:39:21.000Z (6 months ago)
- Last Synced: 2024-05-05T21:32:25.571Z (6 months ago)
- Language: C#
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Battleship.NET
This is a simple implementation of the famous [Battleship board game](https://en.wikipedia.org/wiki/Battleship_(game)) using [C#](https://dotnet.microsoft.com/en-us/languages/csharp) running on [.NET 8](https://learn.microsoft.com/en-us/dotnet/core/introduction). It runs purely on the command line, and allows one player against the computer.