microsoft / jericho

A learning environment for man-made Interactive Fiction games.
GNU General Public License v2.0
257 stars 42 forks source link

Fixing undefined variable in load_bindings #22

Closed MarcCote closed 4 years ago

MarcCote commented 4 years ago

This PR fixes the "undefined variable" error when calling jericho.load_bindings("zork1") as shown in the function's example. I also added some unit tests for that function.