view arkanoid/levels.h @ 4:0962f0296c8a

ColorsMemory-0.210503-1.1
author prymula <prymula76@outlook.com>
date Tue, 30 Jan 2024 16:43:10 +0100
parents 2787f5e749ae
children
line wrap: on
line source

// wiersze - kolumny				y   x
char levels [64][8] = {
//1
	"00000000",
	"00000000",
	"00000000",
	"00000000",
	"00000000",
	"00000000",
	"12121212",
	"00000000",
//2
	"00000000",
	"00000000",
	"00000000",
	"00000000",
	"00000000",
	"00000000",
	"21212121",
	"12121212",
//3
	"00000000",
	"00000000",
	"00000000",
	"00000000",
	"00121200",
	"00212100",
	"00121200",
	"00212100",
//4
	"00000000",
	"00000000",
	"00021000",
	"00212100",
	"02121210",
	"01212120",
	"00000000",
	"00000000",
//5
	"00000000",
	"01021010",
	"02012020",
	"01021010",
	"20012002",
	"10021001",
	"00000000",
	"00000000",
//6
	"00000000",
	"12121212",
	"00000000",
	"21212121",
	"00000000",
	"12121212",
	"00000000",
	"00000000",
//7
	"00000000",
	"21212121",
	"12121212",
	"21212121",
	"00000000",
	"00000000",
	"00000000",
	"00000000",
//8
	"00000000",
	"02010201",
	"01020102",
	"02010201",
	"01020102",
	"02010201",
	"00000000",
	"00000000"

};