An Implementation of Hangman in ASP.NET Using Dynamic Image Generation
Description
Hangman is a traditional game that revolves around trying to guess a secret word within a certain number of turns. Traditionally, this has been played by two players using pen and paper. In this article, Owen Cutajar will be building a C# version in which a user can play against your web server. The author will explain how he went about implementing the rules and display necessary to provide a complete game of Hangman using GDI+.
