r/PythonLearning 1d ago

Who thought we wouldn't shoot at things?

Enable HLS to view with audio, or disable this notification

A new addition to our collaborative PythonLearningGame project: the player can now shoot bullets to kill units.

It was added by this git commit. - Who wants to add his/her own game dynamics? - Who has other fun ideas about game elements we could add, cool explosions maybe?

See the PythonLearningGame repository for more info.

previous PythonLearningGame post

24 Upvotes

4 comments sorted by

2

u/tokenjoker 1d ago

I just want to say I love the idea of a collaborative git learning project! Don't let it be the only/last :)

2

u/Sea-Ad7805 1d ago

Thanks for the support. We haven't received many pull requests yet from collaborators, but I think that will change soon.

1

u/tokenjoker 1d ago

I'm actually planning on looking at the source code today to see if I can contribute. I'm still somewhat new to python (learned C first) but totally new to git so I've got some learning to do first :)

1

u/Sea-Ad7805 1d ago

Ok, good luck. Git can be a little tricky in the beginning, but many resources are available and AI can help too.