diff --git a/README.nd b/README.nd index e69de29..3ec0f7b 100644 --- a/README.nd +++ b/README.nd @@ -0,0 +1,7 @@ +This is a project i started to make a replica of the mime sweeper game, +your goal is to dig up tiles that are not mines +and to do that, you have tp depend on the numbers given to yoy by the tiles on the board or field. +The number on each tile indicate the number of mines surrounding it. +if a tile has the number 2 then out of the 8 tiles touching it, there are 2 with mines. +this is a terminal based implementation +added a few colors to make it seem colorful and attention grabbing.