🎲 monopoly framework
This commit is contained in:
@ -113,3 +113,14 @@
|
||||
1531 - Invalid position
|
||||
1532 - Cannot place on existing piece
|
||||
1533 - Position out of bounds
|
||||
|
||||
16 - Monopoly
|
||||
1600 - Unspecified error
|
||||
1601 - Error deleting old image
|
||||
1602 - Not a command
|
||||
1610 - Unspecified parsing error
|
||||
1620 - Unspecified monopolyStart() error
|
||||
1630 - Unspecified monopolyJoin() error
|
||||
1640 - Unspecified monopolyDraw error
|
||||
1641 - Error in getPosition()
|
||||
1650 - Error in monopolyRoll()
|
||||
|
BIN
resources/games/monopolyBoard.png
Normal file
BIN
resources/games/monopolyBoard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
resources/games/monopolyBoards/monopolyBoardtest.png
Normal file
BIN
resources/games/monopolyBoards/monopolyBoardtest.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
@ -2,6 +2,7 @@
|
||||
"json":{
|
||||
"resources/starWars/swcharacters.json" : {},
|
||||
"resources/games/hexGames.json": {},
|
||||
"resources/games/monopolyGames.json": {},
|
||||
"resources/users.json" : {},
|
||||
"resources/games/games.json" : {
|
||||
"trivia questions":{},
|
||||
@ -75,6 +76,7 @@
|
||||
"resources/games/hexBoards",
|
||||
"resources/games/oldImages",
|
||||
"resources/games/blackjackCards",
|
||||
"resources/games/hilo"
|
||||
"resources/games/hilo",
|
||||
"resources/games/monopolyBoards"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user