Commit Graph

4 Commits

Author SHA1 Message Date
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