Commit 22d2fa24 authored by Anthony Jacob's avatar Anthony Jacob
Browse files

Merge branch 'main' of gitlab.anthony-jacob.com:anthony.jacob/python-snake into main

parents c9c65806 a2064b6f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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**
@@ -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)`