examples
examples copied to clipboard
:space_invader: Example apps using Ruby 2D
a simple version of the snake game
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...