You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
dynamic grid
About this tag
The dynamic grid tag on WindowsForum.com covers discussions about creating and managing flexible, resizable grid layouts in C# and .NET applications. Content includes implementing dynamic grids for game development, such as a Reversi program using GDI with fully integrated logic classes that handle matrix-based gameplay. Topics involve building controls that automatically adjust grid dimensions, manage cell states, and support interactive user input. Developers share techniques for handling grid resizing, rendering with GDI+, and integrating logic directly into UI components. The tag is relevant for programmers working on Windows desktop applications requiring adaptive grid systems for games, data visualization, or custom controls.
Probably one of the most advanced games I've tried recreating. I don't make a lot of games, but the logic here on a matrix was a little convoluted through the development stages.
What I mean by fully integrated logic is that the control itself does absolutely everything for you. You can...
board game
dynamicgrid
event handling
game development
game logic
game over
gdi
graphics
logic class
markers
player interaction
programming
reversi
software design
turn management
user interface
visual display
windows forms