Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

game_words

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

game_words

  • 0.1.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Game Words

Find words, phrases, songs, movies, characters, actions and sayings for Pictionary, Catchphrase, Charades or the holidays. Each game has several categories and difficulty levels. This library returns a word list for some or all categories (nearly 5,000 in all).

A command line interface is provided in addition to the Ruby library

Installation

Add this line to your application's Gemfile:

gem 'game_words'

And then execute:

$ bundle

Or install it yourself as:

$ gem install game_words

Command Line Usage

Show all words for a game:

$ gamewords charades

Show all words for a specific game category:

$ gamewords catchphrase people

Show a list of games:

$ gamewords -l

Show a list of categories for a game:

$ gamewords -c pictionary

Show a single random word or phrase:

$ gamewords -r holidays newyears

Library Usage

Show all words for a game:

gen = GameWords::Generator.new
gen.words 'catchphrase'

Show the words for a specific game category:

gen.words 'charades', 'hard'

Show a list of games:

gen.games

Show the categories for a game:

gen.game_categories 'pictionary'

Easily show a random word:

gen.words('pictionary', 'easy').sample

Contributing

  1. Fork it ( https://github.com/[my-github-username]/gamewords/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

FAQs

Package last updated on 24 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc