In this repo I test code katas with different iterations changing the solution design or language. All solutions are to be developed in TDD mode as much as possible.
Katas with at least one implementation on kataplay (each in dedicated branch):
- Remove duplicates: branch name 'remove-duplicates'
- Hacker Rank: branch name 'hackerrank'
Katas interesting do to:
- Spiral numbers: Given a number n print a spiral with numbers from 1 to n, inside out or outside in.
- Score Mölkky game:
- Give a number of players and list of tupples.
- Each tupple is represent the pins hit.
- Return the score of each player
- Hangman:
- Core mode
- Interactive: CLI version with interactive terminal interface
- Code a 2048 Game: on codewars