|
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.
|
Go to the source code of this file.
Data Structures | |
| class | tcp_server.TCPServer |
Namespaces | |
| namespace | tcp_server |
Variables | |
| str | tcp_server.NAME = "my_zappy" |
| str | tcp_server.IP = "0.0.0.0" |
| int | tcp_server.PORT = 4242 |
| int | tcp_server.ERROR = 84 |
| int | tcp_server.SUCCESS = 0 |
| int | tcp_server.CLIENT_NUM = 1 |
| int | tcp_server.MAP_X = 20 |
| int | tcp_server.MAP_Y = 20 |
| str | tcp_server.ASCEND = "ASCEND" |
| str | tcp_server.LEFT = "LEFT" |
| str | tcp_server.RIGHT = "RIGHT" |
| str | tcp_server.FORWARD = "FORWARD" |
| int | tcp_server.LIFE_LENGTH = 200 |
| int | tcp_server.LIFE_INDEX = 0 |
| tcp_server.GI | |
| tcp_server.TCPSI = TCPServer(GI) | |