An open API service indexing awesome lists of open source software.

https://github.com/rasnes/bowling_rust

Bowling calculator implemented in Rust, using recursion and pattern matching.
https://github.com/rasnes/bowling_rust

Last synced: about 2 months ago
JSON representation

Bowling calculator implemented in Rust, using recursion and pattern matching.

Awesome Lists containing this project

README

          

# bowling_rust

Bowling calculator implemented in Rust, using recursion and pattern matching.
Takes a `&[i32]` slice of bowling frames as input and calculates the total score of all frames.

Implementation in `golang` with kinda similar logic: https://github.com/rasnes/bowling