The hangman game

Hangman C#

csharpautodidacte
Back to projects

With this project I was able to discover the basics of C# and ASP.NET Core by creating a small web hangman game.

Result

You can play hangman with 100 words generated by ChatGPT on the themes of computer science, project management and management.

Find the project’s GitHub here

Context

I completed this project with the goal of discovering C# and ASP.NET, which a friend had told me a lot about.

In my third-year option, I have the possibility to take autonomous time to self-train, so I had 20 hours to achieve my objective.

My method

To familiarize myself with the language, I first devoted about 10 hours to discovering C# and developing a console hangman game. The goal was to create the basics of the game and reuse this code later when developing the website.

Then, I consulted Microsoft’s documentation as well as a playlist on the basics of ASP.NET. The framework is very complete, it is so complete that it’s hard to know where to start.

My work on the web hangman game then mainly consisted of applying the different concepts of the framework. I was indeed able to reuse my textual hangman code as I had planned.

Conclusion

With this project I was able to discover the basics of ASP.NET. I still have, of course, to continue practicing to progress.

Thank you for reading.

Copyright © 2025