1 год назад
История
README.md
Prototyping engine for a communication card game
Card http access
http://127.0.0.1:8080/card/“card number”
Card creation
Cards toml/jpg pair must be placed in the “./data” catalog.
toml should have struct:
[card]
header = "Card header"
image = "card_image_file_name.jpg"
image_text = "Card image description for disabled people"
body = "Card task. The action that player must honestly complete."
color = 0xffffff
Color can be picked from html color picker. This field is optional and unused yet.
Конвейеры
0 успешных
0 с ошибкой