makeopensource / Classic-RPG

A classic role-playing game with an engine.
GNU General Public License v3.0
7 stars 19 forks source link

game-1.py uses add_oneway_connection() which is not implemented #77

Closed zacharyLYH closed 1 year ago

zacharyLYH commented 1 year ago

Subject of the issue

game-1.py uses add_oneway_connection() which is not implemented

Expected behavior

It should implement a way to connect nodes.

Actual behavior

Error saying that such a function doesn't exist.

Steps to reproduce

Just run game-1.py. A simple fix would be to use an equivalent function already implemented .add_connection().

Any relevant logs, error output, etc?

If its long, please link to a relevant public GitHub Gist

zacharyLYH commented 1 year ago

PR #78 addresses this issue.