https://github.com/cloudwan/edge-anki-config
https://github.com/cloudwan/edge-anki-config
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudwan/edge-anki-config
- Owner: cloudwan
- License: mit
- Created: 2017-11-28T08:40:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T09:36:43.000Z (over 7 years ago)
- Last Synced: 2025-02-13T16:36:01.814Z (3 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# edge-anki-config
This project is used to store the track information for the anki edge use case. The track config provides a mapping from the real tile id's to our internal tile id's. The format is as follows:
Example for an oval course:
```json
[
{"id": 1, "real_tile_id": 18, "type": "CURVE"},
{"id": 2, "real_tile_id": 10, "type": "STRAIGHT"},
...
]
```Possible tile types:
```json
"CURVE"
"STRAIGHT"
"START_1"
"START_2"
```