# 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:** 5
**Page:** 2

<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, 9:34pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/21 "2021-02-01T21:34:40Z")

</div>

let d = Math.constrain(game.askForNumber(“Level? 0-6”), 0, 6)  
it automatically places it between 0 and 6 on line 12

---

<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: [February 3, 2021, 11:57pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/22 "2021-02-03T23:57:13Z")

</div>

Well try 0.3333 (or whatever numbers in the decimal place.

---

<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: [February 5, 2021, 6:49am UTC](https://forum.makecode.com/t/minesweeper-simple/4202/23 "2021-02-05T06:49:12Z")

</div>

Yeah I know it will just do like level 0.

---

<div class="post-metadata">

### Author: ![Primal\_Nexus](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/primal_nexus/32/3540_2.png) [@Primal\_Nexus](https://forum.makecode.com/u/Primal_Nexus)
#### Post date: [February 5, 2021, 4:51pm UTC](https://forum.makecode.com/t/minesweeper-simple/4202/24 "2021-02-05T16:51:09Z")

</div>

Ah yes, I saw this post before when @UnsignedArduino was telling @Dreadmask197 what Minesweeper was, but still is broken game.

---

<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: [February 7, 2021, 3:51am UTC](https://forum.makecode.com/t/minesweeper-simple/4202/25 "2021-02-07T03:51:32Z")

</div>

Sometimes it would give 0 mines.

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