0
Python mini game
Hey everyone, my school gave me a project to create a mini game, and I’m not sure how to start. If anyone knows, please help me! I’m unsure about the important things to consider, like graphics, music, logic, and software. Any advice is appreciated!
2 Réponses
+ 2
There are lots of posts here which could help you - you also might want to look up "automate the boring stuff", that has a guide for making games too.
https://sololearn.com/compiler-playground/W0uW3Wks8UBk/?ref=app
https://www.sololearn.com/discuss/1422417/?ref=app
https://www.sololearn.com/discuss/1667039/?ref=app
https://www.sololearn.com/discuss/1116252/?ref=app
https://www.sololearn.com/discuss/1768836/?ref=app
https://www.sololearn.com/discuss/1162686/?ref=app
+ 2
this is not a homework/schoolwork service.
for python (I think you already have it installed properly):
- open VSCodium
- create virtual environment
- start it
- install pygame
- open the documentation
this is the way how you can to start this python game project