An open API service indexing awesome lists of open source software.

https://github.com/gangelo/monkeyengine

Have some fun! MonkeyEngine is a gem that allows virtual monkeys to tap away on a virtual keyboard.
https://github.com/gangelo/monkeyengine

gem gems ruby ruby-gem ruby-gems ruby-threads threading threads

Last synced: 7 months ago
JSON representation

Have some fun! MonkeyEngine is a gem that allows virtual monkeys to tap away on a virtual keyboard.

Awesome Lists containing this project

README

          

[![Ruby](https://github.com/gangelo/MonkeyEngine/actions/workflows/ruby.yml/badge.svg?refresh=1)](https://github.com/gangelo/MonkeyEngine/actions/workflows/ruby.yml)
[![GitHub version](http://badge.fury.io/gh/gangelo%2FMonkeyEngine.svg?refresh=6)](https://badge.fury.io/gh/gangelo%2FMonkeyEngine)
[![Gem Version](https://badge.fury.io/rb/MonkeyEngine.svg?refresh=6)](https://badge.fury.io/rb/MonkeyEngine)
[![](http://ruby-gem-downloads-badge.herokuapp.com/MonkeyEngine?type=total)](http://www.rubydoc.info/gems/MonkeyEngine/)
[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/MonkeyEngine/)
[![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/MonkeyEngine/issues)
[![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](#license)

# MonkeyEngine

Have some fun! MonkeyEngine is a gem that allows virtual monkeys to tap away on a virtual keyboard! Can any of them complete a sentence? write a book? The sky's the limit! Add your own AI! Publish the results! Go...BANANAS!

Run the following rake task at the command line to see a little sample app:

$ bundle exec rake engine:run

## Installation

Add this line to your application's Gemfile:

gem 'MonkeyEngine'

And then execute:

$ bundle

Or install it yourself as:

$ gem install MonkeyEngine

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
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 new Pull Request