summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-05-09 22:14:40 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:31:29 +0100
commit8e12ea1c6a5c2e2a8815426db4d60ac37173246c (patch)
treee710a14cec5a148f13075052c6aee89aea1d05cb /rules.js
parent125b92334a9646c979cf37faf0adf4a9407cbfce (diff)
downloadpax-pamir-8e12ea1c6a5c2e2a8815426db4d60ac37173246c.tar.gz
UI stuff.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js12
1 files changed, 11 insertions, 1 deletions
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");