TriCot-Game-Studio / bullets

bullet heck game
MIT License
0 stars 0 forks source link

Make enemies face the correct way #33

Closed aikios closed 4 years ago

aikios commented 4 years ago

I think this should solve the problem, see individual commits for details

AdamSpannbauer commented 4 years ago

I'm not at a computer rn. Have you run demo.py and confirmed that the updates work as expected?

aikios commented 4 years ago

No, I'm not sure how to set up a testing environment.

AdamSpannbauer commented 4 years ago

Assuming your working directory is set to this repo, you can install all the requirements by running:

pip install -r requirements.txt

(as of now pygame is the only req, but good to know about how requirements.txts work)

From there we've been testing by running demo.py. Let me know if you run into trouble in getting this up and running and I can help out. Actually running the code will make dev work so much easier/rewarding and it will make reviewing your code so much easier since you will have tested out what's working.

AdamSpannbauer commented 4 years ago

LGTM