added deckentetris
This commit is contained in:
@@ -18,12 +18,13 @@ GuiScaleFactor = 20
|
||||
WebHost = "localhost"
|
||||
WebPort = 8000
|
||||
|
||||
# first app is always running in IDLE
|
||||
# first app is always running in IDLE
|
||||
Apps = [
|
||||
{"guiname": "IDLE", "name": "pixelflut", "cmd": "apps/idle.py", "persistent": False},
|
||||
{"guiname": "IDLE2", "name": "idlec", "cmd": "apps/idle2"},
|
||||
{"guiname": "YoutubeDL", "name": "youtubedl", "cmd": "apps/youtubedl.sh"},
|
||||
{"guiname": "Snake", "name": "snake", "cmd": "apps/snake.py"},
|
||||
{"guiname": "Tetris", "name": "tetris", "cmd": "apps/deckentetris/deckentetris.py"}
|
||||
{"guiname": "Strobo", "name": "strobo", "cmd": "apps/strobo.py"},
|
||||
{"name": "pong", "cmd": "apps/pong.py"},
|
||||
{"name": "framebuffer", "cmd": ["apps/fbcp", "/dev/fb0"]},
|
||||
|
Reference in New Issue
Block a user