-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlevels.h
40 lines (38 loc) · 2.8 KB
/
levels.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#ifndef LEVELS_H
#define LEVELS_H
const char gameLevels[33][72] = {
"",
"10R000000E000000000000000000000000000000000000000000000000000000000000", // 1
"1400000000000000500005000004000R0000005000600000000000060000000000004E", // 2
"17000000000600000000000000000000R000005000005030000000000600000000000E", // 3
"10000000005005009700000000400004005R000000000000000000000060000000000E", // 4
"160000000053000000000R70000000000000000000030060000003000000000703400E", // 5
"100006000943040004500850083R00503643003800300004004940700000030000004E", // 6
"0700039000513007000003308004800050033000R30003E00006007000000003800000", // 7
"9900R400703053E3833030033303603803330380307313738033037303345800000070", // 8 TRAINING END
"000000000000000000300080703900000613006000003E400060604S00800800000300", // 9 SABERMAN
"8050006300300353R3084005150068500363000400000080008000300007E000060038", // 10
"007000608088353303308330380317303036033033353703803E3033033680504R4000", // 11
"13004003096353805303000333030703506040060330R300407033333300800670703E", // 12
"9383300408038393373360500070060303333343430E31300900333733833500800043", // 13
"807000613E033308333056007378349343330330300738003073303835308600004006", // 14
"963839335R0000300700303733033517350503E0000003033003335308508600839039", // 15
"B03093050E000533033047300050303033033000040053800743030063301703930080", // 16 ROTTEN CAPACITOR
"930503800803034000057053033370030300000803005063334353330319000E400060", // 17
"E080704050033330343053140530340340330700030000003493383330306000070006", // 18
"700838060003303533300535005305303303030314009300634333035303844004030E", // 19
"0500700008433333000014950005074033300006000000040050040500E08060000509", // 20
"5006000700030303383R405305804013004303E3404304080703830330304070080599", // 21
"0060050006033303394058305033R00060305000E30930033033033083373150070000", // 22
"000600003963R3843050083830503005053E3385033413000560304063300900300804", // 23
"3963300608E37030303005300030055000070003000031300543600300300R00700590", // 24
"0406000603413030330403E0360483700000533803005300700003060030R073830500", // 25
"070000006803330700008350033300E308033170935003330003330700000600008000", // 26
"17000000000000000000000006060000050000040000000000070000000000000600RE", // 27
"000000000000090090R0031E0000007950637000000300000000050000000085009000", // 28
"0E04005000033000033051303304440070330399033000739970003060000060003800", // 29
"404040404003330003R4430040303483001E3339430004303903330030345040404004", // 30
"000000005803300003167360000630R35700040003755300000333330088E398500089", // 31 PRE_LAST !
"33333333333445964573354060050317R4654743354067450330594675E33333333333", // 32 LAST !
};
#endif