Crate room4doom

source ยท

Modulesยง

  • cheats ๐Ÿ”’
    Game cheats. These are what players type in, e.g, iddqd
  • cli ๐Ÿ”’
  • config ๐Ÿ”’
    User configuration options.
  • d_main ๐Ÿ”’
    d_main() is the main loop. The task it has is to do a number of things:
  • timestep ๐Ÿ”’
    Gameplay speed control. It attempts to mimic/limit progression to the 30 tics per second Doom used.
  • wipe ๐Ÿ”’

Constantsยง

Functionsยง

  • main ๐Ÿ”’
    The main game-exe crate should take care of initialising a few things
  • setup_timidity ๐Ÿ”’