Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 366 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 366 Bytes

DOOM clone

My attempt to recreate DOOM.

Game data is loaded from the original WAD files (not included in this repo, you can use the shareware version if you don't have the game).

Follows roughly the same naming conventions as the released DOOM source code:

  • c_ core
  • w_ WAD I/O
  • p_ gameplay
  • r_ rendering
  • am_ automap
  • st_ statusbar