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.
Loading...
Searching...
No Matches
Data Structures | Namespaces | Variables
logistics.py File Reference

Go to the source code of this file.

Data Structures

class  logistics.Logistics
 

Namespaces

namespace  logistics
 

Variables

str logistics.NAME = "my_zappy"
 
str logistics.IP = "0.0.0.0"
 
int logistics.PORT = 4242
 
int logistics.ERROR = 84
 
int logistics.SUCCESS = 0
 
int logistics.CLIENT_NUM = 1
 
int logistics.MAP_X = 20
 
int logistics.MAP_Y = 20
 
str logistics.ASCEND = "ASCEND"
 
str logistics.LEFT = "LEFT"
 
str logistics.RIGHT = "RIGHT"
 
str logistics.FORWARD = "FORWARD"
 
int logistics.LIFE_LENGTH = 200
 
int logistics.LIFE_INDEX = 0
 
 logistics.GI
 
 logistics.LI = Logistics(GI)