From c04c439d90bd46183944dc1b328cca662e7b69d2 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 7 Apr 2025 19:44:48 -0700 Subject: [PATCH] Update data/fun.json --- data/fun.json | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/data/fun.json b/data/fun.json index 0637a08..6a35d6a 100644 --- a/data/fun.json +++ b/data/fun.json @@ -1 +1,57 @@ -[] \ No newline at end of file +[ + { + "name": "Ground Kontrol", + "features": ["Restaurant", "Bar", "Arcade", "Pinball"], + "address": "115 NW 5th Ave, Portland, OR 97209" + }, + { + "name": "QuarterWorld Arcade", + "features": ["Arcade games", "Food", "Drinks"], + "address": "4811 SE Hawthorne Blvd, Portland, OR 97215" + }, + { + "name": "Retro Game Bar", + "features": ["Multigeneration console play", "Food", "Drinks"], + "address": "6720 NE Martin Luther King Jr Blvd, Portland, OR 97211" + }, + { + "name": "Guardian Games", + "features": ["Bar", "Free Board Game Rentals", "Gaming Areas"], + "address": "345 SE Taylor St, Portland, OR 97214" + }, + { + "name": "Mox Boarding House", + "features": ["Restaurant", "Bar", "Free Board Game Rentals", "Gaming Areas"], + "address": "1938 W Burnside St, Portland, OR 97209" + }, + { + "name": "Punch Bowl Social", + "features": ["Bowling", "Restaurant", "Bar", "Karaoke", "Arcade", "Pinball", "Bar Games"], + "address": "340 SW Morrison St #4305, Portland, OR 97204" + }, + { + "name": "Oaks Amusement Park", + "features": ["Rides", "Go Carts", "Roller Skating", "Carnival Games", "Picnic Area", "Mini Golf", "Arcade"], + "address": "7805 SE Oaks Park Way, Portland, OR 97202" + }, + { + "name": "OMSI", + "features": ["Interactive Museum", "Planetarium", "Movie Theater", "Restaurant", "Submarine Tour"], + "address": "341 SW 10th Ave, Portland, OR 97205" + }, + { + "name": "Electric Castle's Wunderland", + "features": ["Theater", "VR Ride", "Arcade"], + "address": "3451 SE Belmont St, Portland, OR 97214" + }, + { + "name": "Glowing Greens", + "features": ["Mini-Golf", "Mental Trap Escape Rooms", "Wicked Ax Throwing"], + "address": "509 SW Taylor St, Portland, OR 97204" + }, + { + "name": "The Alibi Tiki Lounge", + "features": ["Karaoke", "Bar Games", "Slots"], + "address": "4024 N Interstate Ave, Portland, OR 97227" + } +]