Skip to content

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bowlarama

Bowling scores for awesome bowlers.

This is the Elixir version of Bowlarama

Rules

See project rules

Debugging in iex

Load Elixir interactive console with the application modules

$ iex -S mix 

Run project in iex console:

 iex(1)> Bowlarama.score_sheet('./fixtures/scores.txt')

 iex(1)> Bowlarama.score_sheet('./fixtures/scores_normal.txt')

 iex(1)> Bowlarama.score_sheet('./fixtures/scores_with_foul.txt')

 iex(1)> Bowlarama.score_sheet('./fixtures/scores_invalid.txt')

After doing code changes, reload in console with recompile instruction.

About

Bowlarama written in Elixir

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages