Game Programming with ASPThe very powerful and extensible ASP-based multiplayer game engine we write in this article is not for the 3-D shooter, but it will suit almost all turn-based desk games. For example, to apply it to a card game or the game of chess, all you need to do is add specific logic and design. “Engine” is an abstract thing, so we will use a tic-tac-toe game since it has very simple logic and will allow us to pay more attention to the engine.
Read more...