Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 749 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 749 Bytes

🚀👩‍🚀 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?