An open API service indexing awesome lists of open source software.

https://github.com/kevinhellos/hangman-app

Hangman console app with Dart
https://github.com/kevinhellos/hangman-app

Last synced: over 1 year ago
JSON representation

Hangman console app with Dart

Awesome Lists containing this project

README

          

# Hangman with Dart
Mini hangman console game I made using Dart.

## Tutorial
The step by step tutorial is here:
Hangman Dart Tutorial.

## Features


  • The choice of words that will be used for every round of the game will most likely be different

  • All choices of the words are in fruit.txt

  • The program will read the fruit.txt and choose a random word

  • Player have 5 attempts before the game over

## Sample output
image