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

https://github.com/maxbeizer/pennies.rb

a kids game, written in Ruby as an exercise
https://github.com/maxbeizer/pennies.rb

Last synced: about 1 year ago
JSON representation

a kids game, written in Ruby as an exercise

Awesome Lists containing this project

README

          

# pennies.rb
A children's game, written in Ruby as an exercise.

Very heavily inspired by @jorendorff 's [game playing repo](https://github.com/jorendorff/game-playing).

## Play the Game
make sure that `bin/play_pennies.rb` is `chmod +x`
```
./bin/play_pennies.rb
```

## Setup
```
create a gemset?
bundle install
rake # to run specs
```

## Run the Specs
`rake`