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
- Host: GitHub
- URL: https://github.com/maxbeizer/pennies.rb
- Owner: maxbeizer
- Created: 2015-05-14T03:52:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T23:10:26.000Z (about 11 years ago)
- Last Synced: 2025-03-26T21:09:20.339Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`