Problem I have a method which checks all of its surrounding squares and returns the number of bombs around it. […]
Tag: minesweeper
Minesweeper: how many mines are near?
Problem Minesweeper in Ruby (from exercism.io): Write a program that adds the numbers to a minesweeper board. Minesweeper is a […]
Minesweeper in haskell
Problem I have recently been learning Haskell, and wrote a minesweeper project as an exercise. Here is link to the […]
Text based 2D Minesweeper
Problem I got my 1 dimensional program to work just fine so I figured I just need a few tweaks […]
Python 3 Minesweeper
Problem I just want some opinions/tips on how to improve. #import import string import random import time import pickle #create […]
Creating minesweeper levels to C# console
Problem I recently did a technical test for a potential coding job. In short, the test asked that I write […]
Minesweeper JavaScript Prototype
Problem I am looking for some review of a Minesweeper game that I made as my first JavaScript program. What […]
Creating minesweeper levels to C# console
Problem I recently did a technical test for a potential coding job. In short, the test asked that I write […]
Minesweeper in JavaScript
Problem I have written Minesweeper in JavaScript. Using OO-Approach. Cell class describes a cell in the grid. Cell.t property tells […]
Text Based Minesweeper in Java
Problem I have been working on a text based minesweeper game in Java and I am looking for some ways […]
- 1
- 2