Skip to content

🎲 A simple quiz game using CLI

Notifications You must be signed in to change notification settings

mughieams/guess-word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess Word

CircleCI

A simple quiz game with command-line based (CLI)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  1. Ruby 2.6.0. You can follow this instruction for the installation procedure.
  2. Bundler 2.1.4. You can execute this command below:
$ sudo gem install bundler

How to use

These commands below will help you to use this project properly.

For the first, you need to clone this repository then run:

$ bundle install --path vendor/bundle

When working

Running the tests

Open this project directory on terminal and execute this command below:

$ bundle exec rspec spec

Verifying code style

Open this project directory on terminal and execute this command below:

$ bundle exec rubocop 

You can reformat the code by executing:

$ bundle exec rubocop -a

When running this project

Open this project directory on terminal and execute this command below:

$ ./ruby main.rb

Add new words

You can add new words with write the words into noun.txt file in data directory.

Acknowledgments

Thanks to @sweetescape for giving me the opportunity to do this coding test.

About

🎲 A simple quiz game using CLI

Topics

Resources

Stars

Watchers

Forks

Languages