From 688641d74975ef0f0cf02cad737ae8b8447de7c4 Mon Sep 17 00:00:00 2001 From: Stefan Rupp Date: Thu, 21 May 2020 18:49:52 +0200 Subject: [PATCH] implement undo function --- templates/home/control.html | 2 ++ views/control.py | 31 +++++++++++++++++++++++++++++++ wiz_game.py | 4 ++++ 3 files changed, 37 insertions(+) diff --git a/templates/home/control.html b/templates/home/control.html index f1d56b3..78c9cbf 100644 --- a/templates/home/control.html +++ b/templates/home/control.html @@ -26,6 +26,8 @@ Winner: {{trick_winner}} with Card {{highest_card}} start next hand {% endif %} +
+ undo last card