Online minesweeper version

Fun versions for any operating system, including online games or phone apps.
Post Reply
NonDivine
Posts: 3
Joined: Fri Jun 05, 2015 8:03 pm

Online minesweeper version

Post by NonDivine »

Hello,

I've made a simple browser based version of minesweeper with a classic look.
It doesn't have much in terms of settings compared to other versions but it does have a ranking system with a replay feature allowing you to watch how all ranked games were played.
I'm not much of a player myself, so i would love some feedback from more seasoned players as to how to improve the game.

The game is located here: http://nondivine.dk/minesweeper/
gacord
Posts: 127
Joined: Thu May 17, 2012 5:14 am

Re: Online minesweeper version

Post by gacord »

:D Very intresting web game.
Just change beg to 8*8 10mines
Try to calculate bbbv of a board and bbbv/s
Try to made chord click smothly
aradesh
Posts: 87
Joined: Sat Aug 29, 2009 3:37 pm

Re: Online minesweeper version

Post by aradesh »

I also found an issue with the chording. I will explain what the issue is with me:

If you perform clicks in this order:
L DOWN
R CLICK
R CLICK
L UP

The second R CLICK does not chord, only the first.
NonDivine
Posts: 3
Joined: Fri Jun 05, 2015 8:03 pm

Re: Online minesweeper version

Post by NonDivine »

@gacord
Thank you for your advise. I will change the size to 8x8 and look into adding some stats.
I'm not sure what you mean by your last remark. Can you elaborate on how chord should be more smooth?

@aradesh
Thanks for the bug report - will fix this asap.
NonDivine
Posts: 3
Joined: Fri Jun 05, 2015 8:03 pm

Re: Online minesweeper version

Post by NonDivine »

Got sidetracked a bit by other projects but finally got around to upload a new version.
I've changed the beginner size to 8x8, changed the chord thing and added some stats. I ended up rewriting a lot of the code and fixed a few bug along the way.
Also, added a intro/background to replace the boring black background.

Any thoughts on how to improve the game?
Post Reply