lade043
552a77fd3d
Update Readme.md
...
Update commands to python3 and pip3
2020-03-02 20:59:50 +01:00
lade043
e435fd366e
Merge pull request #1 from lade043/fix/issue-325361846/"No-module-name-board"
...
Fix/issue 325361846/"no module name board"
2020-03-02 20:57:27 +01:00
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