diff --git a/README.md b/README.md index e58794cde..3ca6032ab 100644 --- a/README.md +++ b/README.md @@ -109,3 +109,6 @@ Another example (cube3d-sprites.p8) draws the vertices of a rotating 3d cube: ![cube3d screen](docs/source/_static/cube3d.png) +If you want to play a video game, a fully working Tetris clone is included in the examples: + +![tehtriz_screen](docs/source/_static/tehtriz.png) diff --git a/docs/source/_static/tehtriz.png b/docs/source/_static/tehtriz.png new file mode 100644 index 000000000..064af0cef Binary files /dev/null and b/docs/source/_static/tehtriz.png differ