Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Hangman Game

C# .Net Drawio

Overview

Recreated the classic Hangman game as a C# WPF application on the .NET framework in Visual Studio, using the MVVM (Model-View-ViewModel) architecture.

The main goal of the game is to guess 3 words in a row to win a match. But, if a player uses 9 incorrect letter guesses for a single word, the game is considered lost.

Sign In

After launching the application, the first screen displayed is the Sign In window, allowing players to select an existing profile. For new users, there is an option to create a new player profile consisting of a username and an avatar, which can either be selected from predefined avatars or uploaded from local storage.

Image

New User

After pressing the "New user" button the next window will apperear:

Image

After completing your username, you can choose your avatar.

Image

Gameplay

Gameplay GIF

Open Game

Image

Save Game

Image

Statistics

The statistics are available for all users.

Image

Game Result

Image

Prerequisites

  • Visual Studio 2022 or above.
  • .NET Desktop Development workload installed in Visual Studio

Installation

  1. Clone this repository using:
    git clone https://github.com/Andreiser12/Hangman.git
  2. Open the HangmanGame.sln solution file in Visual Studio.
  3. Run the application.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages