Open static/main.js and change the hashmap at the top:
const ducks = [
{ name: "Wouter", points: "ddd" },
{ name: "Siegfried", points: "dd" },
{ name: "Greg", points: "dddd" },
{ name: "Philippe", points: "d" },
{ name: "Jay", points: "ddu" },
{ name: "Pierre", points: "u" }
];
- A
u
is aunicorn
- A
d
is aduck
- A
p
is apizza
- Anything else generates a duck as well.
After the change, commit directly to master, and save the cast URL again (visit castor.local).
It is available here: https://jeremy-davis-sonarsource.github.io/duck-points