/guess-who

A klausmoji guessing game 🎭

Primary LanguageVue

Guess who!?

Powered by Vite, built by and for Klausians.

Development

yarn dev

Updating

To add a new employee's image to the game, add them as the last index to public/klausmojis/ and add their name to src/answers.ts - note that the name's index in answers.ts must match the image's number, if increased by one (this is because while the answers array is 0-indexed, the image collection is 1-indexed).