0.0
No commit activity in last 3 years
No release in over 3 years
This video game framework is written using the Gosu game development library. It was originally intended to be used for writing Point-N-Click adventure games, but has become a more general 2D video game framework. It's interesting features include video and audio playback capabilities. The project is definitely lacking some documentation. Although I have been trying to write documentation using rdoc and write tests with Minitest, I do not think that I have been doing either of those very successfully. I don't think many people aside from myself will be able to use it properly, as I have built it specifically for my needs. Thank you for reading, have a nice day :)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
>= 0
~> 5.0
~> 10.0
~> 6.0
>= 0

Runtime

~> 0.13.3
 Project Readme

AdventureRL

Point-N-Click adventure game framework, using real video recordings as animations.

Installation

Add this line to your application's Gemfile:

gem 'adventure_rl'

And then execute:

$ bundle

Or install it yourself as:

$ gem install adventure_rl

Documentation

Documentation is being written and is available under the doc/ directory
in the project's root directory.

Development

We have just started this project, so this gem is highly Work In Progress.

While developing this framework, we are creating a demo game with it.

License

The gem is available as open source under the terms of the MIT License.