view arkanoid/levels.h @ 10:4dc186728822

immposiblerush-0.230919-2
author prymula <prymula76@outlook.com>
date Sun, 04 Feb 2024 23:27:00 +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"

};