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
- Host: GitHub
- URL: https://github.com/kevinhellos/hangman-app
- Owner: kevinhellos
- Created: 2024-01-12T07:32:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T09:40:38.000Z (over 2 years ago)
- Last Synced: 2025-01-21T21:09:08.841Z (over 1 year ago)
- Language: Dart
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.txtand choose a random word - Player have 5 attempts before the game over
## Sample output