Skip to content

Instantly share code, notes, and snippets.

View ChadyG's full-sized avatar

Chad Godsey ChadyG

View GitHub Profile
I've compiled a list of resources to get started with game development.
[SIZE="4"]Websites[/SIZE]
[B]GameDev[/B] - [url]http://www.gamedev.net/[/url]
While communities specific to your toolset will be a bit more helpful when you need help, GameDev is still the best place to go for networking and resources.
[B]Gamasutra[/B] - [url]http://www.gamasutra.com/[/url]
Gamasutra is starting to become more networking friendly, but primarily it is still a place to go to read up on the newest game industry news. There are plenty of articles geared towards different aspects of development and design (more on the design side though). All in all a great place to keep an eye or your RSS on.
//----------------------------------------------
// High Quality stuff
//----------------------------------------------
//ragdolls collide with other ragdolls, adding more realism to crazy death sequences
//cl_ragdoll_collide 1
// may have an effect on certain textures...
//mat_parallaxmap 1
#
# Parser specification for TigerBehavior
#
class TigerBehavior
token ON SELF MY FOR GO TO THEN THE LEAVE COME BACK FROM WAKE UP SLEEP AM PM AT IS NOW LOW HIGH NORMAL
HALF AN HOUR
ABOUT AROUND
JUST OVER UNDER NO THAN LONGER SHORTER DO NOT
[2:46p] Lance: smh
[2:46p] Lance: !acronym smh
[2:46p] Twusk: *** School Meatball Hospital
.list_even {
background-color: #F5F5F5;
}
.list_odd {
background-color: #DFDFDF;
}
class Array
def method_missing(method, *arg)
self.each { |item| item.send(method, *arg) }
end
end
Games in Ruby
- Why?
- prototyping
- learning/hobby
- commercial?
- What to look out for
- Distribution
- want a clean way to bundle + start apps for non-technical users
- rubyscript2exe (broken)
- ocra - windows only