yatzy-kata First, install Deno, then the VSCode extension if relevant. Then, read this: https://codingdojo.org/kata/Yahtzee/ To run the program, execute deno run -A ./yatzy.ts. To run the tests, execute deno test -A.