From 02fb442fd1d9afbf2294c9ead99162318ff7b6d7 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 6 Oct 2017 01:38:02 +0200 Subject: [PATCH] examples: add desc to 2048 source --- tests/examples/2048/main.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/examples/2048/main.py b/tests/examples/2048/main.py index 95854429f2..b105b65e97 100644 --- a/tests/examples/2048/main.py +++ b/tests/examples/2048/main.py @@ -1,3 +1,10 @@ +# +# 2048 Game ported to TREZOR Core by Pavol Rusnak (stick@satoshilabs.com) +# +# inspired by https://github.com/gabrielecirulli/2048 +# + + from trezor import ui from trezor import loop from trezor import workflow