Hi, I am relatively new to C#. I have been considering writing a board type game but am unsure where to start. I would like to create a grid much like Windows Mine Sweeper has and be able to change each square as the game progresses. I am not sure the best way to create the grid and display the images, any suggestions would be appreciated. Thanks!

DaveD3

I guess you could use a panel with a lot of buttons so you can get the click appearance minesweeper has and you could switch out button images. I would start with that approach.

You're going to want to lay these buttons out with code. Don't use the designer to make this game.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.