Hangman Game – Flutter Template

Overview

Hangman Game for Android and iOS developed in flutter

Features

  1. Hangman Game
  2. Three step word hints
  3. Score

Requirements

  1. Install Visual Studio Code
  2. Install Xcode
  3. Install Android Studio with latest Android SDK, Android SDK Platform Tools, and Android SDK Build Tools
  4. Install latest Flutter SDK
  5. Install latest Dart SDK

Note: Android Studio is not required if using Visual Studio Code

Instructions

Using Visual Studio Code:

  1. Open Project in Visual Studio Code from File -> Open (Select project folder)
  2. Open pubspec.yaml file which is located in root directory, and click Get Packages
  3. Now, it’s ready to run the project

Using Android Studio:

  1. Open Project in Android Studio from Open an existing Android Studio project
  2. If device is not shown in Flutter Device Selection dropdown, go to File -> Project
    Structure
  3. Structure and select latest Project SDK e.g. Android API 28 Platform
  4. Open pubspec.yaml file which is located in root directory, and click Packages get
  5. Now, it’s ready to run the project

Words can be added in res -> words.txt file

Related