We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdba130 commit 7acf989Copy full SHA for 7acf989
README.md
@@ -0,0 +1,23 @@
1
+# Hangman (In Rust!)
2
+
3
+A version of the old classic game "Hangman" that I coded in Rust as a first project in the language
4
5
+Is it perfect? No.
6
+Is it functional? Somewhat
7
8
+## Description
9
10
+Guess from a list of possible fruits in this version of Hangman.
11
+The text file "fruits.txt" allows you to add as many possible answers as you like (including vegetables if you're so inclined)
12
13
14
+## Executing program
15
16
+1. Download
17
+2. In the folder "src" you will find "main.exe"
18
+3. Run
19
+4. Play Game!
20
21
+## Authors
22
23
+Gary Hughes ("DapperDragon")
0 commit comments