Pygame_basics This repo is the learning project of the pygame library In the first step basic_1_draw_basic_shape.py the pygame is initialised, a window is drawn and a circle is drawn. basic_2_pose_basic_surface.py already creates game object. basic_3_player.py and basic_4_move_player.py deal with the player class and its movement. From here on you can move the rectangle, which is called player. basic_5_enemy.py adds enemies and an abort condition when player and enemy collide. basic_6_custom_assets.py gives a nicer look to everything in the game. more information can be found here: https://realpython.com/pygame-a-primer/#note-on-sources