You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'Picolo' app is a drinking game that allows a single user to enter multiple player names.
'Rules' are then displayed on the screen, which may be specific to one or more users (e.g. "The shortest player out of A and B must drink 3 sips"), and which may have a follow up afterwards (following from previous example - "Shorty's revenge - the shortest player can now give out 5 sips").
Creating this game involves three separate tasks:
creating a dataset of usable rules
designing / wiring the UI of the game
coding the game's implementation in Javascript
The text was updated successfully, but these errors were encountered:
The 'Picolo' app is a drinking game that allows a single user to enter multiple player names.
'Rules' are then displayed on the screen, which may be specific to one or more users (e.g. "The shortest player out of A and B must drink 3 sips"), and which may have a follow up afterwards (following from previous example - "Shorty's revenge - the shortest player can now give out 5 sips").
Creating this game involves three separate tasks:
The text was updated successfully, but these errors were encountered: