Update paths/build/package name/etc. to 'attac-man'
[attac-man.git] / include / level-demo.h
blob34249fe9b4c06dc06dd57c835fdd644bb93d40a2
1 /*
2 Pacman Arena
3 Copyright (C) 2003 Nuno Subtil
5 This program is free software; you can redistribute it and/or
6 modify it under the terms of the GNU General Public License
7 as published by the Free Software Foundation; either version 2
8 of the License, or (at your option) any later version.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 /* $Id: level-demo.h,v 1.1 2003/11/22 16:22:08 nsubtil Exp $ */
22 #ifndef _LEVEL_DEMO_H
23 #define _LEVEL_DEMO_H
25 #define LEVEL_DEMO_WIDTH 30
26 #define LEVEL_DEMO_HEIGHT 31
28 const char *level_demo[] = {
29 "L------------R L------------R",
30 "|*...........| |...........*|",
31 "|.L--R.L---R.| |.L---R.L--R.|",
32 "|.| |.| |.| |.| |.| |.|",
33 "|.l--r.l---r.l--r.l---r.l--r.|",
34 "|............................|",
35 "|.L--R.LR.L--------R.LR.L--R.|",
36 "|.| |.||.l--R L--r.||.| |.|",
37 "|.l--r.||....| |....||.l--r.|",
38 "|......|l--R.| |.L--r|......|",
39 "l----R.|L--r.l--r.l--R|.L----r",
40 " |.||............||.| ",
41 " |.||.L--RUL---R.||.| ",
42 "-----r.lr.|L-rUl--R|.lr.l-----",
43 "0.........||G UGG ||.........1",
44 "-----R.LR.|l------r|.LR.L-----",
45 " |.||.l--------r.||.| ",
46 " |.||............||.| ",
47 "L----r.||.L--------R.||.l----R",
48 "|*.....lr.l---RL---r.lr.....*|",
49 "|.L--R........||........L--R.|",
50 "|.| |.L----R.||.L----R.| |.|",
51 "|.l-R|.l----r.lr.l----r.|L-r.|",
52 "|...||..................||...|",
53 "l-R.||.LR.L--------R.LR.||.L-r",
54 "L-r.lr.||.l--R L---r.||.lr.l-R",
55 "|......||....| |.....||......|",
56 "|.L----rl--R.| |.L---rl----R.|",
57 "|.l--------r.l-r.l---------r.|",
58 "|*..........................*|",
59 "l----------------------------r"
62 #endif