mirror of
https://github.com/mfocko/blog.git
synced 2025-05-13 14:52:58 +02:00
chore: transfer all KBs to single one
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
d207e870d4
commit
7427475022
159 changed files with 28847 additions and 0 deletions
1
static/files/pb071/bonuses/10/test-hangman/.gitignore
vendored
Normal file
1
static/files/pb071/bonuses/10/test-hangman/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
!*.words
|
|
@ -0,0 +1,2 @@
|
|||
o
|
||||
word
|
10
static/files/pb071/bonuses/10/test-hangman/at-once-bad.out
Normal file
10
static/files/pb071/bonuses/10/test-hangman/at-once-bad.out
Normal file
|
@ -0,0 +1,10 @@
|
|||
Welcome to the game, Hangman!
|
||||
I am thinking of a word that is 4 letters long.
|
||||
-------------
|
||||
You have 8 guesses left.
|
||||
Available letters: abcdefghijklmnopqrstuvwxyz
|
||||
Please guess a letter: Good guess: _ o _ _
|
||||
-------------
|
||||
You have 8 guesses left.
|
||||
Available letters: abcdefghijklmnpqrstuvwxyz
|
||||
Please guess a letter: Sorry, bad guess. The word was goal.
|
|
@ -0,0 +1,3 @@
|
|||
goal
|
||||
goal
|
||||
goal
|
2
static/files/pb071/bonuses/10/test-hangman/at-once.in
Normal file
2
static/files/pb071/bonuses/10/test-hangman/at-once.in
Normal file
|
@ -0,0 +1,2 @@
|
|||
e
|
||||
ball
|
10
static/files/pb071/bonuses/10/test-hangman/at-once.out
Normal file
10
static/files/pb071/bonuses/10/test-hangman/at-once.out
Normal file
|
@ -0,0 +1,10 @@
|
|||
Welcome to the game, Hangman!
|
||||
I am thinking of a word that is 4 letters long.
|
||||
-------------
|
||||
You have 8 guesses left.
|
||||
Available letters: abcdefghijklmnopqrstuvwxyz
|
||||
Please guess a letter: Oops! That letter is not in my word: _ _ _ _
|
||||
-------------
|
||||
You have 7 guesses left.
|
||||
Available letters: abcdfghijklmnopqrstuvwxyz
|
||||
Please guess a letter: Congratulations, you won!
|
3
static/files/pb071/bonuses/10/test-hangman/at-once.words
Normal file
3
static/files/pb071/bonuses/10/test-hangman/at-once.words
Normal file
|
@ -0,0 +1,3 @@
|
|||
ball
|
||||
ball
|
||||
ball
|
16
static/files/pb071/bonuses/10/test-hangman/basic.in
Normal file
16
static/files/pb071/bonuses/10/test-hangman/basic.in
Normal file
|
@ -0,0 +1,16 @@
|
|||
l
|
||||
e
|
||||
|
||||
d
|
||||
|
||||
a
|
||||
|
||||
U
|
||||
|
||||
u
|
||||
|
||||
s
|
||||
|
||||
p
|
||||
|
||||
r
|
40
static/files/pb071/bonuses/10/test-hangman/basic.out
Normal file
40
static/files/pb071/bonuses/10/test-hangman/basic.out
Normal file
|
@ -0,0 +1,40 @@
|
|||
Welcome to the game, Hangman!
|
||||
I am thinking of a word that is 7 letters long.
|
||||
-------------
|
||||
You have 8 guesses left.
|
||||
Available letters: abcdefghijklmnopqrstuvwxyz
|
||||
Please guess a letter: Good guess: _ _ _ _ l _ _
|
||||
-------------
|
||||
You have 8 guesses left.
|
||||
Available letters: abcdefghijkmnopqrstuvwxyz
|
||||
Please guess a letter: Good guess: _ _ _ _ l e _
|
||||
-------------
|
||||
You have 8 guesses left.
|
||||
Available letters: abcdfghijkmnopqrstuvwxyz
|
||||
Please guess a letter: Oops! That letter is not in my word: _ _ _ _ l e _
|
||||
-------------
|
||||
You have 7 guesses left.
|
||||
Available letters: abcfghijkmnopqrstuvwxyz
|
||||
Please guess a letter: Oops! That letter is not in my word: _ _ _ _ l e _
|
||||
-------------
|
||||
You have 6 guesses left.
|
||||
Available letters: bcfghijkmnopqrstuvwxyz
|
||||
Please guess a letter: Good guess: _ u _ _ l e _
|
||||
-------------
|
||||
You have 6 guesses left.
|
||||
Available letters: bcfghijkmnopqrstvwxyz
|
||||
Please guess a letter: Oops! You've already guessed that letter: _ u _ _ l e _
|
||||
-------------
|
||||
You have 6 guesses left.
|
||||
Available letters: bcfghijkmnopqrstvwxyz
|
||||
Please guess a letter: Good guess: _ u _ _ l e s
|
||||
-------------
|
||||
You have 6 guesses left.
|
||||
Available letters: bcfghijkmnopqrtvwxyz
|
||||
Please guess a letter: Good guess: p u _ p l e s
|
||||
-------------
|
||||
You have 6 guesses left.
|
||||
Available letters: bcfghijkmnoqrtvwxyz
|
||||
Please guess a letter: Good guess: p u r p l e s
|
||||
-------------
|
||||
Congratulations, you won!
|
3
static/files/pb071/bonuses/10/test-hangman/basic.words
Normal file
3
static/files/pb071/bonuses/10/test-hangman/basic.words
Normal file
|
@ -0,0 +1,3 @@
|
|||
purples
|
||||
purples
|
||||
purples
|
11
static/files/pb071/bonuses/10/test-hangman/hangman.in
Normal file
11
static/files/pb071/bonuses/10/test-hangman/hangman.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
a
|
||||
|
||||
e
|
||||
|
||||
@
|
||||
|
||||
h
|
||||
|
||||
N
|
||||
|
||||
hangman
|
26
static/files/pb071/bonuses/10/test-hangman/hangman.out
Normal file
26
static/files/pb071/bonuses/10/test-hangman/hangman.out
Normal file
|
@ -0,0 +1,26 @@
|
|||
Welcome to the game, Hangman!
|
||||
I am thinking of a word that is 7 letters long.
|
||||
-------------
|
||||
You have 8 guesses left.
|
||||
Available letters: abcdefghijklmnopqrstuvwxyz
|
||||
Please guess a letter: Good guess: _ a _ _ _ a _
|
||||
-------------
|
||||
You have 8 guesses left.
|
||||
Available letters: bcdefghijklmnopqrstuvwxyz
|
||||
Please guess a letter: Oops! That letter is not in my word: _ a _ _ _ a _
|
||||
-------------
|
||||
You have 7 guesses left.
|
||||
Available letters: bcdfghijklmnopqrstuvwxyz
|
||||
Please guess a letter: Oops! '@' is not a valid letter: _ a _ _ _ a _
|
||||
-------------
|
||||
You have 7 guesses left.
|
||||
Available letters: bcdfghijklmnopqrstuvwxyz
|
||||
Please guess a letter: Good guess: h a _ _ _ a _
|
||||
-------------
|
||||
You have 7 guesses left.
|
||||
Available letters: bcdfgijklmnopqrstuvwxyz
|
||||
Please guess a letter: Good guess: h a n _ _ a n
|
||||
-------------
|
||||
You have 7 guesses left.
|
||||
Available letters: bcdfgijklmopqrstuvwxyz
|
||||
Please guess a letter: Congratulations, you won!
|
3
static/files/pb071/bonuses/10/test-hangman/hangman.words
Normal file
3
static/files/pb071/bonuses/10/test-hangman/hangman.words
Normal file
|
@ -0,0 +1,3 @@
|
|||
hangman
|
||||
hangman
|
||||
hangman
|
11
static/files/pb071/bonuses/10/test-hangman/no-more-tries.in
Normal file
11
static/files/pb071/bonuses/10/test-hangman/no-more-tries.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
a
|
||||
e
|
||||
b
|
||||
c
|
||||
q
|
||||
w
|
||||
p
|
||||
l
|
||||
m
|
||||
x
|
||||
z
|
40
static/files/pb071/bonuses/10/test-hangman/no-more-tries.out
Normal file
40
static/files/pb071/bonuses/10/test-hangman/no-more-tries.out
Normal file
|
@ -0,0 +1,40 @@
|
|||
Welcome to the game, Hangman!
|
||||
I am thinking of a word that is 10 letters long.
|
||||
-------------
|
||||
You have 8 guesses left.
|
||||
Available letters: abcdefghijklmnopqrstuvwxyz
|
||||
Please guess a letter: Oops! That letter is not in my word: _ _ _ _ _ _ _ _ _ _
|
||||
-------------
|
||||
You have 7 guesses left.
|
||||
Available letters: bcdefghijklmnopqrstuvwxyz
|
||||
Please guess a letter: Good guess: _ _ _ e _ e _ _ e _
|
||||
-------------
|
||||
You have 7 guesses left.
|
||||
Available letters: bcdfghijklmnopqrstuvwxyz
|
||||
Please guess a letter: Oops! That letter is not in my word: _ _ _ e _ e _ _ e _
|
||||
-------------
|
||||
You have 6 guesses left.
|
||||
Available letters: cdfghijklmnopqrstuvwxyz
|
||||
Please guess a letter: Oops! That letter is not in my word: _ _ _ e _ e _ _ e _
|
||||
-------------
|
||||
You have 5 guesses left.
|
||||
Available letters: dfghijklmnopqrstuvwxyz
|
||||
Please guess a letter: Oops! That letter is not in my word: _ _ _ e _ e _ _ e _
|
||||
-------------
|
||||
You have 4 guesses left.
|
||||
Available letters: dfghijklmnoprstuvwxyz
|
||||
Please guess a letter: Oops! That letter is not in my word: _ _ _ e _ e _ _ e _
|
||||
-------------
|
||||
You have 3 guesses left.
|
||||
Available letters: dfghijklmnoprstuvxyz
|
||||
Please guess a letter: Oops! That letter is not in my word: _ _ _ e _ e _ _ e _
|
||||
-------------
|
||||
You have 2 guesses left.
|
||||
Available letters: dfghijklmnorstuvxyz
|
||||
Please guess a letter: Oops! That letter is not in my word: _ _ _ e _ e _ _ e _
|
||||
-------------
|
||||
You have 1 guesses left.
|
||||
Available letters: dfghijkmnorstuvxyz
|
||||
Please guess a letter: Oops! That letter is not in my word: _ _ _ e _ e _ _ e _
|
||||
-------------
|
||||
Sorry, you ran out of guesses. The word was undeserved.
|
|
@ -0,0 +1,3 @@
|
|||
undeserved
|
||||
undeserved
|
||||
undeserved
|
4
static/files/pb071/bonuses/10/test-hangman/smoke.json
Normal file
4
static/files/pb071/bonuses/10/test-hangman/smoke.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"args": [],
|
||||
"capture_stdout": true
|
||||
}
|
1
static/files/pb071/bonuses/10/test-hangman/smoke.out
Normal file
1
static/files/pb071/bonuses/10/test-hangman/smoke.out
Normal file
|
@ -0,0 +1 @@
|
|||
Usage: build/hangman path-to-wordlist
|
Loading…
Add table
Add a link
Reference in a new issue