From 298572703e843c401a0d1eba0b56c8a6dd38342f Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 23 Jul 2021 13:43:17 -0400 Subject: [PATCH] add both venues --- pin/coinslot.txt | 11 ++++++++++ pin/index.php | 35 ++++++++++++++++++++----------- pin/{games.txt => rightbrain.txt} | 0 3 files changed, 34 insertions(+), 12 deletions(-) create mode 100644 pin/coinslot.txt rename pin/{games.txt => rightbrain.txt} (100%) diff --git a/pin/coinslot.txt b/pin/coinslot.txt new file mode 100644 index 0000000..f1c80e5 --- /dev/null +++ b/pin/coinslot.txt @@ -0,0 +1,11 @@ +Rick & Morty +Star Wars (outside) +The Mandalorian +Deadpool +Star Trek +Teenage Mutant Ninja Turtles +Jurassic Park +Monster Bash +Walking Dead +Guardians of the Galaxy +Avengers diff --git a/pin/index.php b/pin/index.php index afe7446..2136abf 100644 --- a/pin/index.php +++ b/pin/index.php @@ -1,6 +1,12 @@ @@ -11,20 +17,25 @@ $game = $games[array_rand($games)];
-

right brain pin picker

- -

reload the page to pick a table

+

pin picker

-
diff --git a/pin/games.txt b/pin/rightbrain.txt similarity index 100% rename from pin/games.txt rename to pin/rightbrain.txt