
/*
 * Copyright (c) 1991    Jon Wesener 
 * Gaming Software
 *
 * Permission to use, copy, modify, and distribute this
 * software and its documentation for any purpose and without
 * fee is hereby granted, provided that the above copyright
 * notice appear in all copies and that both that copyright
 * notice and this permission notice appear in supporting
 * documentation.  No representations are made about the
 * suitability of this software for any purpose.  It is
 * provided "as is" without express or implied warranty.
 *
 */

#ident	"@(#)tank.h	1.10 :/usr/key/jojow/X/src/guts/SCCS/s.tank.h 3/19/91 10:16:24 "

/* tank.h - common defs for server and client */

#define TANK_LEN	16
/* #define WIN_LEN		32 */
#define MAZE_XL		32
#define MAZE_YL		32
#define STAT_XL		150
#define WIN_XL	(MAZE_XL * TANK_LEN + STAT_XL)
#define WIN_YL	(MAZE_YL * TANK_LEN)
#define EXPCNT		7
#define BONCNT		2
#define MAXDIR		4
#define MAXTANK		8
#define MAXWALL		16
#define MAXSTRLEN	40
#define MAXMINEANIM	2
#define MAXSTAT		(MAXTANK * 2)
