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

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:
HangMan Redesigned Game Play Stick Figure Redesigned With CustomPainter Redesigned Hangman Intro
You can checkout the complete code implementation of this Flutter build HangMan series from the github repo.

You must be logged in to post a comment.