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.
player interaction
About this tag
This tag covers discussions about player interaction in game development, particularly in the context of Windows programming with C# and GDI. The featured thread describes a Reversi game where the control handles all logic, including turn-based play and move validation. Topics include designing user interfaces that respond to player actions, managing game state transitions, and handling edge cases like skipped turns. The content focuses on implementing interactive game mechanics within a Windows Forms application, emphasizing seamless integration between the game logic and the player's input. Developers exploring turn-based game design or interactive UI patterns may find relevant insights here.
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
logic class
markers
playerinteraction
programming
reversi
software design
turn management
user interface
visual display
windows forms