Raniz85 / ceo-bowling-kata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CEO Bowling Kata

This repository contains a kata intended for practicing TDD.

It is built using Tailwind and TypeScript. Future tasks in the kata are kept hidden by requiring the programmer to solve the previous task and calculate the correct answer given some input. Since the next part is encrypted using this answer, the programmer may not move on before correctly solving the tasks.

Encryption is done using Python and cryptography and decrypting is performed using WebCrypto APIs.

About

License:MIT License


Languages

Language:TypeScript 57.4%Language:JavaScript 19.7%Language:CSS 12.3%Language:HTML 10.6%