From c4d6c2b521bf824a8296a736e76698808f1ce4be Mon Sep 17 00:00:00 2001 From: turk Date: Sun, 14 Jun 2026 12:57:56 -0600 Subject: [PATCH] more prompts --- db/schema.sql | 5 +++++ static/html/index.html | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/db/schema.sql b/db/schema.sql index 10a394a..7a27b24 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -114,7 +114,12 @@ VALUES ('modifier', 'clone any of your own cards, and give to someone else', '', 0, CURRENT_TIMESTAMP, TRUE, 'clone'), ('modifier', 'transfer any of your own cards to another player', '', 0, CURRENT_TIMESTAMP, TRUE, 'transfer'), ('prompt', 'name 10 green things', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), + ('prompt', 'name 10 red things', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), + ('prompt', 'name 10 yellow things', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), ('prompt', 'name 10 blue things', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), + ('prompt', 'name 10 countries', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), + ('prompt', 'name 10 cheeses', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), + ('prompt', 'name 10 drinks', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), ('prompt', 'spell your name backwards', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), ('prompt', 'name 10 animals in alphabetical order', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), ( diff --git a/static/html/index.html b/static/html/index.html index ae92efb..38d7a79 100644 --- a/static/html/index.html +++ b/static/html/index.html @@ -33,8 +33,8 @@

rules