examples icon indicating copy to clipboard operation
examples copied to clipboard

:space_invader: Example apps using Ruby 2D

Results 4 examples issues
Sort by recently updated
recently updated
newest added

Add a simple example (brick break game). Hope You like it 🙏

The API seems to have changed, and now the `triangle-game` example doesn't work right (at least for me, on Ubuntu 18.04). I had to change it as follows, FYI: $...

## Changes made Helps resolve #7 Games would not execute. Encountered errors loading text and font file: - .../ruby2d-0.12.1/lib/ruby2d/text.rb:25:in 'initialize': wrong number of arguments (given 0, expected 1) - Cannot...