From 974a8d36f7d04cfb2c80802962a095601fda6b0a Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 8 Nov 2016 21:38:38 +0100 Subject: [PATCH] add a start script The script source the virtualenv pygame and executes the tamagotchi.py script. This is necessary to be able to start the game. --- tamagotchi.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tamagotchi.sh diff --git a/tamagotchi.sh b/tamagotchi.sh new file mode 100755 index 0000000..cf8c338 --- /dev/null +++ b/tamagotchi.sh @@ -0,0 +1,3 @@ +#!/bin/bash +source pygame/bin/activate +./tamagotchi.py