JetPirate / rubygame

a very simple game written in ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JetPirate's RubyGame

Another "game" in this world

Main menu

Game


You can DWTFYWT with this code (see LICENSE ). Also you can write me if

  • you have any question about the game
  • you want to collaborate
  • you have some ideas how to make it better
  • I should remove it from github and never show it again to anyone even myself

Usage

After installation:

$ cd rubygame
$ ./rubygame
  • WASD to move
  • Shift to speed up
  • P to (un)pauze
  • 9 or 0 to control music volume
  • ESC to exit

Gamepads are supported as well.

Installation

The game uses Gosu as the main library and Ruby as the main language it's written in.

There are two ways to install it:

The First one

You just run runme.sh on your machine and it is done. I recommend to look at it at first because it will install needed dependencies.

How do I do it:

$ cd rubygame
$ sh runme.sh
$ ./rubygame

WARNING It works only with: Ubuntu, Linux, Fedora. Sure, you could try it anyway, but I didn't any tests with other OS.

Windows users, the script will not work for you, but you could install Gosu and Ruby by yourselves. I'll create an .exe file or instruction for Windows users and share it later.

The Second one

You just do it by yourselves until it works. This is the best way, because it guarantees you a working game.

WARNING In any case you need to use downloadme.sh. It will download the textures and sounds pack the game uses. Again, it's only needed to get the game work. Of course you can use your own sounds and textures. You just need to name it just like it is named in the pack.

Contributing

  • Fork it
  • Create your feature branch
  • Commit your changes
  • Push to the branch
  • Create new Pull Request

About

a very simple game written in ruby

License:Other


Languages

Language:Ruby 96.0%Language:Shell 4.0%