Add .gitignore for hangman worlists, add henne to nerdwords, change hangman list to wordsonly.txt

This commit is contained in:
interfisch 2017-07-01 00:19:50 +02:00
parent ce3978e62a
commit 6042cde5ba
3 changed files with 5 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
hangman/wordlists/*
__pycache__/

View File

@ -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

View File

@ -844,3 +844,4 @@ Arduino
Nodalpunktadapter
Informationslebenszyklusmanagement
desoxyribonukleinsaeure
Henne