jonquach / zappy

C programming socket and C++ AI state machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

C programming socket and C++ AI state machine


Languages

Language:C 55.0%Language:C++ 22.7%Language:Python 20.2%Language:Makefile 1.9%Language:Shell 0.2%