|
Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
|
Data Structures | |
| class | Logistics |
Variables | |
| str | NAME = "my_zappy" |
| str | IP = "0.0.0.0" |
| int | PORT = 4242 |
| int | ERROR = 84 |
| int | SUCCESS = 0 |
| int | CLIENT_NUM = 1 |
| int | MAP_X = 20 |
| int | MAP_Y = 20 |
| str | ASCEND = "ASCEND" |
| str | LEFT = "LEFT" |
| str | RIGHT = "RIGHT" |
| str | FORWARD = "FORWARD" |
| int | LIFE_LENGTH = 200 |
| int | LIFE_INDEX = 0 |
| GI | |
| LI = Logistics(GI) | |
| str logistics.ASCEND = "ASCEND" |
Definition at line 378 of file logistics.py.
| int logistics.CLIENT_NUM = 1 |
Definition at line 375 of file logistics.py.
| int logistics.ERROR = 84 |
Definition at line 373 of file logistics.py.
| str logistics.FORWARD = "FORWARD" |
Definition at line 381 of file logistics.py.
| logistics.GI |
Definition at line 384 of file logistics.py.
| str logistics.IP = "0.0.0.0" |
Definition at line 371 of file logistics.py.
| str logistics.LEFT = "LEFT" |
Definition at line 379 of file logistics.py.
Definition at line 393 of file logistics.py.
| int logistics.LIFE_INDEX = 0 |
Definition at line 383 of file logistics.py.
| int logistics.LIFE_LENGTH = 200 |
Definition at line 382 of file logistics.py.
| int logistics.MAP_X = 20 |
Definition at line 376 of file logistics.py.
| int logistics.MAP_Y = 20 |
Definition at line 377 of file logistics.py.
| str logistics.NAME = "my_zappy" |
Definition at line 370 of file logistics.py.
| int logistics.PORT = 4242 |
Definition at line 372 of file logistics.py.
| str logistics.RIGHT = "RIGHT" |
Definition at line 380 of file logistics.py.
| int logistics.SUCCESS = 0 |
Definition at line 374 of file logistics.py.