itsapi / pycraft

A Minecraft-inspired game for the terminal
GNU General Public License v2.0
198 stars 22 forks source link

Comments #11

Closed olls closed 9 years ago

olls commented 10 years ago

The comments in the source code need some work. Lines like this:

inp = char if char in 'wadkjlh;b'+chr(2) else None

shouldn't exist without a comment.