Nochmal Spielstand neu
This commit is contained in:
parent
b862903199
commit
011ee9ba70
1 changed files with 6 additions and 0 deletions
|
|
@ -20,6 +20,12 @@ CREATE TABLE ausgaenge (
|
|||
nach_raum INTEGER
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS spielstand (
|
||||
spieler TEXT PRIMARY KEY,
|
||||
raum_id INTEGER
|
||||
);
|
||||
|
||||
|
||||
INSERT INTO raeume (id, name, beschreibung, raetsel_frage, raetsel_antwort) VALUES
|
||||
(1, 'Eingangshalle', 'Eine schwere Tür fällt hinter dir zu. Zwei Gänge führen ins Dunkel.', NULL, NULL),
|
||||
(2, 'Krypta', 'Kaltes Kerzenlicht flackert an den Wänden.', NULL, NULL),
|
||||
|
|
|
|||
Loading…
Reference in a new issue