Monster density: n_mon = min(tiles//20, 8 + floor//3) Item spawn rates per category scaled with floor depth; wands floor 5+, rings floor 8+, gems floor 15+ ...
A recreation of the classic DOOM (1993) game using Python and Pygame. This project implements the core mechanics and feel of the original game while using modern programming techniques and libraries.