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ยง
- BASE_
DIR ๐ - SOUN
D_ ๐DIR - TIMIDIT
Y_ ๐CFG
Functionsยง
- main ๐The main
game-exe
crate should take care of initialising a few things - setup_
timidity ๐