I built a new game on Gemini! MineSweeper. Find the 馃挘s, try not to 馃
gemini://gemi.dev/cgi-bin/mines.cgi
2 years ago 路 馃憤 martin, skyjake, astroseneca, danrl, jo, johano, cobradile94, arch
gemini://gemi.dev/cgi-bin/mines.cgi
I just won my first mine sweeper in maybe 2 decades! thank you 路 2 years ago
I think that makes it easier to enter the coordinates. Good work. 馃憤 路 2 years ago
@skyjake Implemented! 路 2 years ago
@skyjake that's a great idea. I struggled a bit with the best way to do this. I used letters instead of numbers to make the broad denser and not have to deal with 2-space identifiers. I like the idea of make one of the upper case. I'll still support just entering them either all lower or all upper in the form of "[row][column]" but if I detect 1 lower and 1 upper then I can accept either order 路 2 years ago
Thanks for the kind words @danrl 路 2 years ago
ur games make the gemini space a better realm! thank u 路 2 years ago
On second thought, case-sensitive parsing would allow specifying them in either order. Maybe better UX? 路 2 years ago
Very cool. I suppose you used letters for both axes because numbers could get confused with the bomb counts? May I suggest using capitals for the rows to make them more distinct? The input parsing could still be case-insensitive. 路 2 years ago