From ee78301084ce3f9812ad12c63460d707a417c207 Mon Sep 17 00:00:00 2001 From: IMP1 Date: Thu, 5 Jan 2023 19:23:07 +0000 Subject: [PATCH] Add locations and nouns for games; Update TODO --- README.md | 4 ++-- games/SecretArtist.tres | 2 +- games/SpyFall.tres | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4e90a79..fdc427d 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Inspired by [this CLI project](https://github.com/bevanswanson/secret-artist), I ## Still To Do - - [ ] I need to populate the games with more places/nouns - - [ ] I want to add the option for more spies + - [X] I need to populate the games with more places/nouns + - [ ] I want to add the option for multiple spies - [ ] I would like to add any similar games - if you know of any, please point me in their direction! - [ ] When Godot 3.6 releases, to use a numeric keyboard on the phone for the number of players. See [here](https://github.com/godotengine/godot-proposals/issues/1511) for the relevant Godot issue. - [ ] It really seems to me that the random-ness of it is not very random. If you wanna check this, then if I have 4 players, the 3rd is always the spy. If I have 3 players, the 1st is always the spy. diff --git a/games/SecretArtist.tres b/games/SecretArtist.tres index d156b93..a80e854 100644 --- a/games/SecretArtist.tres +++ b/games/SecretArtist.tres @@ -6,4 +6,4 @@ script = ExtResource( 1 ) name = "Secret Artist" knowledge_format = "You are drawing {secret}" -possible_information = [ "Shorts", "Elephant", "Helicopter", "Trumpet" ] +possible_information = [ "Trumpet", "Shorts", "Actor", "Gold", "Painting", "Advertisement", "Grass", "Parrot", "Afternoon", "Pencil", "Airport", "Guitar", "Piano", "Ambulance", "Hair", "Pillow", "Animal", "Hamburger", "Pizza", "Answer", "Helicopter", "Planet", "Apple", "Helmet", "Plastic", "Army", "Holiday", "Honey", "Potato", "Balloon", "Horse", "Queen", "Banana", "Hospital", "Quill", "Battery", "House", "Rain", "Beach", "Hydrogen", "Rainbow", "Beard", "Ice", "Raincoat", "Bed", "Insect", "Refrigerator", "Insurance", "Restaurant", "Boy", "Iron", "River", "Branch", "Island", "Rocket", "Breakfast", "Jackal", "Room", "Brother", "Jelly", "Rose", "Camera", "Jewellery", "Candle", "Sandwich", "Car", "Juice", "School", "Caravan", "Kangaroo", "Scooter", "Carpet", "King", "Shampoo", "Cartoon", "Kitchen", "Shoe", "Kite", "Football", "Church", "Knife", "Spoon", "Crayon", "Lamp", "Stone", "Crowd", "Lawyer", "Sugar", "Daughter", "Leather", "Death", "Library", "Teacher", "Lighter", "Telephone", "Diamond", "Lion", "Television", "Dinner", "Lizard", "Tent", "Disease", "Lock", "Doctor", "Tomato", "Dog", "Lunch", "Toothbrush", "Dream", "Machine", "Traffic", "Dress", "Magazine", "Train", "Easter", "Magician", "Truck", "Egg", "Aubergine", "Market", "Umbrella", "Match", "Van", "Elephant", "Microphone", "Vase", "Energy", "Monkey", "Vegetable", "Engine", "Morning", "Vulture", "Motorcycle", "Wall", "Evening", "Nail", "Whale", "Eye", "Napkin", "Window", "Family", "Needle", "Wire", "Nest", "Xylophone", "Fish", "Yacht", "Flag", "Night", "Yak", "Flower", "Notebook", "Zebra", "Football", "Ocean", "Zoo", "Forest", "Oil", "Garden", "Fountain", "Orange", "Gas", "Oxygen", "Girl", "Furniture", "Oyster", "Glass", "Garage", "Ghost" ] diff --git a/games/SpyFall.tres b/games/SpyFall.tres index 56634e6..da3ff1a 100644 --- a/games/SpyFall.tres +++ b/games/SpyFall.tres @@ -6,4 +6,4 @@ script = ExtResource( 1 ) name = "SpyFall" knowledge_format = "You are in/at a {secret}" -possible_information = [ "Ocean Liner", "Beach", "Aeroplane", "Military Base", "Day Spa", "Cathedral", "Circus Tent" ] +possible_information = [ "Aeroplane", "Bank", "Beach", "Casino", "Cathedral", "Circus Tent", "Corporate Party", "Day Spa", "Embassy", "Hospital", "Hotel", "Military Base", "Ocean Liner", "Polar Station", "Space Station" ]