Skip to content

Bowlarama written in Elixir

Notifications You must be signed in to change notification settings

cesc1989/bowlarama-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages