WinForms projects: (3)
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 Jul 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 May 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.