Skip to content

SofiaSousa/fifi-breaks-blocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀👩‍🚀 Fifi Breaks Blocks

This is my first game using Ruby 2D lib!

How to Play

Run the executable that is at the build dir.

$ .\build\app

Use the following keys:

  • Arrow left and right to move
  • Space to shoot
  • P to pause the game
  • Esc to close the game

Development

You will need a Ruby environment that can build native extensions and the Ruby 2D gem.

$ gem install ruby2d

And Rake to run the build task.

$ gem install rake

And to run the app:

$ ruby main.rb

Build

To generate the app file dir, run:

$ rake build

TO DO

  • Surprise blocks
  • New weapons with different kind shots
  • Sounds?

About

My first game using Ruby 2D!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages