Skip to main content
You are viewing projects built during my learning journey.

2026

  1. Fountain Of Objects Game in C# A project that taught me far more than just technical skills of C#. It taught me how to ask for help from peers, read technical documentation, and most importantly, enjoy the struggle of learning. Run the project: dotnet run Here’s a demo:

  1. Object Oriented Tic-Tac-Toe Game in C# My first object-oriented project of meaningful size. Run the project directly: dotnet run Program.cs Or publish it as a standalone executable: dotnet publish Program.cs -r linux-x64 -p:PublishSingleFile=true --self-contained true -p:PublishAot=false Here’s a demo: