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.
  1. AceInfinity

    VIDEO [C#] Reversi Program - Using GDI With Fully Integrated Logic Class

    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...
Back
Top