From 8e12ea1c6a5c2e2a8815426db4d60ac37173246c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 9 May 2022 22:14:40 +0200 Subject: UI stuff. --- rules.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/rules.js b/rules.js index f90a266..20e241a 100644 --- a/rules.js +++ b/rules.js @@ -3,7 +3,17 @@ // TODO: check all card data // TODO: log helpers - piece name (army/road/tribe color/coalition) -// TODO: log helpers - card name (number, name, and court or market location) + +// TODO: check if actions are possible: Tax, Move, Battle + +// TODO: change suit action buttons to click on the map instead + +// show number of cards in hand of other players +// show influence on loyalty badge in role view +// show climate in header +// show coins in role view + +// change title of card menu to "Bonus Actions:" in ui let cards = require("./cards.js"); -- cgit v1.2.3