Python is an excellent language for rapid application development and prototyping. With Pygame, a wrapper built around SDL, the same can be true for games. In addition, because its built on top of ...
When I'm debugging on Windows PC, the pygame.init() often takes several seconds. Can this initialization be skipped when rendering is not required? e.g. only call the init() when render_mode=='human' ...