From 36d76c6eb3f239a7bf8ea7a762ccacdfb6cdadb2 Mon Sep 17 00:00:00 2001 From: Giacomo Bertolazzi <31776951+Berack96@users.noreply.github.com> Date: Mon, 3 Oct 2022 01:12:25 +0200 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 9f6c97c..ddc63ec 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # Minefield Minefield project written in university with primitive graphical interface + +The game start with a simple interface asking for easy, medium, hard or custom mode and an easy start or not. + +![image](https://user-images.githubusercontent.com/31776951/193480373-5f6695be-86f2-492f-ac4f-d75a5072a95b.png) + +The window then change to a classic minefield game. + +![image](https://user-images.githubusercontent.com/31776951/193480392-05366466-ddbf-4c13-9d95-0a536f58af9b.png) + +![image](https://user-images.githubusercontent.com/31776951/193480405-26302912-3fe3-4ab1-b82e-9aba5dd1ce1e.png) + +If you click on a mine the game will end + +![image](https://user-images.githubusercontent.com/31776951/193480427-542e002f-fbfd-42ee-86f9-9d6553d8be9c.png) + + + +### Commands +L-Mouse click uncover the cell +R-Mouse click place/remove the safe flag for the mine (this way you can't click on it accidentally)