TStand90/roguelike_tutorial_revised

Make mention of literal string interpolation

Opened this issue · 0 comments

When Enum is first introduced, the tutorial suggests using auto() if using Python 3.6+. Likewise, literal string interpolation should be suggested as a 3.6+ alternative to string.format() when the message system is first implemented.