https://github.com/milanowicz/battleship.net
The classic Battleship Game for Windows by .NET 4.0 Framework.
https://github.com/milanowicz/battleship.net
Last synced: 2 months ago
JSON representation
The classic Battleship Game for Windows by .NET 4.0 Framework.
- Host: GitHub
- URL: https://github.com/milanowicz/battleship.net
- Owner: milanowicz
- License: gpl-3.0
- Created: 2012-10-13T11:02:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-16T20:49:50.000Z (over 12 years ago)
- Last Synced: 2025-01-23T21:26:14.440Z (4 months ago)
- Language: Visual Basic
- Homepage: http://milanowicz.github.io/Battleship.NET/
- Size: 254 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Battleship
==========
The classic Battleship Game for Windows by .NET 4.0 Framework.
This was a lillte school project/homework and exercise was to write a little Battleship Game and I've made more than necessary.Gameplay
==========
You can play against each other on the local machine, I haven't wrote network sockets to play on network.You can play against the computer, that is the standard version. If you have no desire to play, you can also just let the computer play against each other.
Development
==========
I wrote this in Visual Studio 2010, but it works fine in VS 2012 too. I've tested it, before I've released it here.