Pages tagged with 'games'
Free Open Source Gaming
If you're anything like me, you have probably spent hours (or even days) of your life looking for free games on the net. Yes, there's no shame in admitting it, getting things for free is fun. And playing games is fun. So playing free games is... well you do the math.
The only...
GameR 0.1 and site maintainance
Well, I finished GameR's event handling and timers, and I'm working on the tetris clone to demonstrate its power now. I've got 137 lines of code so far, so that means it's about 65,3% finished ;) This server is going down for maintainance, because I'm stuck with 128MB of RAM and I'm running...
GameR update
I haven't written anything in a while, so I thought I should let you know that I've been hard at work finishing GameR. Image support is finished, and so is event handling. Next on the list is a Timer class, which will be 100% ruby. When that part is finished, I will release the code as a project...
GameR: A ruby game development kit
In the little spare time I have these days, I have been playing around with C to create a decent, object oriented SDL binding for Ruby, and the way it's going it could well become a full featured game development kit for Ruby. My main goal is simplicity, and a close second is efficiency, but only...