ichabod801 / t_games

A collection of command-line interface games written in Python.
GNU General Public License v3.0
20 stars 4 forks source link

Add a __repr__ to all Other Game Classes #137

Closed ichabod801 closed 6 years ago

ichabod801 commented 6 years ago

Child of #128: Every Object Needs a __repr__

ichabod801 commented 6 years ago

wumpus_game.py was the only file that needed reprs.