bowling 0.0.1

A crate to deal with bowling scoring.
Documentation
1
2
3
4
5
6
7
extern crate bowling;
use bowling::gamestate::*;

#[test]
fn adding_new_frame() {
    assert_eq!(true, false);
}