|
|
|
|
|
by 1wd
3464 days ago
|
|
"the CDude class, which is the main, player-controlled character in the game." "CDoofus is the class for the enemy guys [...] Started this file from from CDude and modified it to do some enemy logic using the same assets as the sample 2D guy." "COstrich is the object for the ostriches wandering about in the game. class COstrich : public CDoofus" Hilarious. Reminds me of CBruce in Tony Hawk's Pro Skater:
"Their code [...] originally written for Apocalypse[...] a Playstation game featuring Bruce Willis, which, we learned, is why in Tony Hawk the code for the classes of skaters is called CBruce." http://www.gamasutra.com/view/feature/131563/postmortem_trey... "Project: Nostril (aka Postal)" Any idea what RSPiX Blue, Cyan, Green and Orange layers are? |
|
In summary, blue provides graphics/audio/input functions, cyan is a UI framework (with printer support), and the distinctions between green and orange "become rather blurry at some points."