This is a bowling game algorithm made to understand and start appling BDD. It was made in ruby, using rspec to do the tests. Here are 2 folders:
- lib: which contains the logic
- spec: which contains the tests
To run this code, you need to have installed rspec, after that all you have to to is:
- Open the terminal and go to the folder Bowling_Game_Algorithm
- Write rspec spec/bowling_game/bowling_algorithm_spec.rb
======== Fernanda Coto