Skip to content

meruen/ruby-rpg

Repository files navigation

ruby-rpg

A fast RPG Framework for Ruby using libgosu.

How to set up your Linux

  • You must have Ruby installed (2.1 or higher is recomended).

  • Install libgosu dependencies: # apt-get install build-essential libsdl2-dev libsdl2-ttf-dev libpango1.0-dev libgl1-mesa-dev libfreeimage-dev libopenal-dev libsndfile-dev

  • Install gosu gem: gem install gosu

How to set up your Windows

It's not so easy like Linux, but here is the steps:

  • You need to have Ruby installed. I really recomend this standalone. Remember to add ruby executables to system path.

  • Download the DevKit and extract it in some directory (ex.: C:/DK).

  • Open CMD Prompt, enter in the DevKit directory and install. Example:

    cd C:/DK
    ruby dk.rb init
    ruby dk.rb install
  • So install gosu gem with: gem install gosu

Running examples

Clone the repository, and run some example from the main directory. Example: ruby example/example01.rb

Considerations

Go directly through DOC and EXAMPLE folder so you can see some examples of how everything works.

About

An RPG Engine for Ruby using libgosu.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages