Zusammenfassung der Ressource
Folio Task 1
- SDC
- Add slight shadow effect
- PC
- Create three functions that draw something
- Animate at least one aspect of this drawing
- Use multiple types of graphic functions (eg. Circles, rectangles, lines)
- Create a coherent
picture
- Use multiple colours
- Ideas
- The
Backrooms
- Poolrooms
- Plane in the
sky
- City
- Constraints
- Knowledge
- Have to understand Python
- Know how to Debug code
- Coding Limits
- Limited Ideas
- Bugs
- Resources
- Python Arcade API
- Tile Map Editor
- Python
- Operators
- A function that adds one a integer to another
- Lists
- Used in defining by listing commands to create a bigger function such as projectile speed
- Draw
- Used to draw shapes
- Def
- Used to define a function by setting code for some under a
name
- If Statment
- If this than do that