Skip to content

code-for-humans/bowling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bowling

Bowling game, done as a refactoring kata

JavaScript

# Jasmine local installation: 
npm install --save-dev jasmine

# Run tests
jasmine

Python

# pytest installation: 
pip install -U pytest

# Run tests
py.test

Ruby

# rspec installation
gem install rspec

# Run tests
rspec test_bowling.rb

Java

# compile
javac -cp lib/junit-4.12.jar Bowling.java BowlingTest.java

# Run tests
java -cp lib/junit-4.12.jar org.junit.runner.JUnitCore BowlingTest

About

Bowling game, done as a refactoring kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 30.7%
  • JavaScript 26.4%
  • Python 22.2%
  • Ruby 20.7%