Skip to main content

Questions tagged [libgosu]

Gosu (also known as libgosu) is a 2D game development library for the Ruby and C++ programming languages.

0 votes
1 answer
1k views

I'm making a simple pong game in ruby. I did the collision detection this way: ...
Mohammad's user avatar
  • 103
0 votes
2 answers
173 views

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 ...
eagleDog's user avatar