https://github.com/rocktakey/exclusive
https://github.com/rocktakey/exclusive
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rocktakey/exclusive
- Owner: ROCKTAKEY
- Created: 2020-09-09T09:17:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T10:20:56.000Z (over 4 years ago)
- Last Synced: 2025-02-08T12:29:57.678Z (4 months ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Data structure
#+BEGIN_SRC json -n
{
outline: {
: {
users: {
0: {
name: ,
id:
},
...
},
state: "prepare" | "playing" | "finished",
},
}
detail: {
{
users: {
0: {
id: , // user_num=0
name: ,
state: "prepare" | "ready",
money: ,
position: 0~39,
},
...
},
field: {
1: {
owner: | null,
house: 0-4,
base: ,
value: ,
},
...
},
who: ,
phase: "main" | "propose" | "land" | "end" | "prepare" | "finished",
propose: null | {
type: "sell" | "buy",
land: 0~39,
price: 000000,
to: // This is only for "sell"
},
message: "Message..." | null,},
...
}
}
#+END_SRC* Table
| _0_ | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | ~10~ |
| 39 | | | | | | | | | | 11 |
| 38 | | | | | | | | | | 12 |
| 37 | | | | | | | | | | 13 |
| 36 | | | | | | | | | | 14 |
| 35 | | | | | | | | | | 15 |
| 34 | | | | | | | | | | 16 |
| 33 | | | | | | | | | | 17 |
| 32 | | | | | | | | | | 18 |
| 31 | | | | | | | | | | 19 |
| ~30~ | 29 | 28 | 27 | 26 | 25 | 24 | 23 | 22 | 21 | ~20~ |- _0_: Get $200 when you pass
- ~0~: None
- mod 10 equivalence means land groups.