C# projects: (5)

Flappy Bird
Flappy Bird is a recreation of the classic game developed in Unity using C#. It challenges players to guide a bird through obstacles by tapping the screen to make it flap its wings, providing a fun and nostalgic gaming experience.
31/12/2023

Chess Engine
ChessAI is a C# project focused on implementing standard chess gameplay with notable features and modes, offering a comprehensive chess experience. It includes multiplayer functionality for networked matches, turn-based timers for move time limits, real-time game state tracking, and visual indicators for check and checkmate situations.
14/07/2023

Password Manager
Password Manager is an application designed to securely store and manage your passwords. It features a user-friendly interface for creating, storing, and retrieving passwords localy, ensuring that your sensitive information is always protected.
07/07/2023

File Backup System
The File Backup System is a desktop application born out of a need for automation in file copying tasks. It features a compact yet powerful form with a local database system built on XML files, enabling CRUD operations through an XMLDataHandler class.
16/05/2023

Labyrinth Game
The Labyrinth Game is a captivating desktop game featuring a visually stunning interface and a sophisticated recursive backtracking algorithm for generating unique mazes.