Browse Source

nochmal paar änderngen

ateubert 7 years ago
parent
commit
a8903ace4c
1 changed files with 10 additions and 0 deletions
  1. 10 0
      maze.py

+ 10 - 0
maze.py

1
+#!/usr/bin/env python
2
+# -*- coding: utf-8 -*-
3
+
4
+"""
5
+Author: Leo Vidarte <http://nerdlabs.com.ar>
6
+This is free software,
7
+you can redistribute it and/or modify it
8
+under the terms of the GPL version 3
9
+as published by the Free Software Foundation.
10
+"""
1
 
11
 
2
 import random
12
 import random
3
 import Tkinter as tk
13
 import Tkinter as tk