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.
logic class
About this tag
The logic class tag on WindowsForum.com covers discussions about implementing game logic in C# using GDI, as seen in a Reversi program where a fully integrated logic class handles all game rules and matrix-based moves. The content focuses on development challenges, such as handling convoluted matrix logic and ensuring the control works independently for immediate use. Topics include C# programming, GDI graphics, game development, and troubleshooting logic issues like skipping turns when no moves are available. This tag is relevant for developers working on game logic, especially in Windows Forms applications.
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
dynamic grid
event handling
game development
game logic
game over
gdi
graphics
logicclass
markers
player interaction
programming
reversi
software design
turn management
user interface
visual display
windows forms