Home About Projects Skills Contact Download CV
Desktop Game 2023

RocPaSors

Desktop Game Development

#C# #WPF #.NET 6 #Desktop Game

About the Project

RocPaSors is a polished Windows desktop game built with WPF and .NET 6. It implements a classic suit game where the player competes against a bot in a best-of-five match. Each round resolves into one of three outcomes: win, lose, or tie. After the fifth round, the match result is recorded in the local match history.

The game is designed for fast play, clear UI feedback, and reliable history tracking, and is deployed via a custom Inno Setup installer.

Features & Details

Player vs. Bot

Play against a computer opponent with randomized selection logic.

Best-of-Five System

Fixed duration of 5 rounds per match to determine the absolute winner.

Match History

Completed matches are tracked and stored securely in local memory.

Sleek UI Feedback

Clear and polished animations providing immediate outcome recognition.

Project Gallery

Technical Details

Frontend U I

WPF (Windows Presentation Foundation)

Backend Logic

C# (.NET 6)

Architecture

MVC Pattern

Ide

Visual Studio