This is my first game using Ruby 2D lib!
Run the executable that is at the build
dir.
$ .\build\app
Use the following keys:
- Arrow
left
andright
to move Space
to shootP
to pause the gameEsc
to close the game
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
To generate the app
file dir, run:
$ rake build
- Surprise blocks
- New weapons with different kind shots
- Sounds?