Gvin / CodeMagic

A small ASCII Roguelike RPG with magic based on physics + programming.
GNU General Public License v3.0
2 stars 1 forks source link

New Map Object: Door #80

Closed Gvin closed 5 years ago

Gvin commented 5 years ago

Implement doors with different material. They should allow opening and closing with "USE" key. Closed doors should block movement, environment, projectiles and visibility.

Change Dungeon generator to also place doors at the edge of room. Change Labyrinth generator to place doors at random.

Gvin commented 5 years ago

Implemented

Decided not to implement door material and labyrinth door placing.