Mine Searcher

user_icon Roberth shared it 1 year, 1 month ago
576 views, 3 people love it, 1 tagger, 57 downloads, in 1 gallery
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

FunkyStudios FunkyStudios 1 year ago

Nice game! If you are interested in building and battleing your own scratch bots go to scratch robotic combat.

(view all replies)
Comment Reply

bballers144 bballers144 1 year ago

i set mines to 0 and i still lost by clicking on one

(view all replies)
Comment Reply

bballers144 bballers144 1 year ago

This game needs a lot of work

(view all replies)
Comment Reply

stuffadge stuffadge 1 year ago

what's th red thing in th corner

(view all replies)
Comment Reply

Dragon_MC_ Dragon_MC_ 1 year, 1 month ago

At one point in the game the Squares Left variable said -8.

(view all replies)
Comment Reply

mohlar mohlar 1 year, 1 month ago

Once finished, this will be a useful demo of the 2D array. I've tagged this to keep an eye on. I look forward to the final version.

(view all replies)
Comment Reply

Roberth Roberth 1 year, 1 month ago

Explain this.... in terms of using similar colors. I can understand using similar colors to identify "mines", but there is quite a bit more to this than can be seen visually. I have the squares display how many mines are next to them, and to clear out all of the squares around them when you find a "blank" (or zero mines around that square). The trick here was to encode a non-recursive function that would clear out all of the blanks in a contiguous region. While what I have works.... it is incredibly SLOW.

(view all replies)
Comment Reply

fandebiao fandebiao 1 year, 1 month ago

another way to do it is to use similar colors

(view all replies)
Comment Reply