May-02-2019, 02:57 AM
Always use code tags in forum.
1. Learn some basic python. Learn class, list, and dict.
2. Then learn pygame. Learn basic pygame.time.Clock, pygame.Rect, and pygame.Vector2.
For images learn pygame.Surface, pygame.sprite.Sprite, and pygame.sprite.Group.
1. Learn some basic python. Learn class, list, and dict.
2. Then learn pygame. Learn basic pygame.time.Clock, pygame.Rect, and pygame.Vector2.
For images learn pygame.Surface, pygame.sprite.Sprite, and pygame.sprite.Group.
99 percent of computer problems exists between chair and keyboard.