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 $ */
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"