+ 9
Snakes and ladders
I want to make that game in python language. *No OOP*, which lib do you recommend to use it?
3 Answers
+ 8
For 3D games, the library Panda3D can be used. For 2D games, you can use pygame.
+ 6
@daniel that's because those are my instructions, it's a homework in my collage so I can't use OOP
+ 2
I am pretty sure that almost every library you can use uses OOP. Why don't you want to use it?