A simple rock, paper, scissors game with an extension to include lizard and spock and a surprise at the end.
https://prod--gleaming-licorice-5af2e6.netlify.app/
cd games
npm install
npm run dev
Run Unit Tests with Vitest
npm run test:unit
Navigate to: "games/src/helpers" to find:
- foobar.ts: containing methods for exercise 1.
- gameModel.ts: containing basic definitions for exercise 2.