Skip to content

Instantly share code, notes, and snippets.

View ChadyG's full-sized avatar

Chad Godsey ChadyG

View GitHub Profile
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
class Array
def method_missing(method, *arg)
self.each { |item| item.send(method, *arg) }
end
end
.list_even {
background-color: #F5F5F5;
}
.list_odd {
background-color: #DFDFDF;
}
[2:46p] Lance: smh
[2:46p] Lance: !acronym smh
[2:46p] Twusk: *** School Meatball Hospital
#
# 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
//----------------------------------------------
// 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
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.
@ChadyG
ChadyG / autoexec.cfg
Created October 30, 2010 18:10
TF2 cpu reduction config stuff
//Test networking reduction on CPU
cl_updaterate "40"
cl_cmdrate "40"
cl_interp "0.1"
cl_interp_ratio "1"
cl_lagcompensation "1"
cl_pred_optimize "0"
cl_smooth "0"
cl_smoothtime "0"
@ChadyG
ChadyG / TheBall.txt
Created April 12, 2011 23:42
characters at password prompt in Portal level in The Ball
eeyxr[b*w2m]tlp_5b)(
n}ak%er9n$rcoql!vq
c0%[nc0dyeaulof*o34%
&j4hgu$8v7og}$%@3s#_
!#9v#ge9ek9|[q8z(w(#
1lop_.r"6c%gk[{%t#sw
j&](;_mb,3@1/)*1m/$-
6%&nujm:9#[t:d:_%%m9
ngoei!>+`"^j&+c)r#zh
8mg'no_0@z"6$w#'wto(
@ChadyG
ChadyG / spy.cfg
Created August 24, 2011 17:18
TF2 spy disguise
// Enemy disguises
alias enemy_scout "disguise 1 -1"
alias enemy_soldier "disguise 3 -1"
alias enemy_pyro "disguise 7 -1"
alias enemy_demo "disguise 4 -1"
alias enemy_heavy "disguise 6 -1"
alias enemy_engie "disguise 9 -1"
alias enemy_medic "disguise 5 -1"
alias enemy_sniper "disguise 2 -1"
alias enemy_spy "disguise 8 -1"