Skip to content

Latest commit

 

History

History

283-spinTheWheel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

spinTheWheel

Interview question of the issue #283 of rendezvous with cassidoo.

The Question

Implement a “spin the wheel” game where the player can bet on each spin of a wheel and either double their money, lose their money, or keep their money. You can choose how the user bets, and what data structures you might want to use for the player and their money!

Installing & Running

Just pnpm i to install all dependencies and then pnpm t to run the tests!