From 85b09864f6d489e8c998e9f172d25079d572c602 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 18 Apr 2011 19:47:34 +0200 Subject: - add actor.canEat(other) to check if actor can eat other (note: that doesn't mean that other can eat actor!!) - server now generated and sends the colorlist to the server in the first map update packet - add a better AI --- pacman-c++/pacman.proto | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pacman-c++/pacman.proto') diff --git a/pacman-c++/pacman.proto b/pacman-c++/pacman.proto index 51bb239..8e088e8 100644 --- a/pacman-c++/pacman.proto +++ b/pacman-c++/pacman.proto @@ -9,13 +9,10 @@ message Init { required uint32 maxplayers = 2; } -message MapInit { - repeated uint32 field = 1 [packed=true]; -} - message MapUpdate { repeated uint32 field = 1 [packed=true]; repeated uint32 round_points = 2; repeated uint32 game_points = 3; + repeated uint32 eating_order = 4; } -- cgit v1.2.3