From 74202234764a62229bbe2ab60548ca57fe63ce5c Mon Sep 17 00:00:00 2001 From: bluesaxman Date: Fri, 22 May 2020 16:52:56 -0600 Subject: [PATCH] Added uno deck example showing full flexability of deckard --- uno.ddf | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 uno.ddf diff --git a/uno.ddf b/uno.ddf new file mode 100644 index 0000000..5b83276 --- /dev/null +++ b/uno.ddf @@ -0,0 +1,37 @@ +[{"color":[ + "
"], +"value":[ + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "⮌

Reverse", + "⊘

skip", + "+2

Draw 2" +], +"end":["

"] +}, +{ +"draw4":["
"], +"cards":[ + "+4

Draw 4

", + "+4

Draw 4", + "+4

Draw 4", + "+4

Draw 4" +] +} +]