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.
game over
About this tag
The tag 'game over' on WindowsForum.com appears in the context of a C# Reversi program discussion. The thread covers GDI-based game development with a fully integrated logic class, focusing on matrix-based game logic and control design. While the tag might suggest end-of-game scenarios, the content primarily deals with game programming challenges, such as handling situations when a player cannot make a move. The discussion is relevant to developers working on Windows applications using C# and GDI for game creation.
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
gameover
gdi
graphics
logic class
markers
player interaction
programming
reversi
software design
turn management
user interface
visual display
windows forms