Game with one simple rule: you must select the color whose name is displayed on your screen. Made out of boredom in Vue.js.
Emoji | Minimal points |
---|---|
🙄 | 0 |
😐 | 10 |
🤨 | 20 |
😀 | 30 |
😳 | 40 |
😱 | 50 |
Points | Time per round (s) |
---|---|
=< 20 | 2 |
>20 and <40 | 1.7 |
>40 and <60 | 1.5 |
>60 | 1.3 |
Key | Action |
---|---|
Enter | Start game |
(↑) Top arrow | Select top color |
(↓) Bottom arrow | Select bottom color |
Open your terminal and run below commands. Then you can go to localhost:8080 and start development.
git clone https://github.com/kstawinski/pickcolor.fun.git
cd pickcolor.fun
npm install
npm run dev
MIT © Kacper Stawiński