Questions tagged [libgosu]
Gosu (also known as libgosu) is a 2D game development library for the Ruby and C++ programming languages.
4 questions
0 votes
1 answer
1k views
Collision detection in ruby
I'm making a simple pong game in ruby. I did the collision detection this way: ...
0 votes
2 answers
173 views
How to cancel out simultaneous collisions in libGosu?
I am working on an Asteroids remake. When the player's bullets hit a large meteor, it should break apart into 2 smaller meteors. This works when the player is only firing one bullet, but when the ...