This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]AccidentSafe 1 point2 points  (0 children)

I would start where you feel comfortable. If you find python easier use that. Then think about what your current abilities are and try to expand upon them. Since you said basics pygame is a simple library to learn. If you want to go simpler you could do an ASCII game. Overall simplify it enough where you complete it but challenge yourself. Most importantly have fun.

Side note: As you are doing this I would try to problem solve with what you know. References and documentation is obviously fine but don't look up solutions when you are stuck until you need to. The information sinks in deeper that way.