Skip to content

elalaouifaris/kataplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Kataplay

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.

On Kataplay:

Katas with at least one implementation on kataplay (each in dedicated branch):

  • Remove duplicates: branch name 'remove-duplicates'
  • Hacker Rank: branch name 'hackerrank'

Backlog:

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

About

Iterating on katas with TDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published