From ad04490ef84d7565fbec0fa878a21694ad2d61f0 Mon Sep 17 00:00:00 2001 From: pryazha Date: Tue, 26 Aug 2025 10:55:18 +0500 Subject: guess that's all --- in_practice/breakout/levels/first.txt | 8 ++++++++ in_practice/breakout/levels/second.txt | 8 ++++++++ in_practice/breakout/levels/third.txt | 3 +++ 3 files changed, 19 insertions(+) create mode 100644 in_practice/breakout/levels/first.txt create mode 100644 in_practice/breakout/levels/second.txt create mode 100644 in_practice/breakout/levels/third.txt (limited to 'in_practice/breakout/levels') diff --git a/in_practice/breakout/levels/first.txt b/in_practice/breakout/levels/first.txt new file mode 100644 index 0000000..f762ca4 --- /dev/null +++ b/in_practice/breakout/levels/first.txt @@ -0,0 +1,8 @@ +2 2 0 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 2 2 +0 0 0 3 2 2 2 2 2 2 2 2 2 2 2 2 3 0 0 0 +3 2 3 4 2 3 3 3 2 2 2 2 3 3 3 2 4 3 2 3 +4 3 2 2 1 1 2 2 1 1 1 1 2 2 1 1 2 2 3 4 +0 0 2 2 2 2 3 3 3 2 2 3 3 3 2 2 2 0 0 0 +0 4 2 2 0 0 2 0 0 0 0 0 0 2 0 0 2 2 4 0 +0 4 2 2 2 0 0 0 0 0 0 0 0 0 0 2 2 2 4 0 +0 0 2 2 2 2 0 0 0 0 0 0 0 0 2 2 2 2 0 0 diff --git a/in_practice/breakout/levels/second.txt b/in_practice/breakout/levels/second.txt new file mode 100644 index 0000000..e41d1a3 --- /dev/null +++ b/in_practice/breakout/levels/second.txt @@ -0,0 +1,8 @@ +0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 +0 0 0 0 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 +0 1 3 4 4 4 3 3 4 1 1 4 3 3 4 4 4 3 1 0 +0 1 2 4 4 4 2 2 4 4 4 4 2 2 4 4 4 2 1 0 +0 0 2 2 2 2 3 3 3 2 2 3 3 3 2 2 2 0 3 0 +0 4 2 2 0 0 2 0 0 0 0 0 0 2 0 0 2 3 0 0 +0 4 2 2 2 0 0 0 0 0 0 0 0 0 0 2 2 0 0 0 +0 0 0 0 0 0 0 0 3 3 3 3 0 0 0 0 0 0 0 0 diff --git a/in_practice/breakout/levels/third.txt b/in_practice/breakout/levels/third.txt new file mode 100644 index 0000000..cb53cca --- /dev/null +++ b/in_practice/breakout/levels/third.txt @@ -0,0 +1,3 @@ +0 0 0 0 0 +0 0 2 0 0 +0 0 0 0 0 -- cgit v1.2.3-70-g09d2