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.
This commit is contained in:
Andreas Zweili 2016-11-08 21:38:38 +01:00
parent 1b8f1cebeb
commit 974a8d36f7
1 changed files with 3 additions and 0 deletions

3
tamagotchi.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
source pygame/bin/activate
./tamagotchi.py