Blog posts : "ruby"

JSON to CSV Ruby Script

Spent a good 5 minutes trying to dig up a small JSON to CSV ruby script on google but couldn't find anything! So i wrote my own small script in Ruby. Hope this saves someone 5 minutes!

FORMAT

[{"first":"Richard", "last":"Ramsden"}, {"first":"Steven", "last":"Ramsden"}]

 

JSON to CSV

require 'json'…

Read more

Ruby Game Programming II

(2.1) Introduction to Gosu

Now to kick part II off I've decided to switch from Zelda to a more traditional RPG game. It's your decision to choose what tileset/sprites suite your game needs. The only reason I decided to switch was because there's so many independent Zelda games out there that there'…

Read more

2 blog posts