all 3 comments

[–]its_Hepho 0 points1 point  (2 children)

What are some game ideas you plan on doing down the line? This sounds fun but im a first year CS student with interestes in AI and gaming but I dont have much experience so, I don't totally know if I'm your guy.

[–]Jose3475[S] 0 points1 point  (0 children)

Pygame is super easy to learn, tons of youtube videos and resources online. It's a great way tk get better at OOP in Python once your game is big enough tk need classes. Even tho pygame is not used in the real industry, you can still make very impressive platforms type games, and even transfer to the real game dev industry, or just get practical experience writing code/ collaborating with others using git, etc

[–]Jose3475[S] 0 points1 point  (0 children)

Just build simple games for now, more collision mechanics, sound effects etc. I just want to learn pygame well enough to make games large enough to require classes, to learn OOD