Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lynnsh/battleship_c_sharp
A Battleship C# project
https://github.com/lynnsh/battleship_c_sharp
ai battleship csharp game wpf
Last synced: 5 days ago
JSON representation
A Battleship C# project
- Host: GitHub
- URL: https://github.com/lynnsh/battleship_c_sharp
- Owner: lynnsh
- License: mit
- Created: 2017-08-24T17:50:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T19:52:26.000Z (over 6 years ago)
- Last Synced: 2024-11-19T07:44:42.106Z (2 months ago)
- Topics: ai, battleship, csharp, game, wpf
- Language: C#
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### battleship_c_sharp
## Battleship Game Team Project_Tools: C#, WPF_
Description:
1. A bilingual (English/French) GUI Battleship game.
2. There are five ships available: an aircraft carrier, a battleship, a submarine, a cruise, and a destroyer.
3. It features 2 computer levels, simple and intelligent, where the simple mode randomly chooses the spot for the strike, and the intelligent mode follows patterns to find the ships as fast as possible (the hunter mode).
4. When the computer hits the ship, it tries to determine its position and sink it (the killer mode).
5. The scores for the game are saved to the file to save wins and losses for the specific player.Academic Project - Dawson College (Computer Science Technology)