Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 665 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 665 Bytes

hangman

A game Flutter application.

How to Win

The game is simple. You just have to guess the mystery word by picking a letter! But be careful, every wrong guess, Mr. Skeleton will be one step closer to his doom. (His second doom)

Lifelines

We have "Lifelines" to help you along the way but you can only use them once per game so use them wisely.

- skips the current word.

- removes half of the incorrect letters.

- reveals a letter of the mystery word.

Run

flutter run

Build release

flutter build ios --release
flutter build apk --release

LET'S PLAY