DEV Community

Discussion on: How I Made a Simple Snake Game with Ruby 2D

Collapse
 
joaocardoso193 profile image
JoaoCardoso193 • Edited

The Ruby 2D Package allows you to export it to iOS using ruby2d build --ios <your_game_file_name.rb>. It also allows you to export to a Javascript and HTML package to be deployed on the web using ruby2d build --web <your_game_file_name.rb>. However, the web feature is currently disabled as it's being upgraded.