An open API service indexing awesome lists of open source software.

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.

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.