https://github.com/kenmeriftw/pick_a_card
Let's play a classic pick-a-random-card game ported to Ruby.
https://github.com/kenmeriftw/pick_a_card
card-game card-picker colorized ruby
Last synced: 2 months ago
JSON representation
Let's play a classic pick-a-random-card game ported to Ruby.
- Host: GitHub
- URL: https://github.com/kenmeriftw/pick_a_card
- Owner: kenmeriftw
- Created: 2021-02-18T17:09:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T20:01:21.000Z (almost 4 years ago)
- Last Synced: 2025-01-27T12:50:00.383Z (4 months ago)
- Topics: card-game, card-picker, colorized, ruby
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Pick a Random card Game
Try to guess a random card and pick it!

You have four suits
#### To start the application, clone this repo, cd to this dir and run `bundle` on your local machine's terminal
You have to have `ruby` and `bundler` installed on your machine.```
ruby pick_a_card.rb
```