You are viewing projects built during my learning journey.
2026
-
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 runHere’s a demo:
-
Object Oriented Tic-Tac-Toe Game in C#
My first object-oriented project of meaningful size.
Run the project directly:
dotnet run Program.csOr publish it as a standalone executable:dotnet publish Program.cs -r linux-x64 -p:PublishSingleFile=true --self-contained true -p:PublishAot=falseHere’s a demo: