QuakeC

QuakeC
Paradigmimperative (procedural), structured
Designed byJohn Carmack
Developerid Software
First appeared1996
Typing disciplinestatic, strong
Major implementations
Quake C Compiler, FastQCC, FTEQCC, QCCx, GMQCC
Influenced by
C
Preview warning: Page using Template:Infobox programming language with unknown parameter "turing-complete"

QuakeC is a compiled language developed in 1996 by John Carmack of id Software to program parts of the video game Quake. Using QuakeC, a programmer is able to customize Quake to great extents by adding weapons, changing game logic and physics, and programming complex scenarios. It can be used to control many aspects of the game itself, such as parts of the AI, triggers, or changes in the level. The Quake engine was the only game engine to use QuakeC. Following engines used DLL game modules for customization written in C, and C++ from id Tech 4 on.