Framework for Hangman

This commit is contained in:
NikolajDanger
2020-08-07 17:38:47 +02:00
parent e0e74f5bc0
commit 5839cd5a8f
12 changed files with 270 additions and 7 deletions

BIN
resources/comic-sans.ttf Normal file

Binary file not shown.

View File

@ -125,3 +125,10 @@
1640 - Unspecified monopolyDraw error
1641 - Error in getPosition()
1650 - Error in monopolyRoll()
17 - Hangman
1700 - Unspecified error
1701 - Error parsing command
1710 - Error in drawImage()
1711 - Error in drawGallows()
1712 - Error in drawMan()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

View File

@ -3,6 +3,7 @@
"resources/starWars/swcharacters.json" : {},
"resources/games/hexGames.json": {},
"resources/games/monopolyGames.json": {},
"resources/games/hangmanGames.json": {},
"resources/users.json" : {},
"resources/games/investments.json" : {},
"resources/games/games.json" : {
@ -78,6 +79,7 @@
"resources/games/oldImages",
"resources/games/blackjackCards",
"resources/games/hilo",
"resources/games/monopolyBoards"
"resources/games/monopolyBoards",
"resources/games/hangmanBoards"
]
}