Add .gitignore for hangman worlists, add henne to nerdwords, change hangman list to wordsonly.txt
This commit is contained in:
parent
ce3978e62a
commit
6042cde5ba
|
@ -0,0 +1,2 @@
|
|||
hangman/wordlists/*
|
||||
__pycache__/
|
|
@ -47,9 +47,9 @@ class Hangman(object):
|
|||
self._fo_word= (15, -1) #(15, -1)
|
||||
self._fo_word2= (15, 7) #(15,7)
|
||||
#self._wordlist="/home/pi/mqtt-to-flipdot/hangman/wordlists/nomenliste_de.txt"
|
||||
#self._wordlist="/home/pi/mqtt-to-flipdot/hangman/wordlists/crodict_nomen.txt"
|
||||
self._wordlist="/home/pi/mqtt-to-flipdot/hangman/wordlists/wordsonly.txt"
|
||||
|
||||
self._wordlist="/home/pi/mqtt-to-flipdot/hangman/wordlists/nerdwords.txt"
|
||||
#self._wordlist="/home/pi/mqtt-to-flipdot/hangman/wordlists/nerdwords.txt"
|
||||
#self._wordlist="./hangman/wordlists/nerdwords.txt" #<- use for local testing
|
||||
self._gamestate=0# 0=start 1=ingame 2=lose 3=win
|
||||
self._g_word="test" #word
|
||||
|
|
|
@ -844,3 +844,4 @@ Arduino
|
|||
Nodalpunktadapter
|
||||
Informationslebenszyklusmanagement
|
||||
desoxyribonukleinsaeure
|
||||
Henne
|
||||
|
|
Loading…
Reference in New Issue