You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game is not launched, and no error message is produced
Instead, the game can be launched and played soundlessly by switching into the source directory and running python __init__.py. This is less than ideal.
Expected behavior
The game launches when following the launch instructions.
Desktop (please complete the following information):
OS: Debian GNU/Linux 11 (bullseye) x86_64
Python: 3.9.2
Arcade: 2.6.13, installed via requirements.txt per install instructions
Proposed solution
Update the game to follow the example of the community RPG project:
Install using only setup.py
Use > python -m modulename or > commandname to run the game
The text was updated successfully, but these errors were encountered:
pushfoo
changed the title
Launch instructions do not work
Bug: Launch instructions do not work
May 14, 2022
Describe the bug
The instructions for installing and running the game do not result in launching the game.
To Reproduce
Steps to reproduce the behavior:
python source
Instead, the game can be launched and played soundlessly by switching into the
source
directory and runningpython __init__.py
. This is less than ideal.Expected behavior
The game launches when following the launch instructions.
Desktop (please complete the following information):
Proposed solution
Update the game to follow the example of the community RPG project:
> python -m modulename
or> commandname
to run the gameThe text was updated successfully, but these errors were encountered: