cout Posted February 9, 2008 Share 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 Link to comment Share on other sites More sharing options...
digip Posted February 9, 2008 Share 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 Link to comment Share on other sites More sharing options...
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.