Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

klausapp/guess-who

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).