An open API service indexing awesome lists of open source software.

https://github.com/rocktakey/exclusive


https://github.com/rocktakey/exclusive

Last synced: 2 months ago
JSON representation

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.