文件名称:ruby-playing-cards:一副实用的扑克牌
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-28 10:06:51
Ruby
从背后的人带给你 看看这些很棒的! 每周发布 1 个 15 分钟的演员表以及 2 分钟的 Ruby 或 2 分钟的 Rails 截屏视频! 纸牌 该库可让您访问一副实用的纸牌和一副 21 点纸牌。 甲板可以用鞋码初始化 安装 将此行添加到应用程序的 Gemfile 中: gem 'playing_cards' 然后执行: $ bundle 或者自己安装: $ gem install playing_cards 用法 require 'playing_cards' # normal 52 card deck deck = PlayingCards :: Deck . new deck . cards . count #=> 52 # card rank values are A=0 to K=12 # many decks for games that require mu
【文件预览】:
ruby-playing-cards-master
----LICENSE.txt(1KB)
----.ruby-version(11B)
----lib()
--------dealer.rb(215B)
--------tasks()
--------blackjack_cards()
--------playing_cards()
--------playing_cards.rb(94B)
----Gemfile(98B)
----Guardfile(664B)
----Rakefile(236B)
----.travis.yml(188B)
----test()
--------minitest_helper.rb(443B)
--------ci()
--------blackjack_cards()
--------playing_cards()
--------support()
----README.md(2KB)
----playing_cards.gemspec(968B)
----.gitignore(154B)