Skip to content

emilyDZC/dizzy-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dizzy

Having a go at recreating one of my childhood favourite games! In Ruby using the 'Gosu' package

Gosu examples

This is a collection of Ruby example games for the Gosu library.

(You can find C++ examples in the main gosu repository.)

To install and run the gosu-examples gem:

gem install gosu-examples
gosu-examples

You can also download and unpack this repository and then run individual examples from the terminal:

cd gosu-examples-master/examples
ruby tutorial.rb

Some examples require the following additional libraries:

gem install chipmunk
gem install rmagick
gem install opengl

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages