Redesign UI Of HangMan Game

Although we have a working and functional HangMan game built in Flutter, to be quite honest, the User Interface is not much impressive.

HangMan Character Picker Design
HangMan Character Picker Design

Design Enhancements

Some of the changes that I like to see for our game are:

  • Use a vertical orientation instead of landscape
  • Improve color choices for the overall app
  • Update texts and fonts to make them look better
  • Update positions of widgets for easy experience

With that thought, I refactored and updated what was already there and now the design looks like this:

DecisionMentor app

You can checkout the complete code implementation of this Flutter build HangMan series from the github repo.

HangMan Redesigned Game Play
HangMan Redesigned Game Play