RubyConf 2016 - Attention Rubyists: you can write video games by Cory Chamblin

preview_player
Показать описание
RubyConf 2016 - Attention Rubyists: you can write video games by Cory Chamblin

Ruby may seem like a humdrum language best suited for writing web apps, but underneath that cool exterior lies plenty of power -- power we can harness for making our own games!

In this talk, we'll introduce Gosu, a sweet little game library. We'll talk about how games are structured in pretty much every language and framework ever, where to get ideas for things to make, and ways you can share your game with your friends and the world.
Рекомендации по теме
Комментарии
Автор

Great hands-on talk! Showcases:
Jumping @ 17:38,
Simple movement animation @ 21:53,
Collision detection @ 28:24

augustsbautra
Автор

This was helpful for starters. Until you realize how his collision system only works for the enemy and the player. Currently building a collision system right now. Implemented a Quad tree to limit the number of checks needed on the screen.

slodoco
Автор

2016 @ Introduce GOSU
In any case good talk, thank you! :D

alexandrkovtunov