Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu Showcase / King Ruby
- - By Shen Date 2017-10-12 15:57
I'm a #CodeNewbie learning Ruby. I love video games so I made a game using the gosu gem. Here is a preview:

And here is the repo where the game is stored: https://github.com/shen-sat/king_ruby

I had to code the colliders myself, I'm really interested to know how others have coded collisions.
Parent - By bestguigui Date 2017-10-21 11:42
Hey, that looks really nice !

Collision on my side is kinda always the problem. So I would not be the better person here to answer :)
Keep up the good work !
Parent - By victords Date 2019-01-31 12:10
Hi,
I know it's kinda late but... I have created a library called MiniGL, which uses Gosu, and that provides a module for collision checking, you can check it out here: https://github.com/victords/minigl.
The collision checking is based on rectangles only, definitely not ideal but still pretty useful. I'm building a platformer using it.

By the way, your game looks great!
Up Topic Gosu / Gosu Showcase / King Ruby

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill