Skip to content
/ hangman Public

πŸ§œβ€β™‚οΈ C# Hangman game with simple GUI in WPF

License

Notifications You must be signed in to change notification settings

poyea/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c77d50 Β· Jan 12, 2022

History

22 Commits
Nov 29, 2021
Nov 29, 2021
Jan 12, 2022
Jan 11, 2022
Feb 20, 2019

Repository files navigation

hangman?

hangman

A hangman game with simple GUI, using WPF. We use standard rules that are used in elementary schools. You can modify the list of words to adjust the difficulty.

Design principles

1.) Singleton for Word class

2.) No MVC/MVP/MVVM to avoid over design

3.) No other frameworks adopted

To build the project

You need Visual Studio β‰₯2017.

If you like this, please

  • Star
  • Fork
  • Contribute

License

This repository is licensed under the WTFPL. See also LICENSE.md for details.