QuakeC is a programming language created in 1996 by John Carmack.
#1249on PLDB | 28Years Old |
QuakeC is an interpreted 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. Read more on Wikipedia...
bprint("Hello World\n");
Feature | Supported | Example | Token |
---|---|---|---|
Print() Debugging | ✓ | bprint |