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.
- Host: GitHub
- URL: https://github.com/gangelo/monkeyengine
- Owner: gangelo
- License: mit
- Created: 2013-05-03T12:25:19.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T12:31:47.000Z (over 1 year ago)
- Last Synced: 2025-05-07T13:49:37.862Z (9 months ago)
- Topics: gem, gems, ruby, ruby-gem, ruby-gems, ruby-threads, threading, threads
- Language: Ruby
- Homepage:
- Size: 1.52 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/gangelo/MonkeyEngine/actions/workflows/ruby.yml)
[](https://badge.fury.io/gh/gangelo%2FMonkeyEngine)
[](https://badge.fury.io/rb/MonkeyEngine)
[](http://www.rubydoc.info/gems/MonkeyEngine/)
[](http://www.rubydoc.info/gems/MonkeyEngine/)
[](https://github.com/gangelo/MonkeyEngine/issues)
[](#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