Minesweeper game written in Python using Tkinter GUI library.
- /minesweeper.py - The actual python program
- /images/ - GIF Images ready for usage with Tkinter
- /images/original - Original PNG images made with GraphicsGale
- Have specific number of mines, rather than random
- Highscore table
- Adjustable grid and mine count via UI
Your task is to convert it into a client-server application where two players start on the same board and then compete who can solve the board faster.
- While you don't need a "player ready" UI, if only one client starts it should be impossible to play.
- Timer should start when both players connected.
- When a player wins both players' games should be stoped with "Player A/B won". Player A is the client that connected first.
