An open API service indexing awesome lists of open source software.

https://github.com/swistak35/frog-in-the-fog

Shooter game, written in Ruby with Gosu library
https://github.com/swistak35/frog-in-the-fog

Last synced: 3 months ago
JSON representation

Shooter game, written in Ruby with Gosu library

Awesome Lists containing this project

README

        

Frog in the Fog
================
2d shooter written in Ruby using Gosu. We have to defeat all hostile birds, with green, armed Frog flying on cloud.

Requirements (Windows)
----------------
All you need is Ruby 1.9.x and Gosu gem (gem install gosu)

Requirements (Linux)
----------------
You need following SDL libraries (required by gosu):
* build-essential
* freeglut3-dev
* libfreeimage-dev
* libgl1-mesa-dev
* libopenal-dev
* libpango1.0-dev
* libsdl-mixer1.2-dev
* libsdl-ttf2.0-dev
* libsndfile-dev
* libxinerama-dev

Debian-based distributions:
```
sudo apt-get install build-essential freeglut3-dev libfreeimage-dev libgl1-mesa-dev libopenal-dev libpango1.0-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsndfile-dev libxinerama-dev
```

Run
----------------
```
./froginthefog
```

or

```
ruby init.rb
```