Loading README.md +3 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ python-snake is a side project I developped in order to practice Python ## Installation the project is using specific dependencies other than the basic python module I developped it using Python 3.8.2 **clone the repo with** Loading Loading @@ -42,14 +43,14 @@ with bash: ## Play there is a intermediary menu where you can exit or choose the play mode (only in terminal for now) there is a intermediary menu where you can exit or choose the play (only in terminal for now) to move the snake you can use the keyboard arrow ### Customize the grid size right know if the grid does not fit your terminal, you can change the size by editing the file **_pythonsnake/controller.py_** at line **32** by editing the file **_pythonsnake/controller.py_** at line **33** ` self.game = Game(50, 25)` Loading Loading
README.md +3 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ python-snake is a side project I developped in order to practice Python ## Installation the project is using specific dependencies other than the basic python module I developped it using Python 3.8.2 **clone the repo with** Loading Loading @@ -42,14 +43,14 @@ with bash: ## Play there is a intermediary menu where you can exit or choose the play mode (only in terminal for now) there is a intermediary menu where you can exit or choose the play (only in terminal for now) to move the snake you can use the keyboard arrow ### Customize the grid size right know if the grid does not fit your terminal, you can change the size by editing the file **_pythonsnake/controller.py_** at line **32** by editing the file **_pythonsnake/controller.py_** at line **33** ` self.game = Game(50, 25)` Loading