The Rubygame Book Starter Guide

From Kibabase

Jump to: navigation, search
Home Beginning Back Next End
Back to Table of Content Jump to Beginning Impossible Next Jump to End(Part 7)

The Rubygame library, created by John "Jacius" Croisant, is a game creation library for the Ruby programming language.

The general installation requirement are:

  1. libsdl-mixer1.2-dev
  2. libsdl-gfx1.2-dev
  3. libsdl1.2-dev
  4. libsdl1.2-all
  5. libsdl-image1.2-dev
  6. libsdl-ttf2.0-dev

Most people installed rubygame by using the rubygems package management system although steps for installing the dependencies varies by operating system as well distribution if you're on linux. The rubygame wiki have a list of installation guide.

Personal tools