eforgacs-games / Dragon_Warrior

This is a clone of Dragon Warrior for the Nintendo Entertainment System, done in Python.
5 stars 2 forks source link

Illumination from torches/RADIANT spell is not yet implemented #65

Closed eforgacs closed 1 year ago

eforgacs commented 1 year ago

When the player walks into a cave or dungeon, it should be dark (only the square where the player is currently is standing is illuminated) and when a torch or the RADIANT spell is cast, it will illuminate a square part of the map (7 x 7 for the radiant spell, 3 x 3 for the torch). Right now the player does not have any options for illuminating a dark cave.

eforgacs commented 1 year ago

Closed: https://github.com/eforgacs-games/Dragon_Warrior/pull/69