raul pushed to testing at raul/hangman 2024-02-15 10:13:05 +01:00
0bb8fee9a3 Testing pushing to another branch
raul pushed to testing at raul/hangman 2024-02-15 09:50:01 +01:00
raul created branch testing in raul/hangman 2024-02-15 09:50:01 +01:00
raul pushed to main at raul/hangman 2024-02-15 06:51:09 +01:00
8beacab86b Added checking for repeating wrong characters
raul pushed to main at raul/golang-exercises 2024-02-14 16:14:54 +01:00
207c3fafcb Moved file-reader to its own repo
raul pushed to main at raul/hangman 2024-02-14 12:24:21 +01:00
729d871229 Moved file-reader into its own repo
raul created repository raul/hangman 2024-02-14 12:21:02 +01:00
raul pushed to main at raul/golang-exercises 2024-02-13 08:40:39 +01:00
887e0556bf No longer rendering spaces as secret characters
raul pushed to main at raul/golang-exercises 2024-02-13 08:32:32 +01:00
30d42a3219 Added win condition checking
raul pushed to main at raul/golang-exercises 2024-02-13 06:57:22 +01:00
f29f803ddb Added guessing individual word letters
raul pushed to main at raul/golang-exercises 2024-02-12 13:04:46 +01:00
ca05ff2eba Fixed crashing without arguments
raul pushed to main at raul/golang-exercises 2024-02-12 10:23:55 +01:00
92d4ff62f3 Added LICENSE
raul pushed to main at raul/golang-exercises 2024-02-12 07:01:07 +01:00
8ab370f705 Cleaning up code and adding hiddenChar viewer
raul pushed to main at raul/golang-exercises 2024-02-11 16:30:49 +01:00
092619f4bb Tweaking
raul pushed to main at raul/golang-exercises 2024-02-10 22:20:38 +01:00
01a822c9ab Added the actual game
raul pushed to main at raul/golang-exercises 2024-02-10 15:14:06 +01:00
d1fddbe7ee Added life system
raul pushed to main at raul/golang-exercises 2024-02-10 13:45:03 +01:00
4ea49a46b0 Learning structs and cleaning up old code
raul pushed to main at raul/golang-exercises 2024-02-09 21:29:21 +01:00
ab76136b4b Adding interactive prompts
raul pushed to main at raul/golang-exercises 2024-02-09 10:35:59 +01:00
fa015f4837 Added guessing string
raul pushed to main at raul/golang-exercises 2024-02-08 13:31:48 +01:00
de2229ada1 Cleaned up functions