Python 街机库训练营 - 学习游戏开发 - 2023
- 1 - Introduction
- 1 - Introduction
- 2 - Environment Setup
- 2 - Installing Arcade Library via Pycharm
- 3 - Installing Arcade Library via pip
- 3 - Up and Running with Arcade Library
- 4 - Creating a window
- 5 - Exploring window settings
- 6 - Changing Background Colors
- 7 - Creating a Window Using a Class
- 4 - Drawing Shapes and Displaying Text
- 8 - Drawing Points
- 9 - Drawing Lines
- 10 - Drawing Circles
- 11 - Drawing Rectangles
- 12 - Drawing Rectangles Second Method
- 13 - Drawing Triangles
- 14 - Drawing Text
- 15 - Drawing a More Complex Scene
- 5 - Separating Codes with Functions
- 16 - Separating The Codes Into Functions
- 17 - Separating The Codes Into Functions Part2
- 18 - Animating Shapes
- 6 - Object Oriented Programming
- 19 - Creating Your First Class
- 20 - Overriding a Function
- 7 - Animation
- 21 - Moving a shape in the Window
- 22 - Creating a Class for the Shape
- 23 - Converting the Window Borders to Solid Obstacles
- 24 - Moving Several Objects