# Minesweeper Simple

**URL:** https://forum.makecode.com/t/minesweeper-simple/4202
**Category:** Show & Tell
**Tags:** game
**Created:** [October 31, 2020, 9:16am UTC](https://forum.makecode.com/t/minesweeper-simple/4202 "2020-10-31T09:16:13Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![charliegregg](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/charliegregg/32/2411_2.png) [@charliegregg](https://forum.makecode.com/u/charliegregg)
#### Post date: [October 31, 2020, 9:16am UTC](https://forum.makecode.com/t/minesweeper-simple/4202/1 "2020-10-31T09:16:13Z")

</div>

> **[Minesweeper Small](https://arcade.makecode.com/08862-36927-70464-60428)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

Simple minesweeper I made, could potentially add numbers to smaller levels.

Tell me your best level you beat (took me along time to beat level 6!)

level 0 is a joke…

---

<div class="post-metadata">

### Author: ![Dreadmask197](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/dreadmask197/32/10494_2.png) [@Dreadmask197](https://forum.makecode.com/u/Dreadmask197)
#### Post date: [October 31, 2020, 12:24pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/2 "2020-10-31T12:24:47Z")

</div>

It’s so confusing how to play. Can you get like a game win screen or something? What’s the objective of the game

---

<div class="post-metadata">

### Author: ![UnsignedArduino](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/unsignedarduino/32/592_2.png) [@UnsignedArduino](https://forum.makecode.com/u/UnsignedArduino)
#### Post date: [October 31, 2020, 3:47pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/3 "2020-10-31T15:47:49Z")

</div>

OMG, you never played Minesweeper before!?

You have been missing out!

The goal of Minesweeper is to uncover all the mines without actually touching it. Once you flag all the mines, you win!

So how do you know where the mines are? The numbers will tell you how many mines are adjacent to the cell.

If you click on a mine, you go boom.

---

<div class="post-metadata">

### Author: ![charliegregg](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/charliegregg/32/2411_2.png) [@charliegregg](https://forum.makecode.com/u/charliegregg)
#### Post date: [October 31, 2020, 10:29pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/4 "2020-10-31T22:29:29Z")

</div>

Arrows to move your cursor  
A to Dig  
B to flag

Each space either contains a mine or it doesn’t

When you uncover one that doesn’t it will show a number (Or in this case a colour)

Ech colour tells you how many mines are in the eight spaces around it eg. pink means 1 mine around it

Once you are sure where a mine is press b to flag it (To remember where it is.)

If a pink square already has 1 mine next to it you’ll know all the other spaces around it are good so you can keep exploring.

Objective: Clear all non mine spaces.

---

<div class="post-metadata">

### Author: ![Dreadmask197](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/dreadmask197/32/10494_2.png) [@Dreadmask197](https://forum.makecode.com/u/Dreadmask197)
#### Post date: [November 2, 2020, 4:02pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/5 "2020-11-02T16:02:28Z")

</div>

So this game is almost about luck and mostly strategy

---

<div class="post-metadata">

### Author: ![UnsignedArduino](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/unsignedarduino/32/592_2.png) [@UnsignedArduino](https://forum.makecode.com/u/UnsignedArduino)
#### Post date: [November 2, 2020, 4:05pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/6 "2020-11-02T16:05:42Z")

</div>

It’s more like 99.99% strat because, in Minesweeper, the first time you click will have a 100% chance of not being a mine.

---

<div class="post-metadata">

### Author: ![Dreadmask197](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/dreadmask197/32/10494_2.png) [@Dreadmask197](https://forum.makecode.com/u/Dreadmask197)
#### Post date: [November 2, 2020, 4:06pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/7 "2020-11-02T16:06:45Z")

</div>

If I win on minesweeper, I will be brain dead after a couple hours on level 0

---

<div class="post-metadata">

### Author: ![Dreadmask197](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/dreadmask197/32/10494_2.png) [@Dreadmask197](https://forum.makecode.com/u/Dreadmask197)
#### Post date: [November 2, 2020, 4:14pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/8 "2020-11-02T16:14:37Z")

</div>

Hey @charliegregg! Can you do something else instead of restarting the game. Maybe put a game win or a game lose? I don’t know if I won or not

---

<div class="post-metadata">

### Author: ![charliegregg](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/charliegregg/32/2411_2.png) [@charliegregg](https://forum.makecode.com/u/charliegregg)
#### Post date: [November 2, 2020, 10:55pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/9 "2020-11-02T22:55:17Z")

</div>

Yeah It’ll be pretty obvious if you loose as all mines are shown but you can add one if you want, I’m kind of done with it though.

---

<div class="post-metadata">

### Author: ![ggiscool](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ggiscool/32/3431_2.png) [@ggiscool](https://forum.makecode.com/u/ggiscool)
#### Post date: [January 7, 2021, 4:56pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/10 "2021-01-07T16:56:52Z")

</div>

i broke your game there is no lvl 7

---

<div class="post-metadata">

### Author: ![TakeTheL08](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/takethel08/32/7018_2.png) [@TakeTheL08](https://forum.makecode.com/u/TakeTheL08)
#### Post date: [January 12, 2021, 4:29pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/11 "2021-01-12T16:29:10Z")

</div>

nope. You can start on a mine

---

<div class="post-metadata">

### Author: ![Agent\_14](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/agent_14/32/17567_2.png) [@Agent\_14](https://forum.makecode.com/u/Agent_14)
#### Post date: [January 12, 2021, 4:32pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/12 "2021-01-12T16:32:09Z")

</div>

The whole thing broke on me:

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/b/b79a9dad15acd58c4b6e18ebad523a7f45b070e5.jpeg)

---

<div class="post-metadata">

### Author: ![Agent\_14](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/agent_14/32/17567_2.png) [@Agent\_14](https://forum.makecode.com/u/Agent_14)
#### Post date: [January 12, 2021, 4:32pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/13 "2021-01-12T16:32:15Z")

</div>

I also beat level 99999 for some reason…  
I don’t know how I did it.

---

<div class="post-metadata">

### Author: ![UnsignedArduino](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/unsignedarduino/32/592_2.png) [@UnsignedArduino](https://forum.makecode.com/u/UnsignedArduino)
#### Post date: [January 12, 2021, 5:10pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/14 "2021-01-12T17:10:18Z")

</div>

Well, the real version has a 100% of the first block you click is not a mine. I haven’t played this enough to find out whether @charliegregg implemented this.

---

<div class="post-metadata">

### Author: ![TakeTheL08](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/takethel08/32/7018_2.png) [@TakeTheL08](https://forum.makecode.com/u/TakeTheL08)
#### Post date: [January 12, 2021, 6:32pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/15 "2021-01-12T18:32:01Z")

</div>

I have and it HAS happened

---

<div class="post-metadata">

### Author: ![LcAtonal](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/lcatonal/32/16800_2.png) [@LcAtonal](https://forum.makecode.com/u/LcAtonal)
#### Post date: [January 13, 2021, 4:01pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/16 "2021-01-13T16:01:55Z")

</div>

Flag all the spots to win lol. Actually it works

---

<div class="post-metadata">

### Author: ![ggiscool](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ggiscool/32/3431_2.png) [@ggiscool](https://forum.makecode.com/u/ggiscool)
#### Post date: [January 13, 2021, 5:43pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/17 "2021-01-13T17:43:09Z")

</div>

@Agent_14 isn’t the only one with strats

---

<div class="post-metadata">

### Author: ![ggiscool](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ggiscool/32/3431_2.png) [@ggiscool](https://forum.makecode.com/u/ggiscool)
#### Post date: [January 13, 2021, 5:43pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/18 "2021-01-13T17:43:40Z")

</div>

![Screenshot (30)](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/8/86bb2e9ae66cce497488df6114ad0d63ac723efa.png)  
wow just great

---

<div class="post-metadata">

### Author: ![Charliegregg2](https://avatars.discourse-cdn.com/v4/letter/c/7feea3/32.png) [@Charliegregg2](https://forum.makecode.com/u/Charliegregg2)
#### Post date: [February 1, 2021, 4:30am UTC](https://forum.makecode.com/t/minesweeper-simple/4202/19 "2021-02-01T04:30:22Z")

</div>

uh there is not supposed to be lol it has only 0 - 6.

---

<div class="post-metadata">

### Author: ![Agent\_14](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/agent_14/32/17567_2.png) [@Agent\_14](https://forum.makecode.com/u/Agent_14)
#### Post date: [February 1, 2021, 4:00pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/20 "2021-02-01T16:00:28Z")

</div>

Any number works.

[Next page](https://forum.makecode.com/t/minesweeper-simple/4202.md?page=2)
