Krzysztof Mossakowski
Advanced Windows Programming
2005 - Tasks
Task no 8
Miner for two players
Create Windows Forms application which will allow two players to play miner game
Players can use two computers or two instances of this application on one computer
Rules of the game:
The first player plays normal miner game (implement simplest difficulty level)
The second player can see and change positions of mines in realtime
number of mines can never exceed the limit of difficulty level
numbers of mines on adjusent fields visible by the first players must be always up-to-date
Approximate points:
the first player's functionality: 3.5
the second player's functionality: 3.5
communication between instances and computers: 3.0