thoughtbot / write-yourself-a-roguelike

Write Yourself A Roguelike: Ruby Edition
MIT License
155 stars 11 forks source link

Switched string literals in room drawing methods to constants #20

Closed asimy closed 9 years ago

asimy commented 9 years ago

The DungeonGenerator defined VWALL, HWALL and FLOOR, but didn't use them in the render methods. This just replaces the string values with the constants

halogenandtoast commented 9 years ago

Heh yeah this branch wasn't ready yet, this was caught and fixed in #23