kopia lustrzana https://github.com/russhughes/st7789py_mpy
27 wiersze
390 B
ReStructuredText
27 wiersze
390 B
ReStructuredText
.. _roids:
|
|
|
|
roids.py
|
|
========
|
|
|
|
.. figure:: ../_static/roids.jpg
|
|
:align: center
|
|
|
|
Test for polygons.
|
|
|
|
Asteroids style game demo using polygons.
|
|
|
|
.. note:: This example requires the following modules:
|
|
|
|
.. hlist::
|
|
:columns: 3
|
|
|
|
- `st7789py`
|
|
- `tft_config`
|
|
- `tft_buttons`
|
|
|
|
.. literalinclude:: ../../../examples/roids.py
|
|
:language: python
|
|
:linenos:
|
|
:lines: 1-
|
|
|