diff --git a/data/escape-rooms.json b/data/escape-rooms.json index 0637a08..16ac4f4 100644 --- a/data/escape-rooms.json +++ b/data/escape-rooms.json @@ -1 +1,125 @@ -[] \ No newline at end of file +[ + { + "name": "Stumptown Escape Games", + "address": "12550 SW Main St #120, Portland, OR 97223", + "games": [ + "The Oregon Files", + "Lenore's Lost Library", + "The Pirates of Fanno Creek", + "Starcrash Academy" + ] + }, + { + "name": "Escape Games PDX", + "address": "2636 NW 26th Ave #2, Portland, OR 97210", + "games": [ + "Tales from the Attic", + "Prison Heist", + "The Hour Before Christmas", + "Portlandia", + "Film Noir", + "Amnesia" + ] + }, + { + "name": "In Search Of An Exit Escape Rooms", + "address": "4122 NE Broadway, Portland, OR 97232", + "games": [ + "Lombino's Casino", + "Operation Gryaznayavoda" + ] + }, + { + "name": "Hour to Midnight - Escape Games", + "address": "11525 NE Halsey St, Portland, OR 97220", + "games": [ + "The Pharaoh's Lost Relic", + "House of Darkness", + "The Secrets of Nibiru", + "Crypt of Shadows", + "Assassin's Deadly Game" + ] + }, + { + "name": "Portland Escape Rooms - Location 1", + "address": "1836 NE 7th Ave., Suite #108, Portland OR 97212", + "games": [ + "Game of Stones", + "Arcade", + "American Revolution", + "Candy Cane Conundrum" + ] + }, + { + "name": "Portland Escape Rooms - Location 2", + "address": "10700 SW Beaverton Hillsdale Hwy #118, Beaverton, OR 97005", + "games": [ + "Genie's Lamp", + "Arcade", + "Kidnapper's Revenge", + "Snakebite Saloon", + "Fortune Teller", + "Steampunk Airship" + ] + }, + { + "name": "Escapism Portland - Location 1", + "address": "10340 NE Weidler St, Portland, OR 97220", + "games": [ + "Alien Zoo", + "Malice Manor", + "Funky Laboratory" + ] + }, + { + "name": "Escapism Portland - Location 2", + "address": "10505 SW Barbur Blvd #302a, Portland, OR 97219", + "games": [ + "The Ritual Room" + ] + }, + { + "name": "Escapism Portland - Location 3", + "address": "910 NW Joy Ave, Portland, OR 97229", + "games": [ + "The Wizard's Lair", + "The Magician's Menagerie" + ] + }, + { + "name": "Escapism Portland - Location 4", + "address": "4711 SW Huber St #5, Portland, OR 97219", + "games": [ + "The Jungle Ransom Escape" + ] + }, + { + "name": "Escapology", + "address": "11211 SE 82nd Ave Suite P, Happy Valley, OR 97086", + "games": [ + "7 Deadly Sins", + "Lost City", + "Agatha Christie's Murder On The Orient Express", + "Arizona Shootout Most Wanted", + "Scooby-Doo and the Spooky Castle Adventure" + ] + }, + { + "name": "MindTrix", + "address": "12000 SE 82nd Ave #1009, Happy Valley, OR 97086", + "games": [ + "The School of Magic", + "Tesla's Doomsday Device", + "Time Machine" + ] + }, + { + "name": "Portal Adventures", + "address": "12000 SE 82nd Ave #1009, Happy Valley, OR 97086", + "games": [ + "Tomb of the Gods", + "Sunken Ruins", + "Voyager" + ] + } +]