Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.13 KB

File metadata and controls

29 lines (20 loc) · 1.13 KB

Happy Face

This example shows how to use the Arcade drawing commands. This is one of the simplest things that can be done with Arcade and a great way to get started learning how to do graphics.

For a more detailed step-through on how to draw with Python Arcade see How to Draw with Your Computer.

For ideas on what to do, see:

To look up all the available commands search for the Drawing Primitives in the :ref:`quick_index`. To see some of these commands in action see :ref:`drawing_primitives`.

To keep things simple, this example does not have many of the things commonly shown in the :ref:`starting_template`.

Screenshot of drawing example program

.. literalinclude:: ../../arcade/examples/happy_face.py
    :caption: happy_face.py
    :linenos: