I'm a Computer Engineering student with a passion for problem solving.
A game developer focused on creating immersive and interactive experiences. Started with small projects and now works on larger, more complex games. Also interested in desktop application development and web-based solutions.
public class Program
{
static List<string> Skills = new List<string>()
{
"C#", "Godot","GDScript", "MonoGame", "Python",
"ASP.NET Core", "Entity Framework Core",
"SignalR", "Azure", "WinUI"
};
static void Main(string[] args)
{
foreach (string skill in Skills)
{
Console.WriteLine($"I can use {skill}");
}
Console.WriteLine("Press any key to continue...");
Console.ReadKey();
}
}
The game, developed using Godot and C#, allows two players to play chess over the network with real-time communication between a dedicated server and game clients using Protocol Buffers
A simple game launcher created for Windows using the WinUI framework
A commercial restaurant information website developed with ASP.NET and C#
Presentation Made Easy is a C# and WinUI-based application that allows users to easily navigate between sections while giving a presentation
A commercial health institution information website developed with ASP.NET, MongoDB and C#
A simple implementation of the classic Tic Tac Toe game, developed with Godot and C# for Android and published on the Play Store
Meet your best friend Panzo! A puzzle-platformer game created for my first game jam (Wowie Jam 4). It was a fun experience, developed using Godot and GDScript
Bachelor of Science in Computer Engineering
Erasmus+ Exchange Program
I'm always excited to connect and collaborate! Whether you have a project in mind, need assistance, or just want to chat about game development or web technologies, feel free to get in touch. Looking forward to hearing from you!