cout Posted February 9, 2008 Posted February 9, 2008 So, I am programming minesweeper, and I have everything working except expansion of a click on a square touching zero mines. I tried something, but I ended up with some serious recursion issues. So, right now I just have it clearing the 8 surrounding boxes for a tiny bit of help. Anyway, any code or even ideas on how to go about expanding my zeros would be very helpful. Thanks. Quote
digip Posted February 9, 2008 Posted February 9, 2008 So, I am programming minesweeper, and I have everything working except expansion of a click on a square touching zero mines. I tried something, but I ended up with some serious recursion issues. So, right now I just have it clearing the 8 surrounding boxes for a tiny bit of help. Anyway, any code or even ideas on how to go about expanding my zeros would be very helpful. Thanks. You might want to post the code so people can look at the problem. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.