Early C# Project – Guess A Word

Guess A Word My First C# Word Guessing Game

One of my favorite projects that I’ve worked on was the very first game that I created in C#. This was a very basic word guessing game that was a follow-along assignment in my Intro to C# class. The interface is about as basic as you can possibly get and is very visually unappealing, but it was extremely fun to work on. One of the main reasons that this is one of my favorite projects that I’ve worked on is that it serves as a reminder of how far I’ve come, and how much my hard work over the years has paid off.

Wordle Game Recreation

Wordle style word game with blue and pink color scheme

The project I’ve enjoyed most recently was a personal deep dive: recreating the “Wordle” game from scratch. This wasn’t driven by a class assignment or external requirement of any kind; it was purely done out of curiosity and fun.

This project was the first project I ever worked on in Angular, allowing me to implement complex game logic and dynamic UI state management.

Want to try it out? Click here, or on the image above, to give it a shot! (Please note that there is some functionality that is not quite there yet – there is currently no validation to ensure your guess is an actual word, and to restart the game you would need to just refresh the page. Also, it is currently hardcoded to the same word every time, so it won’t be much fun to play over and over, but give it a try and let me know what you think!)