summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2020-12-21 19:29:02 +0100
committerOlivier Gayot <olivier.gayot@sigexec.com>2020-12-21 19:29:02 +0100
commit4e62c77aaaa1cc861123048fc10fecac3f85063f (patch)
tree324ce02299ff999f8eb5d9ef30c6f68add004ed9
parent83384066690ddd70acc7b33574579a5a7bf83ec2 (diff)
make the game executable
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-rwxr-xr-x[-rw-r--r--]cameltris.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cameltris.py b/cameltris.py
index 4fd144a..ea97fd5 100644..100755
--- a/cameltris.py
+++ b/cameltris.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
import pygame