Skip to content

Commit

Permalink
Add locations and nouns for games; Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
IMP1 committed Jan 5, 2023
1 parent 8c56fb6 commit ee78301
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion games/SecretArtist.tres
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
2 changes: 1 addition & 1 deletion games/SpyFall.tres
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit ee78301

Please sign in to comment.