Add backgammon and board game crate (#5884)

* [ADD] backgammon, made pieces generic

* [ADD] board game crate

* [REMOVE] minor whitespace

* Fix BOM

* [CHANGE] feedback changes, condensed backgammon setup

* [CHANGE] swapped backgammon y positions to correct ones

Co-authored-by: fishfish458 <fishfish458>
Co-authored-by: Visne <39844191+Visne@users.noreply.github.com>
This commit is contained in:
Fishfish458
2021-12-24 06:20:20 -06:00
committed by GitHub
parent 81df9f0601
commit 16d96c9dcc
20 changed files with 228 additions and 51 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 B

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Fishfish458",
"size": {
"x": 23,
"y": 16
},
"states": [
{
"name": "board"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Fishfish458",
"size": {
"x": 550,
"y": 410
},
"states": [
{
"name": "backgammonBoard"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

View File

Before

Width:  |  Height:  |  Size: 215 B

After

Width:  |  Height:  |  Size: 215 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Zumorica",
"copyright": "Zumorica, Fishfish458",
"size": {
"x": 24,
"y": 24
@@ -18,6 +18,12 @@
},
{
"name": "blue"
},
{
"name": "white"
},
{
"name": "black"
}
]
}

View File

Before

Width:  |  Height:  |  Size: 215 B

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B