-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
426 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
{ | ||
"weapons": [ | ||
|
||
{ | ||
"name": "rock", | ||
"attack": [ | ||
{ | ||
"past": "bludgeoned", | ||
"present": "bludgeon", | ||
"pastpart": "bludgeoned", | ||
"prespart": "bludgeoning" | ||
} | ||
], | ||
"strength": "heavy", | ||
"weakness": "brittle", | ||
"image": "rock.png", | ||
"alt": "A pretty sharp and deadly looking rock.", | ||
"credit": "<a href=\"https://commons.wikimedia.org/wiki/File:Pebble_MET_sf17-193-196s3.jpg\">Metropolitan Museum of Art</a>, CC0, via Wikimedia Commons" | ||
}, | ||
|
||
{ | ||
"name": "paper", | ||
"attack": [ | ||
{ | ||
"past":"paper cut", | ||
"present":"paper cut", | ||
"pastpart":"paper cut", | ||
"prespart":"paper cutting" | ||
} | ||
], | ||
"strength": "sneaky", | ||
"weakness": "floppy", | ||
"image": "paper.png", | ||
"alt": "A crumpled ball of paper.", | ||
"credit": "found on PublicDomainPictures.net but fairly certain the original photo was taken by Porjai after some research: https://www.shutterstock.com/g/porjai+kittawornrat" | ||
}, | ||
|
||
{ | ||
"name": "scissors", | ||
|
||
"attack": [ | ||
{ | ||
"past":"stabbed", | ||
"present":"stab", | ||
"pastpart":"stabbed", | ||
"prespart":"stabbing" | ||
} | ||
], | ||
"strength": "pointy", | ||
"weakness": "exclusionary", | ||
"image": "images/scissors.png", | ||
"alt": "A pair of orange-handled right-handed Fiskars scissors", | ||
"credit": "<a href=\"https://commons.wikimedia.org/wiki/File:Large-scissors.jpg\">Evan-amos</a>, Public domain, via Wikimedia Commons" | ||
}, | ||
|
||
{ | ||
"name": "cookie", | ||
"attack": | ||
[ | ||
{ | ||
"past": "tempted", | ||
"present": "tempt", | ||
"pastpart": "tempted", | ||
"prespart": "tempting" | ||
} | ||
], | ||
"strength": "delicious", | ||
"weakness": "crumbly", | ||
"image": "images/cookie.png", | ||
"alt": "A single Nantucket Pepperidge Farm chocolate chip cookie", | ||
"credit": "<a href=\"https://commons.wikimedia.org/wiki/File:Pep-Farm-Cookie-Alt.jpg\">Evan-Amos</a>, CC0, via Wikimedia Commons" | ||
}, | ||
|
||
{ | ||
"name": "pollution", | ||
"attack": [ | ||
{ | ||
"past": "contaminated", | ||
"present": "contaminate", | ||
"pastpart": "contaminated", | ||
"prespart": "contaminating" | ||
} | ||
], | ||
"strength": "omnipresent", | ||
"weakness": "toxic af", | ||
"image": "pollution.png", | ||
"alt": "Pink polluting smoke stacks.", | ||
"credit": "<a href=\"https://commons.wikimedia.org/wiki/File:CHIMNEYS_OF_U.S._STEEL_PLANT_EMIT_SMOKE_24_HOURS_A_DAY_-_NARA_-_545435.jpg\">LeRoy Woodson</a>, Public domain, via Wikimedia Commons" | ||
}, | ||
|
||
{ | ||
"name": "village", | ||
"attack": [ | ||
{ | ||
"past": "swarmed", | ||
"present": "swarm", | ||
"pastpart": "swarmed", | ||
"prespart": "swarming" | ||
} | ||
], | ||
"strength": "united", | ||
"weakness": "vulnerable", | ||
"image": "village.png", | ||
"alt": "A circular cropped photo of a village with red roofed houses and a spire.", | ||
"credit":"<a href=\"https://commons.wikimedia.org/wiki/File:Small_town_red_roofs_(Unsplash).jpg\">David Marcu davidmarcu</a>, CC0, via Wikimedia Commons" | ||
|
||
}, | ||
|
||
{ | ||
"name": "ladder", | ||
"attack": [ | ||
{ | ||
"past": "struck", | ||
"present": "strike", | ||
"pastpart": "struck", | ||
"prespart": "striking" | ||
} | ||
], | ||
"strength": "elevating", | ||
"weakness": "flimsy", | ||
"image": "ladder.png", | ||
"alt": "The top of a yellow step ladder.", | ||
"credit":"Video Girl: https://www.publicdomainpictures.net/en/view-image.php?image=264820&picture=window-cleaners-step-ladders" | ||
}, | ||
|
||
{ | ||
"name": "computer", | ||
|
||
"attack": [ | ||
{ | ||
"past": "processed", | ||
"present": "process", | ||
"pastpart": "processed", | ||
"prespart": "processing" | ||
} | ||
], | ||
"strength": "efficient", | ||
"weakness": "fragile", | ||
"image": "computer.png", | ||
"alt": "A white Apple eMac, a computer and a CRT monitor all in one.", | ||
"credit":"<a href=\"https://commons.wikimedia.org/wiki/File:Apple-eMac-FL.jpg\">Evan-Amos</a>, Public domain, via Wikimedia Commons" | ||
}, | ||
|
||
{ | ||
"name": "history", | ||
"attack": [ | ||
{ | ||
"past": "documented", | ||
"present": "document", | ||
"pastpart": "documented", | ||
"prespart": "documenting" | ||
} | ||
], | ||
"strength": "insightful", | ||
"weakness": "biased", | ||
"image": "history.png", | ||
"alt": "A black and white photo of a cat with a mostly obscured birthday cake.", | ||
"credit":"Frees, H. W., photographer. (ca. 1914) The Birthday Cake. , ca. 1914. June 24. [Photograph] Retrieved from the Library of Congress, https://www.loc.gov/item/2013648266/." | ||
} | ||
|
||
], | ||
|
||
"outcomes": [ | ||
{ | ||
"win":"Your clever choice of {userWeapon} allows you to triumph over your opponent. A quick {userAttackPresent} exploits the {computerWeakness} nature of your opponent's {computerWeapon}. The {userStrength} always prevail.", | ||
"lose":"You shouldn't have chosen a {userWeapon}. Its {userWeakness} was quickly exploited by your opponent {computerAttackPresPart} in a a quick and {computerStrength} victory.", | ||
"tie": "... {userWeapon} ... more like a {userStrength} and {userWeakness} Spiderman meme." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"weapons": [ | ||
{ | ||
"name": "", | ||
"attack": [ | ||
{ | ||
"past": "", | ||
"present": "", | ||
"pastpart": "", | ||
"prespart": "" | ||
} | ||
], | ||
"strength": "", | ||
"weakness": "", | ||
"image": "", | ||
"alt": "", | ||
"credit": "" | ||
} | ||
], | ||
|
||
"outcomes": [ | ||
{ | ||
"outcome":"" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.