/zappy

C programming socket and C++ AI state machine

Primary LanguageC

Zappy

This is the zappy project, featuring C socket programming, with and IA and graphical client.

Usage

Compile with make

Server : ./zappy_server -x 16 -y 16 -n t1 t2 -t 100 -p 4041
IA : ./zappy_ai -n t1 -p 4041
Graphic (in map folder) : ./main.py 127.0.0.1 4041