Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Launch instructions do not work #25

Open
pushfoo opened this issue May 14, 2022 · 0 comments
Open

Bug: Launch instructions do not work #25

pushfoo opened this issue May 14, 2022 · 0 comments

Comments

@pushfoo
Copy link
Member

pushfoo commented 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:

  1. Open the run instructions in doc/install.rst
  2. Follow the instructions
  3. Activate the virtual environment
  4. Attempt to run the game with python source
  5. 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:

  1. Install using only setup.py
  2. Use > python -m modulename or > commandname to run the game
@pushfoo pushfoo changed the title Launch instructions do not work Bug: Launch instructions do not work May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant