TStand90 / roguelike_tutorial_revised

The python libtcod roguelike tutorial, with good coding practices kept in mind from the beginning.
97 stars 28 forks source link

Input fix for capitalized letters and > #14

Open cmurnion opened 5 years ago

cmurnion commented 5 years ago

tcod.Key.text allows the input handlers to recognize capitalized letters and symbols that require the shift key, including '>' for going down stairs.