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
- Host: GitHub
- URL: https://github.com/swistak35/frog-in-the-fog
- Owner: swistak35
- License: mit
- Created: 2011-12-02T20:48:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-18T10:59:50.000Z (almost 13 years ago)
- Last Synced: 2023-03-12T07:12:13.065Z (over 2 years ago)
- Language: Ruby
- Homepage:
- Size: 8.19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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-devDebian-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
```