console: Format tabs semi-intelligently
[attac-man.git] / include / level-classic.h
blobba54ebbd5b944b539f7ce91537a7310364a0ce27
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-classic.h,v 1.1 2003/11/22 16:22:08 nsubtil Exp $ */
22 #ifndef _LEVEL_CLASSIC_H
23 #define _LEVEL_CLASSIC_H
26 pacman "clássico"
27 (galaxian hardware bootleg)
30 #define LEVEL_CLASSIC_WIDTH 30
31 #define LEVEL_CLASSIC_HEIGHT 31
33 const char *level_classic[] = {
34 "L------------R L------------R",
35 "|*...........| |...........*|",
36 "|.L--R.L---R.| |.L---R.L--R.|",
37 "|.| |.| |.| |.| |.| |.|",
38 "|.l--r.l---r.l--r.l---r.l--r.|",
39 "|............................|",
40 "|.L--R.LR.L--------R.LR.L--R.|",
41 "|.| |.||.l--R L--r.||.| |.|",
42 "|.l--r.||....| |....||.l--r.|",
43 "|......|l--R.| |.L--r|......|",
44 "l----R.|L--r.l--r.l--R|.L----r",
45 " |.||............||.| ",
46 " |.||.L--RUL---R.||.| ",
47 "-----r.lr.|L-rUl--R|.lr.l-----",
48 "0.........||GGUG G||.........1",
49 "-----R.LR.|l------r|.LR.L-----",
50 " |.||.l--------r.||.| ",
51 " |.||............||.| ",
52 "L----r.||.L--------R.||.l----R",
53 "|*.....lr.l---RL---r.lr.....*|",
54 "|.L--R........||........L--R.|",
55 "|.| |.L----R.||.L----R.| |.|",
56 "|.l-R|.l----r.lr.l----r.|L-r.|",
57 "|...||........S.........||...|",
58 "l-R.||.LR.L--------R.LR.||.L-r",
59 "L-r.lr.||.l--R L---r.||.lr.l-R",
60 "|......||....| |S....||......|",
61 "|.L----rl--R.| |.L---rl----R.|",
62 "|.l--------r.l-r.l---------r.|",
63 "|*..........................*|",
64 "l----------------------------r"
67 const char *level_classic_ghost_map[] = {
68 " ",
69 " RRRRRDLLLRRD DLLLRRDLLLLL ",
70 " U D D D D U ",
71 " D D D D D D ",
72 " D D D D D D ",
73 " RRRRRRRRDLLLLLRRRRRDLRDLLLLL ",
74 " U U D D D U ",
75 " D U D D D D ",
76 " D U RRRD DLLL D D ",
77 " RRRRRU D D DLLLLL ",
78 " D D D D ",
79 " D RRRRRDLLLLLL D ",
80 " D U D U D ",
81 " D U D U D ",
82 " RRRRRRRRU G RG G ULLLLLLLL ",
83 " U U U U ",
84 " U U U U ",
85 " U ULLLLLRRRRRU D ",
86 " U U U D ",
87 " RRRRRD U U DLLLLL ",
88 " U RRRULLLL RRRRULLL U ",
89 " U U U U U U ",
90 " U U U U U U ",
91 " ULU ULLLRRRULRULLLLRRU RRU ",
92 " U U U U U U ",
93 " U U U U U U ",
94 " RRRRRU ULLL RRRRU ULLLLL ",
95 " U U U U ",
96 " U U U U ",
97 " ULLLLLLRRRRULLRULLLLRRRRRRRU ",
98 " "
101 #endif