5 Commits

Author SHA1 Message Date
lade043 3042da7465 Create dir data
This is needed because in Python 3.x open("directory/file", "a") doesn't create the needed directory and tinydb needs this directory for the file data/data.json (see game.py, line 119).
2020-03-01 20:32:29 +01:00
lade043 49c86e7001 Update snake.py to make Python 3.x compatible
Replaced xrange with range.
2020-03-01 20:28:14 +01:00
lade043 07b1eaee10 Update board.py to make Python 3.x compatible
Replaced xrange with range.
2020-03-01 20:27:18 +01:00
lade043 4797b4de11 Update game.py to make Python 3.x compatible
For this, xrange was replaced by range and for imports of the own library lib.x was used instead of x.
2020-03-01 20:25:48 +01:00
Bradley Cornford 53216391dc Initiall development. 2018-03-23 13:52:44 +00:00