Difference between revisions of "Programming"
(→Programming Languages) |
|||
Line 92: | Line 92: | ||
== Programming Languages == | == Programming Languages == | ||
+ | |||
+ | '''programming paradigms''' | ||
+ | |||
+ | Procedural | ||
+ | Object Oriented | ||
+ | Functional | ||
+ | |||
'''Language Selection''' | '''Language Selection''' | ||
− | |||
TBD | TBD |
Revision as of 17:47, 9 January 2015
Low Level and Computer Setup
Operating Systems
TBD
Hardware Setup
TBD
Drivers
TBD
Game Logic
Pinball Frameworks
Game Engines
Unirt3d Unreal ID Tech Halflife 1/2 Source
Prerequisites
Queues Stacks Interfaces Abstraction
Game Program Structures
TBD
Lamps
TBD
Switches
TBD
Solenoids
TBD
Audio
TBD
Video/DMD
TBD
Players
TBD
Game Modes
TBD
Tying it Together
TBD
Programming Languages
programming paradigms
Procedural Object Oriented Functional
Language Selection
TBD