https://boardgamegeek.com/boardgame/194626/happy-salmon
8 players, or 16 with 2 packs.
from pypercard import Inputs, CardApp, Card | |
import random | |
my_cards = [ | |
Card( | |
"entrance", | |
text="You are in the top of a tall tower ,a locked door to the left and a window to the right", | |
buttons=[ | |
{"label": "Try and pick the lock", "target": "locked door"}, | |
{"label": "Go out of the window", "target": "falling"}, |
https://boardgamegeek.com/boardgame/194626/happy-salmon
8 players, or 16 with 2 packs.
I suggest two possible formats for the assessment: either Nate's single-file quiz, here: https://gist.github.com/NateWr/3d8b0cc5eb19712912d9f31dfb1d7896 or my interactive version on Kahoot, here: https://create.kahoot.it/share/html-css-quick-quiz/98be1fc1-00d6-4186-98b9-fbac58b8fce3
# Quickstart: https://2.python-requests.org/en/master/user/quickstart/ | |
import requests # For HTTP requests (GETting and POSTing stuff) | |
import random # we'll generate some random data for speed | |
# you can look at the scores on the server here: | |
# https://femi-hiscores.glitch.me/scores | |
# You can make your OWN server by remixing my one. Start here: | |
# https://glitch.com/~femi-hiscores |
{ | |
"title": "Sweet Potato & Spinach Curry With Lemony Rice", | |
"ingredients": [ | |
"1 brown onion", | |
"50g solid coconut cream", | |
"2 garlic cloves", | |
"2 tomatoes", | |
"1 tbsp curry powder", | |
"1 lemon", | |
"1 pinch of saffron", |