-
Notifications
You must be signed in to change notification settings - Fork 29
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
[Question] How to test/run SolarWolf without installing? #9
Comments
Hello! This should work after doing a git clone:
(probably not the most easy to find command... it could do with a "run_game.py" or so) If you do an install with pip, you should be able to run 'solarwolf' as a command. I'll try and pull a release together to fix these things. |
Thanks @illume for the quick reply. Looks like the data is hard coded in the source code
I also tried in the solarwolf folder ... Was looking to see if the code looks in the current folder for the data, but my python skills is very poor ... ;-). I could just hack the paths for testing, I will give feedback on that a little later. I so want to see pygame v2.0.0 and SolarWolf!!! |
I made the following change to cli.py
Had SolarWolf start with Oh and I am as bad at playing now as I was all them years ago on the little 14" CRT monitor, but so much fun. I think there is a bug in checking if the data resources are in the sub-folder Also adding a small |
This was quite long ago, and I think perhaps this is fixed in the meantime. I tried it on homebrew python just now from the main branch and the below work for me.
AND
|
Long time player, long time lurker ... ;-)
Saw pygame v2.0.0 release, had me wondering if I could run SolarWolf on my Mac.
As a total python newebie, I don't have a clue how to do this. Installed pygame v2.0.0 with brew, tested
ailens
withpython3 -m pygame.examples.aliens
and this works fine.Problem I am having, so that I can't seem to get SolarWolf to do the same. When I run
python3 main.py
I have tried
python3 setup.py build
and still have the same problem.Please can I ask for a little bit of help?
The text was updated successfully, but these errors were encountered: