Upload complete Crossflip project

I used Subversion to create my Crossflip solution, but my account on
that repository expired; I am transferring it to Github.
This commit is contained in:
Patrick Stevens
2013-09-20 21:08:05 +01:00
commit 55b6393437
200 changed files with 2539 additions and 0 deletions

53
Crossflip.sln Executable file
View File

@@ -0,0 +1,53 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Crossflip", "Crossflip\Crossflip.csproj", "{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A831CCD7-AEE0-4AA4-BD15-82179BC646CD}"
ProjectSection(SolutionItems) = preProject
Crossflip.vsmdi = Crossflip.vsmdi
GaussianEliminationAlgorithm.txt = GaussianEliminationAlgorithm.txt
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testing", "Testing\Testing.csproj", "{188CB73D-FA28-4C39-9C01-C95B301AF70A}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Crossflip.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Debug|Any CPU.ActiveCfg = Debug|x86
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Debug|Mixed Platforms.Build.0 = Debug|x86
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Debug|x86.ActiveCfg = Debug|x86
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Debug|x86.Build.0 = Debug|x86
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Release|Any CPU.ActiveCfg = Release|x86
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Release|Mixed Platforms.ActiveCfg = Release|x86
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Release|Mixed Platforms.Build.0 = Release|x86
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Release|x86.ActiveCfg = Release|x86
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Release|x86.Build.0 = Release|x86
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Debug|x86.ActiveCfg = Debug|Any CPU
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Release|Any CPU.Build.0 = Release|Any CPU
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

9
Crossflip.vsmdi Executable file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<TestLists xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
<TestList name="AdditionOfEquations" id="7aa9accd-8b14-494e-9947-822ddb1c1e89" parentListId="8c43106b-9dc1-4907-a29f-aa66a61bf5b6">
<Description>Tests the addition of IEquations in a SystemOfEquations.</Description>
</TestList>
<TestList name="Lists of Tests" id="8c43106b-9dc1-4907-a29f-aa66a61bf5b6">
<RunConfiguration id="08b423c1-0fd6-49b4-b8ab-69f74f82e67d" name="Local" storage="local.testsettings" type="Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration, Microsoft.VisualStudio.QualityTools.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</TestList>
</TestLists>

58
Crossflip/Crossflip.csproj Executable file
View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Crossflip</RootNamespace>
<AssemblyName>Crossflip</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

1300
Crossflip/Program.cs Executable file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Crossflip")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Crossflip")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("d5e50389-94a8-4f4a-909c-a2dac9e7f78f")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

2
Crossflip/input.txt Executable file
View File

@@ -0,0 +1,2 @@
1001,1220
10

View File

@@ -0,0 +1,25 @@
A is n by m binary matrix
i := 1 // row and column index
for i := 1 to m do // for every column
// find non-zero element in column i, starting in row i:
maxi := i
for k := i to n do
if A[k,i] = 1 then
maxi := k
end for
if A[maxi,i] = 1 then
swap rows i and maxi in A and b, but do not change the value of i
//Now A[i,i] will contain the old value of A[maxi,i], that is 1
for u := i+1 to m do
Add A[u,i] * row i to row u, do this for BOTH, matrix A and RHS vector b
//Now A[u,i] will be 0
end for
else
declare error <20> more than one solution exist
end if
end for
if n>m and if you can find zero row in A with nonzero RHS element, then
declare error <20> no solution.
end if
// now, matrix A is in upper triangular form and solution can be found
use back substitution to find vector x

39
Testing/BoardTestLevel0.cs Executable file
View File

@@ -0,0 +1,39 @@
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Crossflip;
namespace Testing
{
[TestClass]
public class BoardTestLevel0
{
Board level0;
[TestInitialize()]
public void initialiser()
{
//recreate the equations system
level0 = new Board("<script>var boardinit = \"11,02\";var level = 0;");
}
[TestCleanup()]
public void cleanup()
{
level0 = null;
}
[TestMethod]
public void boardProperties1()
{
Assert.AreEqual(level0.boardLength, 4);
Assert.AreEqual(level0.firstIndexDimension, 2);
Assert.AreEqual(level0.secondIndexDimension, 2);
Assert.AreEqual(level0.numberOfUnselectables, 1);
Assert.AreEqual(level0.locationsOfUnselectables.Length, 1);
Assert.AreEqual(level0.locationsOfUnselectables[0], 3);
}
}
}

154
Testing/EquationsTestLevel0.cs Executable file
View File

@@ -0,0 +1,154 @@
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Crossflip;
namespace Testing
{
[TestClass]
public class EquationsTestLevel0
{
ByteStoredSystemOfEquations level0;
[TestInitialize()]
public void initialiser()
{
//recreate the equations system
level0 = new ByteStoredSystemOfEquations(new Board("<script>var boardinit = \"11,02\";var level = 0;"));
}
[TestCleanup()]
public void cleanup()
{
level0 = null;
}
[TestMethod]
public void addToTest1()
{
level0.addTo(0,1);
//row 0 is changed...
Assert.AreEqual(level0.nthRowOfEquations(0)[0], 0);
Assert.AreEqual(level0.nthRowOfEquations(0)[1], 0);
Assert.AreEqual(level0.nthRowOfEquations(0)[2], 1);
Assert.AreEqual(level0.RHS[0], 0);
//and didn't change the other row
Assert.AreEqual(level0.nthRowOfEquations(1)[0], 1);
Assert.AreEqual(level0.nthRowOfEquations(1)[1], 1);
Assert.AreEqual(level0.nthRowOfEquations(1)[2], 0);
Assert.AreEqual(level0.RHS[1], 1);
}
[TestMethod]
public void addToTest2()
{
level0.addTo(0, 2);
//row 0 is changed...
Assert.AreEqual(level0.nthRowOfEquations(0)[0], 0);
Assert.AreEqual(level0.nthRowOfEquations(0)[1], 1);
Assert.AreEqual(level0.nthRowOfEquations(0)[2], 0);
Assert.AreEqual(level0.RHS[2], 0);
//and didn't change the other row
Assert.AreEqual(level0.nthRowOfEquations(2)[0], 1);
Assert.AreEqual(level0.nthRowOfEquations(2)[1], 0);
Assert.AreEqual(level0.nthRowOfEquations(2)[2], 1);
Assert.AreEqual(level0.RHS[2], 0);
}
[TestMethod]
public void addToTest3()
{
level0.addTo(2, 1);
//row 0 is unchanged...
Assert.AreEqual(level0.nthRowOfEquations(0)[0], 1);
Assert.AreEqual(level0.nthRowOfEquations(0)[1], 1);
Assert.AreEqual(level0.nthRowOfEquations(0)[2], 1);
Assert.AreEqual(level0.RHS[0], 1);
//as is 1...
Assert.AreEqual(level0.nthRowOfEquations(1)[0], 1);
Assert.AreEqual(level0.nthRowOfEquations(1)[1], 1);
Assert.AreEqual(level0.nthRowOfEquations(1)[2], 0);
Assert.AreEqual(level0.RHS[1], 1);
//but 2 is not
Assert.AreEqual(level0.nthRowOfEquations(2)[0], 0);
Assert.AreEqual(level0.nthRowOfEquations(2)[1], 1);
Assert.AreEqual(level0.nthRowOfEquations(2)[2], 1);
Assert.AreEqual(level0.RHS[0], 1);
}
[TestMethod]
public void coefficient1()
{
Assert.AreEqual(level0.coefficient(0, 0), 1);
Assert.AreEqual(level0.coefficient(0, 1), 1);
Assert.AreEqual(level0.coefficient(0, 2), 1);
Assert.AreEqual(level0.coefficient(1, 0), 1);
Assert.AreEqual(level0.coefficient(1, 1), 1);
Assert.AreEqual(level0.coefficient(1, 2), 0);
Assert.AreEqual(level0.coefficient(2, 0), 1);
Assert.AreEqual(level0.coefficient(2, 1), 0);
Assert.AreEqual(level0.coefficient(2, 2), 1);
}
[TestMethod]
public void swapTwoEquations1()
{
level0.swapTwoEquations(0, 1);
Assert.AreEqual(level0.coefficient(0, 0), 1);
Assert.AreEqual(level0.coefficient(0, 1), 1);
Assert.AreEqual(level0.coefficient(0, 2), 0);
Assert.AreEqual(level0.coefficient(1, 0), 1);
Assert.AreEqual(level0.coefficient(1, 1), 1);
Assert.AreEqual(level0.coefficient(1, 2), 1);
Assert.AreEqual(level0.coefficient(2, 0), 1);
Assert.AreEqual(level0.coefficient(2, 1), 0);
Assert.AreEqual(level0.coefficient(2, 2), 1);
Assert.AreEqual(level0.RHS[0], 1);
Assert.AreEqual(level0.RHS[1], 1);
Assert.AreEqual(level0.RHS[2], 0);
}
[TestMethod]
public void swapTwoEquations2()
{
level0.swapTwoEquations(0, 2);
Assert.AreEqual(level0.coefficient(0, 0), 1);
Assert.AreEqual(level0.coefficient(0, 1), 0);
Assert.AreEqual(level0.coefficient(0, 2), 1);
Assert.AreEqual(level0.coefficient(1, 0), 1);
Assert.AreEqual(level0.coefficient(1, 1), 1);
Assert.AreEqual(level0.coefficient(1, 2), 0);
Assert.AreEqual(level0.coefficient(2, 0), 1);
Assert.AreEqual(level0.coefficient(2, 1), 1);
Assert.AreEqual(level0.coefficient(2, 2), 1);
Assert.AreEqual(level0.RHS[0], 0);
Assert.AreEqual(level0.RHS[1], 1);
Assert.AreEqual(level0.RHS[2], 1);
}
[TestMethod]
public void numberOfCoefficients()
{
Assert.AreEqual(level0.numberOfEquations, 3);
}
}
}

126
Testing/EquationsTestLevel2.cs Executable file
View File

@@ -0,0 +1,126 @@
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Crossflip;
namespace Testing
{
[TestClass]
public class EquationsTestLevel2
{
ByteStoredSystemOfEquations level2;
[TestInitialize()]
public void initialiser()
{
//recreate the equations system
level2 = new ByteStoredSystemOfEquations(new Board("<script>var boardinit = \"21,10\";var level = 2;"));
}
[TestCleanup()]
public void cleanup()
{
level2 = null;
}
[TestMethod]
public void coefficient1()
{
Assert.AreEqual(level2.coefficient(0, 0), 1);
Assert.AreEqual(level2.coefficient(0, 1), 0);
Assert.AreEqual(level2.coefficient(0, 2), 1);
Assert.AreEqual(level2.coefficient(1, 0), 0);
Assert.AreEqual(level2.coefficient(1, 1), 1);
Assert.AreEqual(level2.coefficient(1, 2), 1);
Assert.AreEqual(level2.coefficient(2, 0), 1);
Assert.AreEqual(level2.coefficient(2, 1), 1);
Assert.AreEqual(level2.coefficient(2, 2), 1);
}
[TestMethod]
public void addToTest1()
{
//add 1 to 0
level2.addTo(0, 1);
Assert.AreEqual(level2.coefficient(0, 0), 1);
Assert.AreEqual(level2.coefficient(0, 1), 1);
Assert.AreEqual(level2.coefficient(0, 2), 0);
Assert.AreEqual(level2.coefficient(1, 0), 0);
Assert.AreEqual(level2.coefficient(1, 1), 1);
Assert.AreEqual(level2.coefficient(1, 2), 1);
Assert.AreEqual(level2.coefficient(2, 0), 1);
Assert.AreEqual(level2.coefficient(2, 1), 1);
Assert.AreEqual(level2.coefficient(2, 2), 1);
Assert.AreEqual(level2.RHS[0], 0);
Assert.AreEqual(level2.RHS[1], 1);
Assert.AreEqual(level2.RHS[2], 0);
}
[TestMethod]
public void addToTest2()
{
//add 2 to 0
level2.addTo(0, 2);
Assert.AreEqual(level2.coefficient(0, 0), 0);
Assert.AreEqual(level2.coefficient(0, 1), 1);
Assert.AreEqual(level2.coefficient(0, 2), 0);
Assert.AreEqual(level2.coefficient(1, 0), 0);
Assert.AreEqual(level2.coefficient(1, 1), 1);
Assert.AreEqual(level2.coefficient(1, 2), 1);
Assert.AreEqual(level2.coefficient(2, 0), 1);
Assert.AreEqual(level2.coefficient(2, 1), 1);
Assert.AreEqual(level2.coefficient(2, 2), 1);
Assert.AreEqual(level2.RHS[0], 1);
Assert.AreEqual(level2.RHS[1], 1);
Assert.AreEqual(level2.RHS[2], 0);
}
[TestMethod]
public void addToTest3()
{
//add 0 to 1
level2.addTo(1, 0);
Assert.AreEqual(level2.coefficient(0, 0), 1);
Assert.AreEqual(level2.coefficient(0, 1), 0);
Assert.AreEqual(level2.coefficient(0, 2), 1);
Assert.AreEqual(level2.coefficient(1, 0), 1);
Assert.AreEqual(level2.coefficient(1, 1), 1);
Assert.AreEqual(level2.coefficient(1, 2), 0);
Assert.AreEqual(level2.coefficient(2, 0), 1);
Assert.AreEqual(level2.coefficient(2, 1), 1);
Assert.AreEqual(level2.coefficient(2, 2), 1);
Assert.AreEqual(level2.RHS[0], 1);
Assert.AreEqual(level2.RHS[1], 0);
Assert.AreEqual(level2.RHS[2], 0);
}
[TestMethod]
public void gaussianEliminate1()
{
level2.gaussianEliminate();
Assert.AreEqual(level2.coefficient(0, 0), 1);
Assert.AreEqual(level2.coefficient(0, 1), 1);
Assert.AreEqual(level2.coefficient(0, 2), 1);
Assert.AreEqual(level2.coefficient(1, 0), 0);
Assert.AreEqual(level2.coefficient(1, 1), 1);
Assert.AreEqual(level2.coefficient(1, 2), 0);
Assert.AreEqual(level2.coefficient(2, 0), 0);
Assert.AreEqual(level2.coefficient(2, 1), 0);
Assert.AreEqual(level2.coefficient(2, 2), 1);
Assert.AreEqual(level2.RHS[0], 0);
Assert.AreEqual(level2.RHS[1], 1);
Assert.AreEqual(level2.RHS[2], 0);
}
}
}

103
Testing/PointTest1.cs Executable file
View File

@@ -0,0 +1,103 @@
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Crossflip;
namespace Testing
{
[TestClass]
public class PointTest1
{
Board level0;
Point p;
[TestInitialize()]
public void initialiser()
{
//recreate the equations system
level0 = new Board("<script>var boardinit = \"11,02\";var level = 0;");
p = new Point(0, level0);
}
[TestCleanup()]
public void cleanup()
{
level0 = null;
p = null;
}
[TestMethod]
public void pointToZeroIndexedLocation1()
{
p = new Point(0, level0);
Assert.AreEqual(p.ToZeroIndexedPosition(), 0);
Assert.AreEqual(p.firstDimension, 0);
Assert.AreEqual(p.secondDimension, 0);
}
[TestMethod]
public void pointToZeroIndexedLocation2()
{
p = new Point(1, level0);
Assert.AreEqual(p.ToZeroIndexedPosition(), 1);
Assert.AreEqual(p.firstDimension, 0);
Assert.AreEqual(p.secondDimension, 1);
}
[TestMethod]
public void pointToZeroIndexedLocation3()
{
p = new Point(2, level0);
Assert.AreEqual(p.ToZeroIndexedPosition(), 2);
Assert.AreEqual(p.firstDimension, 1);
Assert.AreEqual(p.secondDimension, 0);
}
[TestMethod]
public void pointToZeroIndexedLocation4()
{
p = new Point(3, level0);
Assert.AreEqual(p.ToZeroIndexedPosition(), 3);
Assert.AreEqual(p.firstDimension, 1);
Assert.AreEqual(p.secondDimension, 1);
}
[TestMethod]
public void pointToZeroIndexedLocationFromXy1()
{
p = new Point(0,0, level0);
Assert.AreEqual(p.ToZeroIndexedPosition(), 0);
Assert.AreEqual(p.firstDimension, 0);
Assert.AreEqual(p.secondDimension, 0);
}
[TestMethod]
public void pointToZeroIndexedLocationFromXy2()
{
p = new Point(0,1, level0);
Assert.AreEqual(p.ToZeroIndexedPosition(), 1);
Assert.AreEqual(p.firstDimension, 0);
Assert.AreEqual(p.secondDimension, 1);
}
[TestMethod]
public void pointToZeroIndexedLocationFromXy3()
{
p = new Point(1,0, level0);
Assert.AreEqual(p.ToZeroIndexedPosition(), 2);
Assert.AreEqual(p.firstDimension, 1);
Assert.AreEqual(p.secondDimension, 0);
}
[TestMethod]
public void pointToZeroIndexedLocationFromXy4()
{
p = new Point(1,1, level0);
Assert.AreEqual(p.ToZeroIndexedPosition(), 3);
Assert.AreEqual(p.firstDimension, 1);
Assert.AreEqual(p.secondDimension, 1);
}
}
}

139
Testing/PointTest2.cs Executable file
View File

@@ -0,0 +1,139 @@
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Crossflip;
namespace Testing
{
[TestClass]
public class PointTest2
{
Board level3;
Point p;
[TestInitialize()]
public void initialiser()
{
//recreate the equations system
level3 = new Board("<script>var boardinit = \"001,111\";var level = 0;");
p = new Point(0, level3);
}
[TestCleanup()]
public void cleanup()
{
level3 = null;
p = null;
}
[TestMethod]
public void pointToZeroIndexedLocation1()
{
p = new Point(0, level3);
Assert.AreEqual(p.ToZeroIndexedPosition(), 0);
Assert.AreEqual(p.firstDimension, 0);
Assert.AreEqual(p.secondDimension, 0);
}
[TestMethod]
public void pointToZeroIndexedLocation2()
{
p = new Point(1, level3);
Assert.AreEqual(p.ToZeroIndexedPosition(), 1);
Assert.AreEqual(p.firstDimension, 0);
Assert.AreEqual(p.secondDimension, 1);
}
[TestMethod]
public void pointToZeroIndexedLocation3()
{
p = new Point(2, level3);
Assert.AreEqual(p.ToZeroIndexedPosition(), 2);
Assert.AreEqual(p.firstDimension, 0);
Assert.AreEqual(p.secondDimension, 2);
}
[TestMethod]
public void pointToZeroIndexedLocation4()
{
p = new Point(3, level3);
Assert.AreEqual(p.ToZeroIndexedPosition(), 3);
Assert.AreEqual(p.firstDimension, 1);
Assert.AreEqual(p.secondDimension, 0);
}
[TestMethod]
public void pointToZeroIndexedLocation5()
{
p = new Point(4, level3);
Assert.AreEqual(p.ToZeroIndexedPosition(), 4);
Assert.AreEqual(p.firstDimension, 1);
Assert.AreEqual(p.secondDimension, 1);
}
[TestMethod]
public void pointToZeroIndexedLocation6()
{
p = new Point(5, level3);
Assert.AreEqual(p.ToZeroIndexedPosition(), 5);
Assert.AreEqual(p.firstDimension, 1);
Assert.AreEqual(p.secondDimension, 2);
}
[TestMethod]
public void pointToZeroIndexedLocationXy1()
{
p = new Point(0,0, level3);
Assert.AreEqual(p.ToZeroIndexedPosition(), 0);
Assert.AreEqual(p.firstDimension, 0);
Assert.AreEqual(p.secondDimension, 0);
}
[TestMethod]
public void pointToZeroIndexedLocationXy2()
{
p = new Point(0, 1, level3);
Assert.AreEqual(p.ToZeroIndexedPosition(), 1);
Assert.AreEqual(p.firstDimension, 0);
Assert.AreEqual(p.secondDimension, 1);
}
[TestMethod]
public void pointToZeroIndexedLocationXy3()
{
p = new Point(0, 2, level3);
Assert.AreEqual(p.ToZeroIndexedPosition(), 2);
Assert.AreEqual(p.firstDimension, 0);
Assert.AreEqual(p.secondDimension, 2);
}
[TestMethod]
public void pointToZeroIndexedLocationXy4()
{
p = new Point(1, 0, level3);
Assert.AreEqual(p.ToZeroIndexedPosition(), 3);
Assert.AreEqual(p.firstDimension, 1);
Assert.AreEqual(p.secondDimension, 0);
}
[TestMethod]
public void pointToZeroIndexedLocationXy5()
{
p = new Point(1, 1, level3);
Assert.AreEqual(p.ToZeroIndexedPosition(), 4);
Assert.AreEqual(p.firstDimension, 1);
Assert.AreEqual(p.secondDimension, 1);
}
[TestMethod]
public void pointToZeroIndexedLocationXy6()
{
p = new Point(1, 2, level3);
Assert.AreEqual(p.ToZeroIndexedPosition(), 5);
Assert.AreEqual(p.firstDimension, 1);
Assert.AreEqual(p.secondDimension, 2);
}
}
}

View File

@@ -0,0 +1,35 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Testing")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Testing")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("9c8eb85d-48e3-42b2-abc0-d297c2b8382b")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

69
Testing/Testing.csproj Executable file
View File

@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{188CB73D-FA28-4C39-9C01-C95B301AF70A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Testing</RootNamespace>
<AssemblyName>Testing</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
<Visible>False</Visible>
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<ItemGroup>
<Compile Include="BoardTestLevel0.cs" />
<Compile Include="EquationsTestLevel0.cs" />
<Compile Include="EquationsTestLevel2.cs" />
<Compile Include="PointTest1.cs" />
<Compile Include="PointTest2.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Crossflip\Crossflip.csproj">
<Project>{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}</Project>
<Name>Crossflip</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

21
TraceAndTestImpact.testsettings Executable file
View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<TestSettings name="Trace and Test Impact" id="184ffeef-3ee8-4526-ac00-0b4bda2eeaa8" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
<Description>These are test settings for Trace and Test Impact.</Description>
<Execution>
<TestTypeSpecific />
<AgentRule name="Execution Agents">
<DataCollectors>
<DataCollector uri="datacollector://microsoft/SystemInfo/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TestTools.DataCollection.SystemInfo.SystemInfoDataCollector, Microsoft.VisualStudio.TestTools.DataCollection.SystemInfo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="System Information">
</DataCollector>
<DataCollector uri="datacollector://microsoft/ActionLog/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TestTools.ManualTest.ActionLog.ActionLogPlugin, Microsoft.VisualStudio.TestTools.ManualTest.ActionLog, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="Actions">
</DataCollector>
<DataCollector uri="datacollector://microsoft/HttpProxy/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TraceCollector.HttpProxyCollector, Microsoft.VisualStudio.TraceCollector, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="ASP.NET Client Proxy for IntelliTrace and Test Impact">
</DataCollector>
<DataCollector uri="datacollector://microsoft/TestImpact/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TraceCollector.TestImpactDataCollector, Microsoft.VisualStudio.TraceCollector, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="Test Impact">
</DataCollector>
<DataCollector uri="datacollector://microsoft/TraceDebugger/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TraceCollector.TraceDebuggerDataCollector, Microsoft.VisualStudio.TraceCollector, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="IntelliTrace">
</DataCollector>
</DataCollectors>
</AgentRule>
</Execution>
</TestSettings>

2
crossflipLevels/10.txt Executable file
View File

@@ -0,0 +1,2 @@
1001,1220
10

2
crossflipLevels/100.txt Executable file
View File

@@ -0,0 +1,2 @@
01000000000111021002101100000,01001101000110010100101110111,11010000000110101001011001002,00001011011101011000110021101,01011111211010000001001020101,01100110100111011100111010111,00010110100111010000000101011,10101100000100201100001002100,10101010111010110110101010111,00100110100100100010000101112,10110010111012111210111000000,00101001011111100110010001001,11000100100101100001100100000,11101111001011000011111010101,10001100201120010101021111002,10111110011011001000210101011,00111000002101010111100111101,01012000001101010101001010110,01002000101001011001011101111,10010010100201111100101011011,00101100100011100100101201102,01101011001000110101111120120,00001010000100100111200100110,00110110011110010011100011101,02011110100000111011110100011,02111111110110000010111111011,01110100010201111101010011010,01111101010100000100001100000,10000101010100100100101001211
100

2
crossflipLevels/101.txt Executable file
View File

@@ -0,0 +1,2 @@
01011101010111111111111111111,01011101010111111111111111111,01011101010111111111111111111,01011101010111111111111111111,01011101010111111111111111111,01011101011111111111200000021,01011101010111111111111111111,01011101010111111111111112121,01011101010111111111111110111,01011101010111111111111110111,01011101010111111111111110111,01011101010111111111111110111,10100110101000000000000001000,01011101010111111111111110111,01011101010111111111111110111,01011101010211111111111110111,00100010101000000000000001000,01011101010111111111111110111,10200010101000000000000001000,10100010001000000000000001021,10100110101000000000000001000,01021101010111111111111110111,10100010101000000000000000000,01011101010111111111111110111,01011101010111111111111110111,01011101010111111111111110111,10100020101000000000000001000,01011101010111111111111110111,01011101010111111111111110111
101

2
crossflipLevels/102.txt Executable file
View File

@@ -0,0 +1,2 @@
011011111110110000110001100100,110120201111110001110001101110,110100110000001110001010011001,001001102000001110001110011001,110100011000001110001110012111,001011100111110001110011100110,110101111000001110001110211001,110100011000020001110101000110,001111101111100001110000000110,001001110111100000110021000111,110100110010011110000110111001,110000100000010110101110111001,110100011001011111001110111001,011001100111101001010001001110,001111100111100101110101002001,001011100011100001110001001110,110101001110211100001010110001,110100011001011110001110100001,101011110110100001110001001110,110101011000000110001110010001,001011000110100001110001001100,000011102111100001110001000201,110100010000010010001011110201,000211111111211110011110110001,110000010001011111001110111101,110000100000111110001110110101,110200010021000001100011001000,110000010000200001110101001001,011111101111100101110101001010,001101101112101001110001001010
102

2
crossflipLevels/103.txt Executable file
View File

@@ -0,0 +1,2 @@
101101000010110011010010111000,000101110110001011000111001000,010101111111001011011111110110,101100000101101101001000100001,101110110101010010101101001011,010000111001001010101011001001,110100100000010110100011100001,010000001110001010100011001001,010010111010010101101010010010,010001111101010011001101110011,101000001110111101100010100001,010011101111100100101101011010,001011010010010000010110100011,000001111011111100111101000011,101010010110000101010010010001,010011101100000001111100011110,100010011001011100010011011001,100110100010011101110000000001,001010001011100100011010000011,110001111101001011001100011110,010000111100011100111111001000,010001010101001001100000001110,011100110101001100101111111000,101110010100100101000011100000,010000001100001000101100110110,100110100010101111111000110001,010011110101011011000111010110,111011000010110001111010000010,010000001100000011100101111000,010011110100111011001110010110
103

2
crossflipLevels/104.txt Executable file
View File

@@ -0,0 +1,2 @@
1110000000110110011111100010010,0001011111000000100000001111011,0001001011001001101000001102200,1110100000110110011111110011100,0001001111101011100000001100011,1110100100100010011011010001100,1010100001110110011011011011101,1110100000010010011001110011100,0011011110000001102000101100011,1110000000100110010111110011100,1110100000110110010111110211100,1020100000110110000011010111101,0011011111001001100000001000011,1100000010111110010111110001112,1211001111101001101001001000011,2010011111001101101000000000010,0101210000100110010111110100100,0002111111001001101000101000011,1011111112120110010111110111100,0000021111011001100002100101100,1111101111010201111001212111100,1111101111010101102010010111100,0000000010100010210110011111100,1011101111011101101001100000020,0000010000100010010110211111100,1111101111011101101001100000120,0000010000100010010110001011100,1111101110011101101201100010011,0000010001101010010012100100011,1111101111011100101101000000010,1111101111011101111120111101100
104

2
crossflipLevels/105.txt Executable file
View File

@@ -0,0 +1,2 @@
0110110111001011100001011111101,1101000001010100100120011010110,0010010000110111011000100012111,1101010111000010101000110001020,0001111101010011101101021210000,1101110001101101101110000000112,1010011020101111012101000010110,1001100011010001000101111011011,1010010011011111010211010011011,0111010020101010110001010102010,1001000010011011101011011011100,2111110001001100000110210111010,0100011111001010000110210100000,0011110110101001101101011010111,1010100011110110001101101101010,0010110101100210110011001111010,0111011101100200010011011001000,1010001111000101001212000101100,1010101110010011000200001011001,1111100111010010110110100120110,0000001001001110101120101110110,0010112111000100120010001000010,1110000001110111010110001100100,1110110101100101010011201100111,0111000102100101101111011100111,1000011111100111001011110010111,0101101111011101110100011111101,0001110010111111000000111101101,0100000000101010010020001011011,1110011001110011101000001000111,1011111010000101000100021110111
105

2
crossflipLevels/106.txt Executable file
View File

@@ -0,0 +1,2 @@
11011011110111111011110111101111,01100100001000000100001000010000,01100100001000000100001000010000,01100100001000000100001000010000,10001020001000000100001000010000,01100100001000000100001000010000,01100100001000000100001000010000,10011111110111111011110111101111,01100100001000000100001000010000,10011011110111111111110111101111,01100100001000000100001000010000,01100100001000000100001000010000,01100100001000000100001000010000,01100100001000000100001000010000,01100100001000000100001000010000,10011011110111111011111111101111,01100100001000000100001000010000,01100100001000000100001000010000,01100100001000000100001000010000,01100100001000000100001000010000,01100100001000000100001000010000,10111011110111111011110111101111,01100100001000000100001000010000,01100100001000000100001000010000,01100100001000000100001000010000,01110100000000000100001000010000,01100100001000000100001000010000,10011011110111111011110111111111,01100100001000000100001000010000,01100100001000000100001000010000,01100100001000000100001000010000,01100100001000000100001000010000
106

2
crossflipLevels/107.txt Executable file
View File

@@ -0,0 +1,2 @@
00001101000001000110001110001001,10010001011011111110110101110101,11111001010111011101110010101001,12110110011011111111010010100011,20201110100001100002110011010001,01011010100101000000111010011101,11111110101100100001101111011110,11001100110001110001011111010100,10110101001000011111010010100101,11011100101121010001100101100021,01100000110000011011102010101011,00100001011100022101001110000101,01110001010111010010100010000111,11001111100101000001001101200011,00001110002021110201010101200110,11001110100010000002011101010010,01111100000000010110011001101010,10001200011110000010110101001011,10101120111111100011002010002110,00121100000011101101000111010100,10010011000001110011110001110011,10100110100011111101011101000100,01111010111101110110010000000111,00110101001000010000110000110011,10001000111101100101101110011100,10011000110101101101101111001000,01021101010000000010110110110121,10001000100001100101011111111000,01111010101121101101001110011100,00010111011010101010110000100010,10100011000001101101101111001000,11001001111111111100000010011110
107

2
crossflipLevels/108.txt Executable file
View File

@@ -0,0 +1,2 @@
111111111100101111110011001111111,000000000011010000011100110000000,000000000011010000011100110000000,200000000011010000011100110000000,111111111100001111100011001111111,101111111100101111100011001111111,111111111100101111100111001111111,010000000011010000011100010000000,000000000011010000001101110000000,000000000011010000011100110000000,111111111100101111100010001112000,111111111100101111000011001111111,000000000011010002011120110000000,000000000011010001011110110000000,000000000011010001011110110000000,111111111110101110100001001111111,000000000011010001111110010000000,111111111101101110110011001111111,111111111100101111100001001111111,000000000011010001011110110000000,000000000011010001011110110000000,000000000011010001011110110000000,000000000011010001011110110000000,000000000011010001010110100000000,000000000011010001011110110000000,000000000011010001011110110000000,111111111100001110100001001111111,111111111100101110100001101111111,111111111100111110100001001111111,011111111100101110100001001200000,000000000011010001011110110000000,011111111100101110100001001111111,000000000011010001011110110000000
108

2
crossflipLevels/109.txt Executable file
View File

@@ -0,0 +1,2 @@
010011101000001110000000111101011,101100010100111001101111100000110,101100010000110101101111000010010,101100110000110000101111000010110,001011101111011100010000011101001,101100010001110001101110000100000,101100010010110001101111100011111,010010101111001100010000111111001,100011111101001010110000011101001,010010101111101110010010011100001,101100100000010001101110000010110,101100000000010001101111000010110,000010101111001110011001011101001,010011101111100010110010111101001,101101010010100001101110000010110,101110110000110001101111100110110,101000000000110001011011000010010,000100000100110001101111000010110,001100011000011101102000101101011,001100010100110001100011010010110,011011101110011110011000101101101,001100111011100011000111000110010,002011101011001111011000111100101,011011101111000010010010101001000,000101110000100011101011001010110,000100010001110001100111000010110,100100110000110020001100011111001,100000010001101001100010100010111,011001101111000110011000111101011,100100010000111001100111000110110,100000110000110011100120111101001,100100110001110011100101000011110,100010101000010001100000010011110
109

2
crossflipLevels/11.txt Executable file
View File

@@ -0,0 +1,2 @@
1021,1000
11

2
crossflipLevels/110.txt Executable file
View File

@@ -0,0 +1,2 @@
1111110011001111100101100100111110,0100110100101100001111101010001011,0000000100011100010001100110001100,0020000001001101012110001001111111,0111110110111012110011110111000110,1000210000001000011001111110210010,0101100110101000010011111100110000,0100100000111000110001110110100010,1000001011011111111010100001001111,0111111110101001011000011110100000,0101001111000111212110010101000101,0110000100101000101100011110101110,0000110100110000101011110110100000,1000011001111100000100100010011110,1100101001110101000110000001001110,1110100100011001111100112011110100,1011001011010110000110111010001011,0210010011011111001000011100011101,1100111011111111111011011101001011,1111011011110001001110001101111100,0101111010000110021110001011011011,0110110101001001011000011100100000,0001100010000000000001010100111010,0101011100000111000000001011111111,0010100100101010111111110111110001,1110110000111000111100010100100010,1111011111001110200111001200011100,0001100101000100101110100111001110,1111001011010000000112111110101011,1001011011011111001011001011010110,0010101101101010011002010010100000,0101111111010112111000111111100000,1110210011001112111011011001011100,1110110001010101100111110001011111
110

2
crossflipLevels/111.txt Executable file
View File

@@ -0,0 +1,2 @@
1100001001110010011100101110011100,0100111101101010100000111001111011,1110011001001100100001110101000110,1100000100100101110100111001001000,0000101001011010011100010110100000,1101110001110110001101011111100011,1001110000101111011101010111111111,1100211011100000011010010110101011,0100000110111100011101111011100011,0011001101100100010111011100000101,0110011011011000010001111111011111,0001001110001101001011100100100010,0110001110010001101011100011010001,0111000110101101010010111010001101,0011110011111100011010101100011000,1111100110011101100011001011100000,1110111001000101111101011111101011,0110100100000100110100010001101010,1111100001010001100001010111110001,0111000100111100011000011110000101,0001101101000111110111010111111111,1101111100011011010111100000100011,0101000000011000100001111000100110,0100111101111111111111101100111001,2010110110000110111001111110000010,0111111101100110110100020011001111,0000100111101110111101010101100100,1110101111011001011001110101100010,0101011001101111011010010001110010,1101010010101011110011101000000011,1111011110101001111110001001100000,0100111010100011010111110111111020,1101011100110010111101010001000011,1011000100001100001000101001101100
111

2
crossflipLevels/112.txt Executable file
View File

@@ -0,0 +1,2 @@
01111001010001101101110011011110101,00221011111010110011110000111201011,00000101111101110011110011110100111,00010101100001100111010111110111120,00001001010110112111112101110001211,11110110010111100111011010101111000,10000111111111001011110110011010000,00010011001100100011001101000021100,11101110011012001011010101111011010,00012010011100000110000010001001101,10011000011101101111001110010110110,01111020000000111111101101000111110,01111100002001110111101101110111101,11110011011000000011001111011001001,01010100110101001011020110011000100,12011011110000010101100111110011011,00000101000000010100010001011101100,11011001011001101100101100101100110,11111000000000110101101101010111101,11011001011010001111110100101010001,00010100001111100001111000010001000,10110101101011100101210002010010110,11001110011012110110100011011000211,00100010001111110100100101100111010,11111012210010001111111010110001000,00011000010011001100110101011110011,10000101011101011111011101000100011,10101011101111110001110001010110120,11100011000021001010001111002001001,00100110010010100020111000102101001,11110001110110100111010020001110011,00100100011111111011011000100100111,01000101001111110010001100021000000,01011011011011000101102101120000001,00101000011010100110011100111110100
112

2
crossflipLevels/113.txt Executable file
View File

@@ -0,0 +1,2 @@
10110011110111010020110110020020111,00101101001000001100101100010010101,10100011100100010000100111112010111,01111000010000001101111100001110110,10010111111101010011010111110101002,10010110001011010011000011110101101,00100000010101111100111100001010110,21101100011000101100010100101010110,01101100011000101110111111001000111,11101000011000111101101100001010110,10011111100100110011001001110112110,00001010001100011100111101001111111,00100101110010101000110101001011110,10011111101111010011000101100111001,10010110100101110111000010010100101,10010111100110010011101011111101001,10110011100111000011020011110110020,01101010010000001100110100001011100,01110110001000100110110102001011010,00101010111000100100101101002011100,00100000000101101100111100211100011,10100111111111010011000011110101012,11010111110111010011001011010100011,10010111000101010011010011110100111,01110000011100101000101100101011101,11101000011001100100111100000111001,00001000011002120011000011111100010,10010111110011110011000011110000010,01101101011201111100111100001101100,10001111110121111101110110001011101,01120000011000111101111100001010111,01101001011200111110011100001011101,01111100001000111101101110011011101,11100111100111100011000010100001010,10000111100111100020001100001011101
113

2
crossflipLevels/114.txt Executable file
View File

@@ -0,0 +1,2 @@
001110101101000010000001101111101111,001010001101001001000001100111010101,000111000101010100001011101111110101,100100111011110001111100111001000011,001111101101100010000011100101111111,001111000101000110000011110111110101,110000110010111101111100111100001010,110010110110101101010110012000001001,001111001101000000100001000111110100,101111001110010110100011110111110101,111011110000111000101110010000001110,000011011101100110000001100110010100,001011101101110000000011100111011101,001111001101000010110001100011111101,110100110010111101111010010000101000,000010001101010010000001100111010100,100000000010110101101110011000010010,001101001001000010000001100111110101,001110001101000100010101100111110100,001111001101100010000000100011100101,001001001101000011000000000110110101,110010010010111111111110111000011100,110000100011111101111010011001001011,110100112101000001001001102111100101,011111010111001010000001100111110120,110001101011111101001101010211110111,001001101101000010010001100101110001,001111100100000010000001100111020111,001111000001000010001001100111100111,110011111010111101001110001010011010,010001111000110101101010111010011001,111100111110111121010110011000010010,110010110000111111111111011200011001,110000110112111100111100011100011000,111010111011111111111010011100001001,101101000001100000020001100011100010
114

2
crossflipLevels/115.txt Executable file
View File

@@ -0,0 +1,2 @@
000000110000010111101100001100011010,010100110001000101111100011110111100,101000011101101001110110011001000000,001010110010101011010101101100101010,011101100011011110101001011110011100,001010101110011010111001000110111001,110101011011001100001100010000000101,011100111011010111001000101100000111,110100000000000110011110111001101011,110000100110101000010000100010010010,100110010100101011011011010100000100,100011111100011010000010000110101000,000010010110100101101010010000010000,110010011001010110111010001101000100,101000111010011110011012000100010110,011100110011010110101101001111101101,111010100000110001001100111000111001,000000110101111110100101011101110011,001101111011000010001001100011111111,000101010011001110011101110111111000,001100101001000100111001100111001111,111001101010010111001001101100101011,021101110011101111011100111111101110,110010111010111000111111001011011001,011011111011000001001011111010100010,100111010011011111000000110110001011,111100001100001100100100111000010000,001101011001100110011111001000110101,010110001110102101110001011110101011,011101011110011010011100011110001001,001110101110111111101110001101101110,011110001011111010011111111000111101,111101001011011111111111111010001101,001001111001011021101000100011011010,010010001100110001101001110001011010,110111001110111010001111110010101101
115

2
crossflipLevels/116.txt Executable file
View File

@@ -0,0 +1,2 @@
1111000101111001010001011100110111010,0000111010110110101110100001001000101,1000111010110110100010100001011000101,1111010101001001000001011100110111010,0000011010110110111110101000001101101,1111000101011001010001011110110111010,1011001101000001010001011110110111010,0000111010010110101110100001011000101,0000111010110110101110100001001000101,1111011101101001010001011110110111010,1111000101011001010001011100100110110,1111000101001001010001010110110111010,0000111010100111101110000011001000101,1111000101001021010001011110110111010,0111100101001011010001011110010111010,0000111010110100101110100001001000101,1111000011001001011100011110110110010,0000111000110111101110000001001000101,1111101111001001000011011110100111010,1111000101011011010001010110110011010,1111000101001011010001011110110111110,0000111010110100101110100001001000101,0000111000110101101111101001001000101,0000111010110101101100101001001100101,1111000101001110100001011110110111110,0000111010110100101100100101001000101,0000111010110100111110100001011000101,0001111010110100101110100001011000101,0001111010110100101110100000011000100,0111000101001011010001011110110111010,0000111010110100101110100001001000101,1101000101001011010010001110110011010,0000111010110100101110100001001000101,1110100101001011010001011110110011010,0111001101101011010001011110110111010,0000111011100100101110100001001010111,1000111010110000001110100011001000000
116

2
crossflipLevels/117.txt Executable file
View File

@@ -0,0 +1,2 @@
1111111000111000010000110101101001101,0010000001010001110100011011111110101,0101000000010100000001001100000001101,1000000011010010010011010000101010011,1111101100101011011011010011112000101,0111111010011000101011101111111101000,0100101111110001100010010000011010110,1100110110000000100111100111011001101,1100001111101001101010010111001110101,1111001011111101100011110110001102000,1110110110011111100110210100100000110,0010110100110201111110010000000001010,1010000110100100100111100100000111110,0100100111000001001011100000111111010,0000000000010011010100001100001011100,0000000010001101101110001010111110000,0011100110110110110110111011000001000,1111100111100001001001100110110010111,0011010101011000111100010001110101011,0000011101101010011100001101111100110,0001010100000010001000000100011100011,1001010101000000010120111001100001101,0000001111010101010001101001100001111,0000011110100011001100010110000010101,0101110011010110110101101211100001000,1001110010101101001000001001001110010,0100201001000011010111010100101011111,0110011100211101101000111101111100010,1101101020111111000110101111111100110,1100011111001111110001011101110000100,0001101101100011001100110101101101010,0001111001010000001111010101111000100,1110010000110100100111001111001010011,1000011000011012110011110011001100001,1110001111010110101111011001101111010,0000110000100000111110001101001001111,0001001000100011010110110111000000100
117

2
crossflipLevels/118.txt Executable file
View File

@@ -0,0 +1,2 @@
12000010002010111110010111111111111111,10211101111010111110010111120000010000,10000010001101000001101000000000010000,10000010001101000021101000000000010000,10000010001101000001101000000000010000,10000010001101000021101000002000010000,01111101110011111100010111110111101111,10000000001101000011101001001000010000,10000010001101020011101000001000010000,10000010001101010011101000001000010022,01111101110000101100010120001000012020,10000010001101010011101010001000010000,01111101110010101100010101111111101111,10000010001101210011101010001000010000,10000010001101010011101010001000010000,10000010001111010010101010001000010000,01111100110010101100010101110111101111,01111101110110101100010101110111101111,01111101110010101100110101110111101111,10000010002101010011101010021000020000,01111100111010101100010101110120000020,01111101111010101110010101110101111111,10000010000101010011101010001010000000,10000010000101010011101010001210000000,01111101111010111100010101110101111111,01111101111010101100010101110101011111,11111101111021210011101010210101011111,10002010000101010021101200010101111111,10000010000120101110010101010111111111,10000010200111010001101010101010000000,10000010000111010001101010101010000000,10000010000111010001101010101010000000,10000010000111010021101010101010000000,10000010000111010001100000101010000000,10000010200111010001101010101010000000,10000010000111010001101010102010000000,10000010000101010001101010000010000000,10000010000111010001101010100010000000
118

2
crossflipLevels/119.txt Executable file
View File

@@ -0,0 +1,2 @@
10110000110000000000001010010010100111,01111100111101010001111010101010000011,01001011100101001211110011011101001100,01100011111011110011010011001101101000,01100101011011111111000111100100111010,10111000001100000100000000101100011011,01011011010100000101101000010000011110,12011010100111001000011100110010000110,00011110111000010100101010000111110110,10011001011000010100111001111010111110,10010011001011200000011101010001010011,01001100001110101010001021100010011111,01010100111110010100101000111010110100,01110110110111001011001000100010010011,00100101101000101111101011100100001210,01000100000100010111100111100101010100,10010010011100000100001000101000110111,01011101101010100000010111111101011000,01100101001001110010010001101101101010,10011100111000110011101010011010100010,11110111101100000011111101111101000110,01011010110110010101101010110010100111,10100001001100111011100120001110101100,01100001011001111011011100011000101100,11100101101010111001010111010100001000,11010012110101000100111110100111111111,11111011010111000000100011010011110101,11101000001010100001110100111111001000,01001000110111100010101001010100010010,10001111001001111100111101001101001000,00001011010100001100001111011011101110,11111010110100000000010010110010111110,00011001010000111100110001100000110111,11111001110100011110110011100110110111,01111000110100000100100010001001011010,00101011001010100101001101001100001001,10011000110000010101001010100011111111,10100100000010011110000101010011011010
119

2
crossflipLevels/12.txt Executable file
View File

@@ -0,0 +1,2 @@
0010,0001
12

2
crossflipLevels/120.txt Executable file
View File

@@ -0,0 +1,2 @@
100120011011010011000000110100110012011,001101010000001110101000101101111010020,000110010011010011101010100101001000101,010001011011111111112101111001001100110,000111010100111011010110010011010010101,201011101101000010111000111200010000100,110110120000000011001001000111010010000,000100110010000011001010100000110001100,001111111100111100110101101101011110111,110200010100100201100011100012001111010,111110101100010010111101000000101101111,110011000011010000111101000101101101110,010010101011101110000010111101010000010,111110100100101100111111021101101111202,000100010001100111101010100110000001001,001010111110001111000010000101011001000,001101102010001010100100011001020001001,011010000011000111000000100110000111002,001001100111112000011000011111011111100,100001111101111000111101011000100111000,000001000000001001000011100111000011000,011000101110101010111101110000101111110,011111111111011000011101001100011011110,111111010120011111000100101001011110001,011011101100101110111100011100111111110,001001010000000011001010100001010100001,112111100110100001102111100111001000010,111210210001000011111110101111000011001,110001101100110100000000001101101101110,110011010111101001211100001101111011011,100010111000001001010012101010001111100,110011001101111010021111100001000000001,110010011010111010010110001111110111211,001121111000000102001100011101011110011,001110110011200210101111101011010001001,100001000101011101111000010100101111111,110011000100010100110100101000020010101,001210001101111011000100001101110110100,011000100012011000011101000100101001111
120

2
crossflipLevels/121.txt Executable file
View File

@@ -0,0 +1,2 @@
110112100011111111111001011011011100011,010100020210100000011100011000101001000,011001000010011010111110011011001100101,100100000111020101011111110001100110010,100210010010010100000011111100101000111,100011111111001011011001110111001001100,010001000110000110000110100000000000011,002100010010111000000020100000101011000,011110001000001010000021110111010100101,010110111111111111112101110010111000100,000111101111110100000201110000111101100,000000110000111000101001011111011001001,111100111011100011100001010100100000101,002010000211001001000111001110011011000,010111100010101001101110101010011001001,101110011110000011111010111010001010110,111110001011011000021000001010110100011,101000010101101111111111101110110000010,110010110011111012001100001111100100011,000000001010010000100200111000011101110,111110110011000111010111111010000010011,100000111001011110010111000021110111010,100100011010011000111101000010010111000,010011101111110110001000011200011010100,000100110010011010100110110010101001011,100000110110001101012110100110110111011,010101201011000102000001111101000100001,010110111100101101101111102101111100100,001012010000101011000000010011111002011,101111011001111001001102011111010011011,011100011001001110111011011010110010100,000100100110100110011101100000010100001,101100010001001101101010100000011100011,000111020110010111000000101011100111110,000100101110010100110011100000010010010,010000011001100000111101100101111000100,101020111100111011100111100111110000010,110000001001010101110011101111100100011,110010010110001001001001000000011111001
121

2
crossflipLevels/122.txt Executable file
View File

@@ -0,0 +1,2 @@
0011110000000010100000010100001001111101,0011011011001010000010010010011101110000,0011111010101010010010010000011001200011,2100000100110101111101101111100010100001,0100011100010121111100000111101002010011,0100000110110111101110101101110011000011,0102000000100101111101100111110011001110,0101010100110100010101111101000011000000,1010020100110101111001011111000010000011,1110100011002101110101100101110011010001,1010101011001010000020100101121100112000,1010101011101010000110110010001100110100,0101020211001021001011010000001110010100,1010111111000000010110110000001101110100,1110111001101110000010010000001101110100,1001000000110111111002111111110011001011,1010110111001000001001000000001000111110,0101000000110101101100101120101101010100,0102101100000010000010010000021100110100,0200000010210111111101210111111100111100,1111111111111011000011110000011100110100,1101011011101010010011110000011100010200,1101110111101011001011110000010010110110,1011101111101010001001110001111001110100,0100001000110101111100001101100011020121,0000000001010101111000000101100110011001,0000000000110101011111011120011100100000,0000000000010100111100011111110011111001,0010000102211111011020001100000111120100,0111010111001110000101110000011110000110,1111101110001010000001110100010101100101,0000000110010101110111101111101001001011,1111111111001010100011111011011000100100,1101111111001010001101110000011101100100,0000001000110101111110010111100011010010,1111101211111010000101111000111100010110,0111011011001010000012110001011100000100,1111101101001110001001110000011100101100,0000000100010101111121011000011100120100,0011100110011101111111011111100011021111
122

2
crossflipLevels/123.txt Executable file
View File

@@ -0,0 +1,2 @@
0111111101001011001011100010010111110010,1011000011111102001101211101101000101001,0101101101001011001101100010010011110110,0101111001101011011001100010000111110010,0101011001001011001001120101101000000001,0101101101001011000101110011011121110000,0101101101001011001001110010010101110110,1000000010111100100111001121111010000101,0101011101001011001011111000011100110110,0101101101001011001101111000010101110110,0101111111001011001001110001010101010110,0101111101101011001000100000010101110110,1110000000110100110111001101101010001001,0101011101001011001001110000010001121001,1010000010100100100110001111101010110001,0101110101001011001000111000011101000110,1010000110110201211000001011100010011001,0101111100001010101100110010010101100110,1000000010010100010110001111101000010001,1110020010110100010110000111101010001001,0110111101001012101101110000010101100110,1000000010110210101001110000000101100110,0010000000110100010110001111101010011002,1010010010110101001110001200010101121001,0001112010110101110011011011101110001001,0101111101011010101001110100010101110110,1010000010110101011110001111101010001001,0100100101001010101001110100010100110112,0101111111001010101001010100010001110110,1100000010100101010110001111101010001001,1101011100001110101100110000010101110110,0101111101001010101001110101111101110110,0101111101001010101001121110010001110110,1010010000100111000110101021111010201011,0101010101001010101001010111100101010010,1110000010110101001110001001100010101001,1010000000010101110000001001101110101001,0101111101001100101001110110010000000110,0101111101000010201001110110010111010100,0101111101001010101001110100010101010110
123

2
crossflipLevels/124.txt Executable file
View File

@@ -0,0 +1,2 @@
10100111101110101100100111101011000110001,01011000010101010010010000012011000110001,10100111101210001101100101101001001110101,10100110101110101101100111111011101100001,01010000010001110000011000010100120101110,10112111101100101101101011100001011110001,10000011101010101101102010101010021100110,01011000012001010010010000020100000001110,10100111100110101101101100101011011100101,01011000011001010110010000010100100001110,11100101100110101101101111101011021110001,11011000010001010010000000010100000001110,01111000010001010010010000012100110001110,10100111100110101101101111101111101110001,01011000010001110110000000010100100001110,10100111100110101101001111111011001210001,10100011110111101101101111111011001000000,11211010011001010010010010010100110101110,01011000011000010111010000010102112100200,01001100011001010010010010010101110101000,10100111100110101111100111101000000010210,10100111110110101101100111110110000010100,01011000011001110010010000111101111101010,10100111100110101101101111120111111101010,10100112111111101101101111102101111201011,01011000011001010010110100011111111001021,10100111100110101101121011100020000110011,01011001011201210010010011011111111001000,20100111000210001101101111000100000110111,01100111100110001101101111000000101101101,00111111100010001101002000011101111001001,11111000011101110010111011011111111001200,11011000100101110110011000011100110001000,01011000011101110012011010011210111001000,00100211100010001100101111120000100110112,01111000011101110010011010011111111001011,00100011110010001101110111000000000110100,11011000011101110010010000011011111001001,00100011100110001101110111110000100010100,11011100011101010011011000011111111001000,11011100011111100021100111110000001110111
124

2
crossflipLevels/125.txt Executable file
View File

@@ -0,0 +1,2 @@
10011001101100001110000111111101110101101,11101100010001110001111000110101111110011,11200110111000010101010100000000001111211,10100011101210110011110120011110001010010,11111100010110100111111010010101101010101,01100111010110210000111011011010111010101,01011000011000101101011111011010011110111,10010011010111000011101110211001110101111,00000010000100000000000011010010110021101,01111010101101200001111000111010001011111,11110010110111200100100011110110101100100,00101101101100101100000111000111101011000,01000111000100001100111111110001000011011,11020001110001100100010101100001000101011,11000101101010111010101010011000110010011,00111011001101001110001101110101100001010,01101001100001101010010100100110000010000,10111111111110010011001111110111100000110,11010100110100100021000111100002111011110,00101101111111011111110100010010000000001,10110010101110001011000010100010011000001,11100010000011001010011011100111001111001,10100211010110010000111020111001000000011,00111011100111101110001101110021010011000,10000100211100211120011110101000110000101,10111001101021010101010100110101000100000,00100001001011111111110111201111000001001,00001010001010111000000100110011100110101,10110011010101010011011110110100110111110,01000110111100111002101111112110000001010,00010001111101101000000102000100011111001,11000001010110012001111010110001100111101,11010110000011010121000001001111111101102,11100010001000111011101010111101011011100,11110001010000101200010100010200001000010,21110010000110000010200002201000001010110,00111012101000010011001000111100010111011,01000110110001010011101111110101112100110,10110100100010101001110200010111101110101,20001011000010100010100010100001110100001,10110001111111100011011111100111000001101
125

2
crossflipLevels/126.txt Executable file
View File

@@ -0,0 +1,2 @@
111110000100010000100111101101001110011011,010101100011101100101111110111001110010100,001100001000010111000010010101001001010011,011001001110100001110110001101100010101000,100011011100010000101000100011110010010001,101000011011010111010010010111100010110101,000110101111001011000111001001011110001100,100010101001001001110000111000000111111100,010111011010101001110110111001011110001101,000110100000010001010101100010000011100000,101110011110010100100010000110110101011100,010111000000111011101100011111001000000111,010000101001010110111110000111101111001100,010010101101111100111100101110011001101101,111001100011110011011111010101011011101010,010000011111011011110010010100011100011011,100101110111001100000000101011000000101000,010111100010000010111101011111000000001001,001011010111111110010010100000100000001000,000110001010110011010101101001000100111111,111111110010010000100001110001101000010010,001010011111111000101000111010100110011111,000000000001000000110110010011100011010011,011110000000111011100001010000110010100000,110000010010001011101010101000010011111101,000000101100001110011001101111100001100011,111000111000000011110101001101101001011001,000010001011101101111101001110110111110100,111011000110001011001110101001001111000100,111011101110110110011110000101001100001000,001110110011001000001010010100111000010011,000011010101100011111000110110000001110001,001001111011011111000101101111000001101000,100011001100001101111111011111100010110000,001111011001100110111010001011101100000001,010011001001110110100011001110001111110111,010001101110111000101101010100100100110101,010010001001000011100011000101001000101110,001010101000100110111000011001011001110100,011001011110111000100110010100011111000101,011101101101110011011110111111000011101000,011001110100000001010010111111010110011011
126

2
crossflipLevels/127.txt Executable file
View File

@@ -0,0 +1,2 @@
101000010000111011001011100111010001110001,111200110010011011001110100101110020100110,101110110000011001000011100111010001111000,111111101110000120001011100121010001111100,101100111010111011000011101211010001111000,000011001110010110100100011000101000001111,010011001111000110110000011001100010001111,010111000111000010010100111000100201112111,010111001001000110112000011000101000001111,102110110000111001001011100111010101100100,100001001120011000000011100111000101100000,010010001101000100110110010000111010001111,010001000111000111010100011000101011001110,001000100011111001001001100001010101110001,101000110010111001001011110111110001110000,000020111010111000101011100111010101010100,010000001111000110121011000110010001100000,101010010010111001001010100110202101110010,101010110010111000101012011211011101110000,110001000101000110110100111100100010101101,001110010000111001001011101011011111110001,101100000010111100001012100011011101110000,010001000101000110110100101100100020100111,100110010010111001001011001010011101110000,010001011101011110110000011101020001101112,112001001101000110111100011100110000001111,010001001210111101001011110111021111110001,101110111110111001001011100011011101111101,001110110110111002001011100111010101110011,010001001011100110110101011101100000101110,010001000001000110110101011100100201001110,210101011001000111110110011101100110001110,101100110110111001001011101011011011110001,101111000110011001001011201110111001001110,102001001101000100110000011100100100101110,101110200100111001101011100011011011000001,010001101001000110110110011000110100001110,010001101000000110110100011101100100000110,011001101011000110110110011100100100001110,111110010110110001001011100011011011110001,101110010011011001001001211110110100001110,101110200120111001000011010101011101110101
127

2
crossflipLevels/128.txt Executable file
View File

@@ -0,0 +1,2 @@
0010111001111011000101011110010000101000001,0010111001111010000111011110011000101001001,0010101000111110010100011110011000111000001,0010100001011011000101011010011000111000001,1101100110000101111010000001100111010110110,0010111011111000000111011111011000101101001,0100111001111010000101011110011000111100001,1101010111001101110010100001100111110010110,0110111011111010010100011110111101100010000,0000101000111110000111011110011000101100001,0010011001101010000101111110010000101000001,0010111001101000000101001111011000001000011,1101000110000111111010101001101111010111110,1010101001111010001101011110011000111011001,1010111001111011000101011100011000101000101,0010011001111010000101011100111000101000000,0010200010000101111110100101100111010111110,0010011001111021111010101001000111000111110,0010111010111010000101111110110101101010011,1101100110010111111010100001100111000001110,0101100110000101111010100001100111010111110,0010011001111010000100011110011000101010001,1000011001111010101111011010001110001000001,1001000110010101111010100001101111010111100,1101100110000101111010100000100111010101100,0010011001111010001101011110011001101000111,1100100110000101110110010011100011010111101,1101100110010100111110100001101011010111110,1100100110000101111110100001110111010111110,1101110010000101111010100001100011000111100,0010011001111010000111010110011000101000001,0011011000111010000101011010011000101001001,0101101110000001011110100001101011001111110,1101100100000101111010100001100111110111100,1101110110000101101010100001100011110111100,1000011001111010100101011111011000101100011,1100100110010101010010100101000111010011110,0101100110000101111000110001110110010111110,0010011001111010000101011110111010101000001,1101100111000101111010100001100111011111111,1110011001111110010101011110011000101100000,0000011001101010000101011110011000101000001,0010010000111010000101011110011000101000001
128

2
crossflipLevels/129.txt Executable file
View File

@@ -0,0 +1,2 @@
1111011001110001111110100011000110110111011,0101001002111010010101101021000110010110011,1000010110000110001100010100011001101000100,2000100110001011000010010000111001101000010,0000110010001011000000010100110001111000100,0110001001100011111111100010000100010111010,1111001001110000111011101011000010010111001,0011100100001111100100012110111011000100101,0002101011110000011111101001000101010101011,0000010011001111011000010000200110010110000,0000110110101111100000111110111000101100101,0000110111000110011010010100110001101010100,1111001001000000111111110011000010001111012,0002110110021111100000010110111001101010101,0101110110001111100000010000111001101001100,0001110110101101000010010000111001101000100,1010001011110001110111101011001110010111011,1110001011110001011111101011000010010110011,0001110110101011000000012101111001100000100,1111001001110001111111101001010111010110001,0201110110101111000010010110111011101000100,1010000001110000111111101020101100010101011,1010101000110000111111101010000110010200100,1010100001110100111101101010000100010010011,0100110100011111001000010100110011101100100,1010001001100021100100010000111001101100110,1010010111010010111111001200122001101110101,0100110110001110000021101001000010110101010,0101010110000111010000101100100001101010100,0100111110101111000010010010101011101100100,1010000111121000111100101011010100011011001,1010001101000100211101101001010111011011011,0101100110000111000112101010010110011001210,1110001001100100011100111011010100010020000,1010101001000001111100101001000121101101200,1010011001000000111020101111012001000121111,1010001000000000111100001021010000010001011,0101110112100000111100101011000011010111111,0010011000100000111100101111000100011001011,0101200001100100101100101120101001000100100,0100010111111111000001000100101000101100000,1010101010100000111101100111010111010011011,0101010101010111100011000100100001101101100
129

2
crossflipLevels/13.txt Executable file
View File

@@ -0,0 +1,2 @@
0111,0210
13

2
crossflipLevels/130.txt Executable file
View File

@@ -0,0 +1,2 @@
10101000110111110001000100110111011100101110,10100000010001101111100000000011000111110120,00111110111000111211010101200010101010100110,00100111000011000111100010101000100011001101,10010011101001010111001011111001010101111101,01111111100110100000100100100000001100010101,10010100101110100110100001010101111111110010,11010000100021101101010111100001110000110100,10200110111110000010111101011001101010001101,00100101011100100110010001101100100111101100,11011011101100010001100000111100101100101010,01001101000101010112000100111110101001110020,00110101100101010011001010011011101110000001,01110000121010011100101111010110001001111001,11001011001111201100100100010100101101110110,00111110111000001011011111010100000100111101,10010111101011100101011000000011000111110100,00001111010101110101000000010010211110101011,11110010000010001001101100010010100101111100,11010000001010001000001111100000020110000010,11110110101000000101110101100101112110112101,01010110000111001111110100011212110010011010,01011110111101110011011010011100010110000010,00111110000111111000101010101000011000110110,01001010011001110111101210100001110011010111,01000100000001111000000111111000110010110011,01111111010110110111100010101100100010010000,00100201011111100011111112000100001011200000,00010120000110110111000100100111111110110011,10100110011011021101001001001011101100010110,01101010001000010101100010111001001100110011,00111100011001000100101100010101110101000000,10001100110101101101011100101100100111000011,11011110111000210100110000101000001000102000,10111010100111100011111110101001111110101001,10100011112010101110110100100101011001011000,11100010111001011000111110111200100012101000,10010000010100001000010001010011010101010100,01001100000100011111101100101100110010001111,01000010110100111010100010011101111101101110,11100010100011001110111021010100010100011100,10011111111000001100001111110011010010111110,01110101101111101000200100101120011000101110,01000110101100011101110010100011100101011010
130

2
crossflipLevels/131.txt Executable file
View File

@@ -0,0 +1,2 @@
01011011111100011100101000001011001100001110,11110100000011100011010200011211001100001110,01011011111100011100102000021111001100002001,10100000000011000012010111110000110011110001,10100100000011100011110111100000110011110001,21011011111100011100111010010111001100001110,01100100110010100011010111100000110001110001,01011011111100011100111000011111001100001110,00011010111100011100001010011021001100011110,11210100000011100111010110100010110011110001,11011011111101111100101001011112001100001110,11011011111100011100101001011010001100001110,00100100000011100011010111100002001100001110,11011011111100011100100000011110000100001110,00100100000001100011010111101001110111110001,11011011111100011100101000011110001100001110,00100100100011100011010111100001110011110001,11010011111100011100101010011110001100001110,20100100000011100011210111100001110011110001,01011011010100011200101000011110001100001110,11011011001100010000101011011110001100001210,01100100002011211000100000011111001200001110,11011011111100111100101000011110001100101110,11011011111100111000101000200001010001110001,11011011111100111000101000111110001100001110,00112011111100111002101000111110001100001110,11011011111100111000111000111110001100001010,00100100000012000111010111000001121100001110,11011021111101111000101000111110011200001110,00100110000010010111010211000001100200001110,00100110000010001111011011010001100011111001,11011011111101111000001100120001101011110001,11011011211101111001101100001111011100001110,11011011011101111000101120001110011101001010,11011011011101112000101100101110011200001110,00100100100010001111010011000001100111110001,11111211011101110000101100101110011000210001,00100000100010020000101100101100011000001010,00100111100010001111010011010011100101110001,11011111011100110000101100101110011000001111,00100000100010001111010010010001100111110001,00100000100012110000101100101110011000001110,11011111011101110000101110101110011000001110,11001111011100110010101100101110011000001110
131

2
crossflipLevels/132.txt Executable file
View File

@@ -0,0 +1,2 @@
000100111000101001101011111110110011111001010,111011000011010110010100000001001100000010100,000100111000101001111010111110110011111001010,111011000110010110010100000001001100000110101,000101111000101001101011111110110011101001010,111011000111010110010101000001001100000110101,111011000111010010011100000001000100000110101,111011000011010110010100000001011100001110101,000100110000101001100011011111110011111001010,111011000111010110010100000000001100000110101,000100011010101100101011111110110011101001000,000100111000100001101011111110110011111001011,000110111000101001101011111110110011111101010,111011000111011010010100000001001110000110101,001100111000101001101011111111110011111111010,000100111000101001111011111110110001101000010,000100111000101000101011111110110011111001011,111011000111010100010100000001001100101111100,011011100111010110010100000001001100001110101,000100111000101001101011011110110011111000010,111011001111010110010100000001001100000110101,000100111010101001101011111110110111101001000,101011000111010010010100100001001100100111101,000100111100101001101011111110110011110001010,000100111000101001101011111110111011111101010,000100111000101001101111111110110011111101010,111011000111010110000100000001001100000110101,111011000111110111000100100001001101000110101,111011000111010110010100000001001101000110101,000100111000101001101010111010110011111001010,000100111000111001101111111110010010111001010,000102111000101001101011111110110011111001010,111010000111010111010100000001001100000110101,000101111000101001101011111110110011111001010,110010000111011100000100000001001000000110101,000001111000101001101011111110111011111001010,100101111000101001101011111010110011111001010,111010000101010110010000010001001100000110101,111010000111010110010100000001001100010110101,000101111000001001101001101110110011111001110,111110000111011010110101000001011100010110101,111010000111010110010100000001101100000110101,000101111000101011001011111110110010111001011,011010000111010110010110000001001000000110101,110010000111010110010100000001001100000110101
132

2
crossflipLevels/133.txt Executable file
View File

@@ -0,0 +1,2 @@
010101001000010000000000000101001000000001000,010101021000010220000000000101001000000001000,012101001000010000000000000101001000000001000,112010110111112000000000000101001000000001000,010101001000010000000000000101001000000001000,101110110111101111111111111010110111111110111,010101001000010000000000000101001002000001000,010101001000010000000000000101001000000001000,010101001000010000200000000101001000000001000,010101001000010000000000000101001000000001000,010101001000010000000000000101001000000001000,010101001000010000000000000101001000000001000,010101020111101111111101111010110111111110111,010101001000010000000000000101001000000001000,010101001000010000000000000101001000200001000,010101001000010000000000000101001200100001000,010120110111101111111111111011110111011110111,210111001000010002000000000101001000100001000,010111001000010000000000000101001000100001000,010110000000010000002000000101001000100001000,101010110111101111110111111010110111011110111,010211001000010000001000021010110111011111200,010011001000010000001000000101001000100001000,010012001000010000001000000101001000100001000,101101110111101111110111111010110111011110101,010010001000010000001000000101001000100001000,010010001000010000001000000101001000100001000,101101110111101111110111111010110111111110111,010010001000010002001000020101001000100002101,010010001000010000001000000101001002100001020,010010001000000000001010000101001000100001000,010010001000010200001000000101001000100001000,010010001000010000011000000101000000100001000,010010001000010000001000000101001000200001000,101101110111101111110111111110110111111110111,010010001000010000001000000101001000000001000,010010001000010000001000000101001000000001000,010010001000010000001000000101001000000001000,101101110111101111101111111010110111111111111,010010001000210000001000000101001200000001000,012010001000010000001000000101001000000001200,010010001000010000001000000101001000000001000,101101110111111111110111111010110111111110111,010010001000010000002000000101001000000002000,010010001000210000000000000101001000000000000
133

2
crossflipLevels/134.txt Executable file
View File

@@ -0,0 +1,2 @@
0101111000100111101111110000011001100011010101,1010000111011000010000101111110111001100101210,1010000111011000010000201011110110011100101010,1010002111011000010000101111110110011100120001,1010001111001000010000101011110110011200111010,1010000111011101010000101111110110011000111010,1010000111011000010000101111110110011000111010,1010000111211000010000101111111110011000111010,0101111000000111101111110000001001100111000101,1010000111101000010000101111110110011000011010,1010010111111000010000101111110110011001111021,0101111000000111101200111111010110011000111021,0101101000000111101111010000001001100111000111,0001111000000111210200101111110111021000111000,1010000111111000010100101111110110011000111000,1010200111111000010100101111110110011000111100,0101011000000111101011010000001001100111100101,0010000111111000010100101111110100011000111000,1000000112111000010100101121001201100200111021,0101111000000111101011010001001101100011000100,1010000111111000010100101111110010011000111010,1021111000000111011011010000101101100011000101,1000000111210111101211010000001101110101010101,0111111000000111121011110000001101100111000101,1111111000002111101011010000002101100111000101,0110110000001111101111010000000101100111000101,1000000111011010010100100111111010011000111010,1000000111110000010100001111111010011100111010,1000000111110000010110121111111010011000111010,0111101000001111101011000000000101100111000101,0111121000000111101011001000000101100111000102,1000000111110000010100111111111010011000111010,0111120111110000010100111111111010011000111010,0111001000001111101011001000000101000111000101,1000010111110000010100211112111111011000111010,1000010111110000010100111110111000011000101010,1010010200001111101010000011000101100111000001,1000010011110000010100111110111010001100111010,0111101101001111101011000001000101100111000101,0111111100001111101011000001000101100111000101,0111101100001211101011101001000001100111000101,1000011011110000010100101110111010011000111010,0211101100001111100011000001000101100111000101,1000110011110000010100111110110010011000111021,0112010011100000010100111110101010011000111010,1000010011110000010100111110111010011000111010
134

2
crossflipLevels/135.txt Executable file
View File

@@ -0,0 +1,2 @@
1101010101010011001101011100011110101101010000,1100010001110011011010110100011010100011000110,0010011010101111111001111001000010000000010101,1101001001100000001011111100101110001101111010,1001110110011110001010101001011010101101001001,1100100011000101110100000011101001110000100111,1111010100111110001010100011111110101011010011,0110011101000011101000111100001100101111010000,1101011101010010110110111011010110011111011000,1100101110101000110011000001100001110100001011,0010100000001101111101010011101001000111101110,0010101011101101000100100001110000010000100010,0101000101111000001010110100001110100101011000,0001010101011110111101011100011110000111001000,1100010111011000001110011000011111101111011010,1101010101010010101110111001000100101001011000,0101010000110110110000110100111110101111010001,0001010101101000001110110011010010100001110100,1101011101010011100010101110111010001111001100,1111000111111010101011011000111010110011011111,0110101110001101000101110111121101100111011010,1101010111010000001010100100011010101111110001,0010101010100101110111001010111000011101110111,0101000001000010101010111100001110111111010110,1101010111011010001000111000100110100101001101,0001101000001011110101010011100001000011111000,1101211111110010011001110100100010100111111010,0110000100001111111101010011110111010001110111,0100011101111010101100001110001100121110111011,1120110100111110010011110110011010111111010000,1101110101101011011010011010111010111110111000,1010001011000000010011010101111101000000001100,0010001110001101100101000011010001000001110111,0010000010010001111101000001110101100000000111,1001001010011101110011110011001000100100101111,0101110101010011101000011101001000000111000011,0011011100001110110101001011110000000001101011,0110100001110010000010110100101110000110101000,0001110001010010000010111010001110111111111000,1101110110110010001010010000001011101111011110,1011101101110000000101111111001100011110110011,1110001011011000010011000111110100010000100100,0000001000011111100001000011111100000000001001,1000111101110110111011010110101011111111111000,1101100001111010101010100010101000110111010100,1100110001110110001000111100011011100110101110
135

2
crossflipLevels/136.txt Executable file
View File

@@ -0,0 +1,2 @@
00001010110011100100110001000000001011000101100,11100001011110011111001110111111110100111010011,02011110110020011011001110111111110100111010111,11100001001110011011011110111111110100111010200,02100001001110011011000110111111110100111010112,11000001001110011011001110111111110100111010111,00011110110001100100110001000000001011000101000,11100001001110011011001110101111110100111010111,00011110110001100100110001000000001011211010011,00011110110001100100110001000000001011000101000,11100001001110011011011110111111110100111010111,11100001101110011011001111111101110100111010111,11100001000110011011001112111111111100111010111,00011110110001100100110001000200001011000101000,00011110110001100100110001000100001011000101000,00011110110001100100110001000100001011000101000,00011110110001100100110001000100001011020101000,00111110110011100100110001000100001011000101000,00011110110001100100100001000000001011000101000,11100001000110011011001110111011110100111010111,00011112110001000100010001000100001011000101000,00020001001100011011001110111011110100111011110,00001110110001100100110001000110001011100101000,00001110110001100100110001000100001011000101000,11110001001110011011000110111011110100111010111,00001110201110011011001110111011110110111010111,00001110010001100100110001000100001011000101000,11110001101110011011001110111011110101111010111,20001110010001100100110001000100001011000101000,00001110010001100100110001000100001011000102000,11111001101110011011001110111011110100111011111,00001110010001100000110001000100001011000100100,00001112010001100100110001000100001011000100000,00001110210001100100110001000100001011000100000,00001100010001100100110001010100001011000100000,00001110012001100100110001000100201011000100000,11110001101111011011001110111011110211000122000,00001110010001100100110001000100001011000100000,11110001101110011011001110111011110100012100000,11110001101110011001001110111011110100110011111,11110001101110011001001111111011110100110111111,11110001101110011111001110111011110100110020000,00001110010001100100110001000100001011000100001,00001110010001100100110001000100001011001100000,00001110010001100100110001000200001011001100000,00001110010001100100110001020000001011001200000,00001110010001100100110001000000001011001000000
136

2
crossflipLevels/137.txt Executable file
View File

@@ -0,0 +1,2 @@
01101000110010100001110002100010010111000111110,11010101001001000111100011001000111110011111011,00010000011001010111010011100001010111100101012,01011101011000011111001111101010011010100111110,00110110100111000011100010101100111101110011000,10011101111100011011010111101001101101100011111,01111100100011100000100000000100000000001001100,10110010101011100000100000000111000100010000100,11000111110111100100110200110011000000011000010,01110110101100110010010110110101111011111010011,01011011111100001011010110111101121010011000100,11101101110101100110111100010011110000011010001,00111010000211100000110000000101011000010001000,00010000001001011001001011101011101010000001110,10111011110010101101010100001111010001001100000,11110100100100100100110100011110000000011000111,00210000001010100012001011110000110101001111101,11000000110111111110000000010001100000011111000,00011211000101110001110100011111110000001100000,00000000001000001110001110111000100111110111100,00111101001000011111100101121001001001111110000,10001110110111000121001011000100000011110010011,00010001010010011110001011101000011101100111100,01110101101100001101011010210101101111110101100,01111001010111011011000121101100111101110011001,11001011011101101100010000111101011102101101111,11101101110111100100110110100011001010011000001,01100100000000001011100000001100111111000111111,01001110111001101112001111011001111100100011110,11000010111110100001110110110110011100011100000,00100111100100111010101101101100111112001111100,00000101111000010010001110001102001010101020110,11011110000001000001111110110111010000011010001,10100101001000010011002110110100110000010010000,11111110001011011100000010000100100111101121111,11110011110110110011011110110110111001111010000,00010011101000011001000111001001001110000111111,10000110101111110111110101000100010001111010000,01110101001000011010100010111011110111100000011,01110111110000111211000011001101101110110101110,11011011010010001010101011010110001101011110001,10111001010000011111101011011011101211100111100,00010101100000011110100011011110010011101101110,11001010110101101000101100110010010000010000011,01010001001000011100101011001011111010101101011,11000010100111100101011100101110010101001010000,10010010111011000011110010010110011001001111010
137

2
crossflipLevels/138.txt Executable file
View File

@@ -0,0 +1,2 @@
011111101001000010010110001100111001011100110000,100001101011021110001010110000101000000010101110,100010100111101011110011020011001000100100001011,001100000100101100111011101111101000010101111011,111000112010000101010000010011111111010101101101,110101011010101010101001011001110010011100000101,100010101001100010101111111010111010110010010000,110000000010010100001100101100011000011111011100,101011011011000111100001011010100111112000001010,110100001011001001101000110111000111011111100011,010100001000011111011101111101010000001000011001,011020101002010010111001011000100111011010010021,110000111110010111101101011020111011010111120011,110100000100011102111002010011100011112101111100,000111111111000111011011111100000111010101110110,010000100010000101001101010101011100002010010101,011000110110010001101110110010100100101110011011,100100101011001100011010211110010101010001111100,001100100100110110001101001100111101011110110112,010110110111011001101010001001101101011010110100,100101010011000111000101110101001001000000101100,000011000112100100110001100100100010111111101001,011010000011000111011100101000110110020100001110,111100111001100011100011011011001000201000110000,011000000101002111000100110111010001011101000101,001001111100101010100110100011110001011000011011,111100111011001011111000101111011100001011111000,100011100001011100011000110101111110111101011001,111000110101001010001010101111011010001110000100,100000111010000111000000010111110100111101010111,000110100101010110011010100000010110110100011011,101111110001000011000010001110000101010001001101,100110011100000110110100101100100012001011110000,100011010010111011000010100100001011010100011000,001001100101001000100000001010111111101110000011,000000110101101011001011011101101100010002000101,010001011111001011100001010000101100111000001101,101100000001000011110100100011011011101111100100,100001100111001000010110010110111011011100110000,110110100100011011100111111100100100001010100111,011012100011100010011111100000011001010101110011,100111100000001110100100001001211010101101110010,210011100100010101101100010110110000011210011100,010001101110011001000110000111110000011101011000,122010010000110101211011101001100100100000100111,111000101000000010001010011110101100010000101100,010100110101011011011111110110001111100000110100,010101110100100001111101001100101000111101001100
138

2
crossflipLevels/139.txt Executable file
View File

@@ -0,0 +1,2 @@
012111101000001000001102011110100111000011101110,101000000010001110110010100111001011110110010001,011101111000111001111000100000010010111110100010,010011111101101100000100101010101011000100010210,111100100000011110001011101110011001100000010012,210111110211111000000110011111011110111110101100,100101101101001001110111100001011011000101010001,001011111010111100100010001100101110001111012100,001101101000000110101211111001201101011111001011,111011100000000100100100000001110110012010100000,011000011101110011010000100101111011101010100011,110110000100011111100011110100111001111000001020,000111100001100111000110100001101001000100101001,102011111001000101011100000001111010011000100111,111010001111001101100110001111100020001010000010,001001000111101100010011010101000100110000112100,101001001111011101001100001011111110100101001111,010100112111011100000100000011110100020101101110,002111101001110001000101011011010110001110100011,110001101010101010111010101101010001001100111010,000100010110001000110010100000000000000010110010,210001101011010110210010100100001101110112010001,101100110010100010100010001201110101110111110000,110000001000010101101011010000010001011110110010,100010011100010001110010010111001001010110101100,111101010011111000001100001000011001011110111100,110100011000111001011000010110001101100100101101,000011111111001001110100011111111000000000101101,101101010010000110010001000011011001100101000001,001111101111121111111100011000010100010100010000,000011101011100002000101000011010011110100110010,101110010110001101100102110111010120111100010100,001111000111000011111100000100111000010010000101,100111011011010011000101110001011111211101100111,111011111011000001001010010001010000110101110120,001000111012100110011011000011011011010100101110,010001110111010010100111001100011010110101110111,010110100110001001111010111001000010101111110011,011101111010021110001101110000100001100011111100,010011000100011100100100010011001111101110011100,100110010010010011000111102100011010010010012010,111010110101010010211000101011101100111001011000,001011111001100020101101110011001021100011010100,011011011101001000000101001001100100010000000101,000101211110011021002110001011111000101100010011,000000010010001011101110011001011111000000001100,101001111000110011000111111001001011101100110111,011011100001011100011100002100010101010010101110
139

2
crossflipLevels/14.txt Executable file
View File

@@ -0,0 +1,2 @@
1010,1110
14

2
crossflipLevels/140.txt Executable file
View File

@@ -0,0 +1,2 @@
1110100010001100101010110111100010011001001010010,0111001210100111100100010011001001101010011001010,0110010000111111100110100011021011000101012010111,1001111100101110001011001111011101010011111000100,1011111001001110110101101010100100000001110110110,0001001011101101210110111001110010000001101000111,1111101101011121001111110111101010101000000100111,0000011000001111000111111001000010011110000110000,1000000001110000102010001111011010101010101111111,0000110110101000010101000001100110001111010100101,0101112110000110011111011100110110011101110011000,1000111000001001100001110111110011111111111100000,1001110101101111011100011110111000010111011010010,1100111110010110010001101000110010111101101010110,0111111100011111011001000101111110010110011110000,1110021101110100001100111001100001001000100110021,1000110011101110010001101011100000000101000111000,1010100001110101100100101001101110110100010010100,0010101101100011101110000111001111010110111000000,1011010100010111100101102101001101011011101111011,0110011101001110110011111200001110001010010110010,1100200010011101111010111111110100010010000010101,1010010001100000010011101010010111001111011001110,1111111001111101110110000211010011001000001121010,0000000011111001000111100010010111100001111111000,1001000110110000000000001000000001111111000011010,1111110000101100110201000011000111010000110010101,0110110100100100110010110011111100011001001011011,1111010011010111100010000100001101000010110011000,0000111010101110001110000011001011111110010101011,1011101110020000000101000101100001001011011100111,0101010101000110011011100001120001110001110111001,1110011100100010110100101110000010011100001000101,0111101010000111111001010111010101001120001000110,1110010000011011010010110100111100110110010111001,1101111101110101100100011101100011010010110011010,0101011110000011011110110101100100011001101010101,1111100000101111101111100010001010100010010100001,1011101010011011111110111001111010100010110102111,0101100001000111101001101010110000100010110010111,0001011101011111011000000010110100001011000110101,0110111000011000010101100110101110111110111100100,1002101010001001001001010110000000100100010100110,0100011001110110001110110101100101000011200101010,1111001001101111010001210000101110001111010111000,0111111111000110121011100111111101110110111001011,1001100101011111011000101111000010001000101000011,1101101111100001001001110110110110111011100000010,1000010011011002001001101011100010020101110110111
140

2
crossflipLevels/141.txt Executable file
View File

@@ -0,0 +1,2 @@
0100011111000110010110101000011101000101111010101,0100011111000100010110101000010101000101100100101,1011100000111011001001010111100010111010001101010,0100011111000100010110111000011101000101111010101,0100111111100100010010101000011101000101111010101,1011100000111111101001000111100010111010000101010,0100011111001100010111101001011101000101111010101,1011100000111011101001010111101010111010001101010,1011100000111011101001010110100010111010000100010,0110011111000100010110101000011101000001111000101,1011100000111011101011010111100010111000000101012,0100011111000000010110111000011101000101111010101,0100011111000100010110101010011101000101111010102,0011100000111011101001010111100000111010000101010,1011121111000100010110111000011101000101111010101,1111110000111011101011010111100010100010000101010,0100001111000100010110101000111101000101111010101,0100011111000100010110101000001001000101111010101,1011112011000100010110101000011111000101111000101,0100010111000100010110101000011101000101111010101,0100100011000100010110101010011101000101111010101,1011111000111011101001010111000110111010000101010,1011111000111001101001010011100010111010000101010,0100111111000100010110101000011101000101111010101,0100000111000100010010101000011111000101111000101,1011111000111011101001010111100010111010000101010,2011111000111011101011010111101010111010000101010,0100000111000110000110101000011101000001111010101,0100000011000100010110101000011101000101111010101,0100000111000100010110101000011101000111111010101,1011111002000100001110101000011101000101111010100,1011111000101111101001010111100010111010000101010,1011111020111011101001010111100100111010000101010,0100000101000100010110101000011101000101101010101,1011111110111011101001010111100010111010001101010,1011111010111011101001010111100010111011000111010,0100000101000100010010100000011101000101111000101,0111111010111010101001010111100110111010000101010,1011111000111010101001011111100011011000000101010,0100000101000100010110101000011101000101111010100,1011111021000100000110101000011101000101111010101,1111111001111011101001010101100011110010000101010,1011111010111011101001010111100000110010000101010,1011111010111111101001010111100000111010000121010,0100000100000100010110101000000101000101111010101,1011111010120100110110101010011111000101111010101,0100000101010100000010111001011101000100111010101,0101000101010100010100101010011101000101111010101,0000000101010101110110101000111101000101111010111
141

2
crossflipLevels/142.txt Executable file
View File

@@ -0,0 +1,2 @@
11001110001010001100101101011000001010110010100000,01101100011100101101001000001001011101111110000101,00001001110111121000111101011001001111000000100001,01100010001101011100101110001001011100010000100000,00011111010011100011110011100110111110001011100110,10010100111111100010012100011001101101110111101100,01101010000110001100100010011001011101000100110001,11010000001000001100000100011001001100011110100000,11000010001100110100010100011000111101111100110110,00010110100001110111001111110110010010101011011011,01111110010011110011011101100110100010001111011112,00011101110011000011111011100110101000101011001110,00000110110010110011011011111011010010011010011110,00100000010100011000100000110001011000110101110100,10010101100101100010001011010110110110001011110100,01011100110011000011111011100110100010001001021110,11101001010111011100100001000001011101111110110001,00001000010011100000000001100011110000000001001100,10102010001110011100100000200100000010001011100111,11100010001010011001010000111111011101110100111001,00010100100110011101010010101110100110110000001111,00110100101000100111011101011011100000121100000001,10011101010011100011011011000010100010001111111010,00000101110010100010011011000110100011101011011110,11101010001100011101000000110001011001110111110001,10000101110001100011011011000200110110000020000001,11100110001100000100001001010001011100111110110001,00110101110011101011011000000110100010010110001000,00110101100001100001111111001110100100000011011010,11111010001000110100110100100101111101101100010011,00010100011001101110011011010111101011001011011110,00110100201001100011011011010110001010011011101010,11010101110011011000011011000010101010001001000110,10111011101111010100100100111001001101110101010001,10011010111101110100100101110001011101110100110111,01101010101100011100101011011000001011111100110100,01000111010111101011110001001110100001001010011010,11101010101000101100110100011001011000110101110000,11100010000100010001000120000111100010001010001110,01010201110001100011111101000010101100111010101110,11101110111000101100101111100001011111111100111001,01101010002000001011111101100001010101110100110001,11101111100111101000110110111000011101110100110000,10101010101101010101000110111000011001110010000111,00010001111011100011011110000100111010001011000110,11011011100001011101100110101011011100110100111001,01010111010111110011011001100111101100011010001111,11101010110110010100001110111001011011000110111002,00110010011011010011011001100010100111011011111111,11111111100001011211100110111011111101110100110210
142

2
crossflipLevels/143.txt Executable file
View File

@@ -0,0 +1,2 @@
11000011010100101101110101100111110001010010111001,00101100101011100010001010011000001110101101000110,00101100101011100010001010011000001110101101000110,11010011010100111101110101100111110001010010111001,11010011010100011101110101100111110001010010011001,11010011010100011101010101100111110001010010111001,11010011110100011101110101100111110001010010111001,00101100101001100010001010011000001110101111000110,00101100101011100010001010011000001110101101000110,00101100101011100010101010010000001110101101000110,00101100101011101010001010011000011110101101000110,00101100101011100010001010011000001110101101000110,11010011010100011101110101000111110001010010111001,00101100101011100010001010010000001110101101000100,11010011011100011101110101100111110001010010111001,00101100101011100010001010010010001110101101000110,00101100101011100010001010011000001110101101000110,10101100101011100000000010011000001110101111000110,11010011010100011101110101110111110001010010111001,00101100101011100010001010011000001110101101000110,11010011010100001101110101100111110001010010111001,11010011010100011101111101100111110001010010111001,00101100101011001010001010011000001010100101000110,11010011010100011101110101100111111000010010111101,11110001010100011101110101110111110001010010111001,11010011010100011101111101100111110001010010111001,00101100101011100010001010011000001110101101000110,01011011010100011101110101100111110001010011111001,10010011010100011101110101100111110001010010111001,00101100101011100010101000011000001110101101000110,00101100101011100010001010011000001110101101000110,00111100101011100010001010011000001111101101000110,11010011010100011101110101100111110101010010111001,11010011010100011101110101100111110001010010101001,00101100101011100010001010011000001110101101000110,00101100101011100010001010011000001110101101000110,00101100101011100010001010011000001110101101000110,11010011010100011101110101100101110001010010111001,00101100101011100010001010011000001110101101000110,11010001010100011101110101100111110001011010011001,11010011010100011101110101100111110001010110111001,00101100101011100010101010011000001100101101000110,00101100101011100010001010111000001010101101000110,11010011010100011101110101100111110001010010111101,00101000101011100010001010011000001010101101000110,01101100101011100010001010011000001110101101000010,11010011010100011101110101110111100001011010111001,00101100101010100010001010011000001010101101000110,00101100101011100010001010011000001110001101010110,00101100101011100010001010011000001110101101000110
143

2
crossflipLevels/144.txt Executable file
View File

@@ -0,0 +1,2 @@
000111010100011101011110111011101011011011011011111,100100110001000100001110120000100101000111111100000,000001110011021010110001001110101101000110101100101,111000011101000000001110111100011110111011000011110,011101001001011111111110110100011010010010000110111,001100011001111100001110200111101110000101110100001,001100000001010110020000000200010010111000001011110,010010010010010101101110101000011011000010001011101,101001110010110010100001100101111111101111010000100,001110001101000100101011011011011010000100201011100,001110101001011010001000001100010001001001010011101,001111001001011101101110111100211011010110001010110,101110010010011001000111111000011010011011101111010,000101101101100111011011111000110110011000101001110,111011100110000000110010000000010101111121001011110,102001001100011011010001100011011101000111000110101,010011111011101101100100000100000111101011101000011,000110011101000101101110101100110000010110001020001,011001100110101010001000100011011010101100100110011,100000110101001100110001101000101100010101110000000,011110000111110001101110010101110001011110011011110,010011010201010010110001011011110101100011101011010,201000100001011101001111010000110001010010100100110,111111001100001101001010101101101110101110010011011,110011010110111010100010011011000111001101010100100,001011101011110101010010110101111100101010001001011,110000100111101010100001001010001000101111000100011,111001110011000100111001000011011101100100111110011,010100100001010111101100011101100000001010000011011,111010010001110001111102001101010101111000011000110,001110011001010110111110101100100010100010110000110,101110201101111001100110100100110111001110111011101,010001010101010010111010000001001101100101100011001,011110111001010001011011110100100011111100000011101,100000011100110010110000000011001101101000101110000,112121010110000010010100100011000110121111100111010,011011100110101011110101010111110011001101110000001,100100001001000111001111111100100111011011001001000,000100001000000101011111111110110111110110001111011,100110101100000100000011101100111020111000000011110,111100010100110012111010000010000111110001110001000,001111100001010100001010010100000000011101020100011,101100000101010100011001110000110100010110100001100,000100001100010011001100101100121100100111110100001,001110010000000101001110111100111000011011001011111,000100100100011101100011101101000001001010001010100,111000010000100110110010012100100011111111001011110,010011110010011100111101000100100000010010101010110,110101010010001111110010000001000110110110110110100,101101011100000011100000011101011110100101110010001,100101010112100010000011011000011110001100010001110
144

2
crossflipLevels/145.txt Executable file
View File

@@ -0,0 +1,2 @@
000111010000110111000101010000101110001101011011000,000011000001001011001101011111101011100010100111001,111110011001101000100100001100010111110111101101000,101110110101100111110110010001111111001001001111010,010110011001001110110000000111110101011011110000100,001111112001101101010101101100010100000010000101101,011101010110010000000010110100100012010111110110110,101001101101000000011001110000211100000001011000101,001011010111101000010000101000000011111111001010001,110001100011010100110011000001100101101000011001011,101010102010000111010111101110110010000111101010000,111001110011111110111100010011100101001111000001110,101111001011010000010010110110000111011100010000110,011110010110101010100001001010000120001001101100011,011001111011100100111110100001100110010110000000011,200110011100000001100011100111000101010010101111100,110110101011111100100100010111110102000111010111111,112101001001010111010100010001011101011011101100111,100110011110100111100000111101111101111111100001000,110010101001010001010101000100111011011101001011011,110000011011100111001000000001110110101012011111101,110010100101110011001011100000001100102001100011100,001100111001100010011100002100100111011100000101110,001111110101011010001100001111111000001111000110110,001000010110000101000102010000001101011100111111011,201110011000101101000011110001110100100100100011001,011111010011110011000110000000001011101110010110001,010000111101110100011000100011000110101000000110111,100001001100111001001110111111001001100100200001010,010011001000011000001100011010000011100110011100010,001111100010101111001110000110000001000111000110101,010110000000101001111010001100011100110001000100001,000111200011000100000011000010101101010010000000011,110000001101010100101010110100100001100010111111011,001111010000001111001000001011110110011011101011110,010010101001100101201011011101111011110111110001010,111000010001100111011011101100010100100001110011100,111100101111111001010111110101001111010100110000000,111001101000000000010110011000101100000101101001011,100110111011011011100001011101100000110011000111100,011111101110010000100001001111111100100011000010100,001101010000101111100001100101011010001001110011101,010010010000101111000001010011110111011001000101100,000011001011000112001011001000021101001100110100101,001100001001101111100101100001010010101111110111111,011000010010110110011010100100110010100011011010010,101111010101000011011001011111010100010010110011010,001010011100110001100001001111100101100011010100111,011000110010011111000011011010110100010011001010000,011011010101011100001001100100110100101010000000001,002101010010100011110011001101100001102110111011011
145

2
crossflipLevels/146.txt Executable file
View File

@@ -0,0 +1,2 @@
1000110000002000001111110100011110111001110100100111,0001101001001110010011010010101001000101001010111110,1001110110000001101000201111010001101000101011111100,1111100000100110101001011110101110101100111111110100,0111001000111010010010011011110100011001111111001010,0110010101110001100111000000111101000010010011110101,1100101010000000010100021101001110111001110110000011,1001010111011111111111101001010010000011001011010120,1100110111001000011100110200011001100111011111110111,1011000101100010000000011010010101111011000010101001,1000010110011000100001000101211110110101100111000010,0010000100011100001111110100011001101111000011100000,1101101101110111111111011111100100000101011101011000,1110101100101011101111011101001000000101110000110010,2012101001111011010011010000010001110001000100111001,0111000110111011100100111111110000001011101010011000,0100001101011001011110011102111111110110100011100011,0120100000110111000111110000000000001101110100110001,0111001111000110010000000100111011010000100010100001,1011001011111010000010101001110011110110010010001110,1110101010110001100000111101101001000101110111100000,1111000101101000001011011001100000100111111111010110,1100011011110010011111101101000111011101001100000101,0001101101111111111111000001011011111100100111111111,1010001010011111111100100010110001111000010010110000,0001100000011100111101000111110000100111101111011101,0001101000010110011100101100000010010110011111101100,1101011111001110001011100111011001001011011111101111,1010000101100010010111111110001001110100100010001000,0110101010110010000111011101000120111110010111100111,1011101011110000010110000010011011111110000010011011,1010101110011001000100110000101011011000010001111000,0111110110000110001010011100111101011110011111101000,0010001001100011000100001001001010001010000011000110,0111011100000100100111000101001000111111101011100100,1110201101100101111010101110100100110010011111010111,1101101110001100011011110010111000011010101011111110,0111110100200110102011111001100010101010000100100111,1010001020011001001010010001110000001100111010000001,0101011000100101101011000211100011110110000111010010,0100111010111101100000000001011101000100110010110110,1120010111110011111000011010001011001010000111000000,1010101011111110101110101001010111001100001121011110,0001100101001001111101011201111100101011101011000010,1111010100001010001101011011100010100111010110111101,0000011000111111100101000011000001101000101102100001,1010001011110010001001001111110011111011001101101011,0000110100100111110001101101011001001101101100000101,0001111001011111001110011011101101111000000111001000,0110111011100100001111111111110100000110110100111111,1011000100110011010101100001111011101001011011001101,0101011101010010011011011011110101011001000101100011
146

2
crossflipLevels/147.txt Executable file
View File

@@ -0,0 +1,2 @@
1111101000111011001101111010001100101101001010101111,0111101000111011010101111011111100001101001110101111,0000010111010100100001000102111100101101001110001111,0000100111000000100010000100000011010110110001010000,0000010011000100110010000100000011120010110001010000,1000010111000101100010000110000011000010110010000000,0000010111000100100010001101000011000010110001010000,1011111100111021011101111011111100111101001110101111,0000010111000110100010000100000011000010110001010000,0000010111000110100110000100000011000010110001010001,1111101000101001011101111011111100111120110011010000,0000010111100110100010000100000111000010110001010100,1111101000101001001101111011111100111011001110101111,0000011111000100100010000110100011000000110011011000,0100010111000110100000010110000011000000110001010000,1111101000111001011101110011111100111111001110101111,1111001001111001011101111011111100111111001100101111,0000010111000110101010000100000011001010110001110000,1111101000111000011101111011111100111111001110101111,1111111000111111011101011001111100111111001110101111,1000010111000110000010000000001011000000010001010002,0111101000111001011100111011111100111111001110101011,1110101000101001011111111011111100111110101110101111,0100010111010110100010000100100011000000110011010000,1000010111000110100010000100000111000000110001010000,1111101000111001011101111011111110111111001110101111,1111111000111001011101110001111100111110001111101111,0000010111001110101010000100000011000000110001010000,1111101200111101011101111011111101111111001112100111,0000010011010111100011000100000200111111001110101200,1111101100111001011001011111111000111111001110101111,0000010011000110000010000100000111000000110001010100,1111101100111101011101111011111000111111001110100200,1111111010111001011011111010111001111101001110111011,1111101100111001011101011011111100111111001010101011,0000010011000110100010000100000111200000111001010100,1112010011000110100010000100000111100010110000010100,1100010011000110100010000100000111100001110001000100,1111011100111001011101111011011000011111000110100011,1111101100111101011101111011111020011111001110101011,0000010011000121000101111011111000011111001110101011,0000010101000100100010000100000111100000110001010100,0000010011010102111101111011111000011111001110101011,1111101100101011111001111011111000011111000110101011,1111101100111010010101111011111000011111001110101011,1111101100111010011101111011111000000111001110100011,0000010011000101100010000100000111101000110000011000,1000010011000101110010000100000111100100110101222011,0000010011000101100010010100000111100100110001111100,0010010011000101100010021011111000011111001111000011,1011101100101110012010010100100111110000110001111110,0000010010000101100110010100000011100100110001111100
147

2
crossflipLevels/148.txt Executable file
View File

@@ -0,0 +1,2 @@
11100000101001101100111010101010001011100100101000000,10000010001001001000110101100100001001001111001100000,10000101001000101110010000011010000101010100000110111,10000101000011001010111010001000100110001000001100010,01101001111100101101001101110001001000100001111011010,00101101110110100010110001100000110001000100010011000,00111001111110101001101111000001110000000001001011001,10000000101011000010111010011010000111101110000101111,10100101011001001100000000000100001111101010001100110,00010100101100001010010100111011100101111100111011111,01100001010010100101111010101001011110110010000011001,10110011101101101001000000000111010101111010001111111,01001010110100110001101111110011111000001001010011100,11100001110010110001101111110011111000100001110111101,11011101010110110100101110101111000010000001110011000,10010010011001001010010110001010111100101111001110110,10100001011111010101101101110101101010000001110111111,10000001101001001100110010001110000111111001100001010,00010111111101010110110001001110000110000011000100101,01100100100110100101111100101100011100000001010001001,10010111101001101101000000000110000011111111100111010,01100101011110110100100100110101110100010011010010011,00010010001001000010110111011010010110001110011110110,00000010001101101010011100001110101101001110011110100,01010001110100010101001111000001001000000110011010001,10010100001000001111000000001100000110011100001100110,01100101010110111100001111110001111000001001110011011,01101011110110010111011010011100111000010101111100000,00010111000011001010010000011110100110111110000100111,11110111101111011110010000001110010111100110100001110,01111101110110001111101111011000110000000000110011101,11011000001001001011110000111110000101011010000111111,10011110100001010010010000001011110100110110010110110,01101001111010111100011111110101111011100000000001001,01101000110111110001100101111001011100000101100111101,01101001110100110100001110110001111011010000111001001,11110010000010001010001000111010001100010101110100101,10011010001101001010011001011110101110110110101100110,00111011110101110100101111100001010000010011100001011,01111110011100100111100011110001100000000001110111001,01011001000110100100001111110001111001101111001111010,00010000111000001000010100001111010111110000000000110,01101001111111010101001010010101101110011000110011001,11000110000001000010110001011110110100111111111001010,01100101110001110100101011111101111010000001110001000,11101001011111011110011111111000101101010001010100001,01101000110111010100100111001001111100011001110111001,01110001100010110001010110110001110000010011110011001,01000001111110000100111001101001111000001101110001001,10111110000100001010110001101000100111111100001100010,11001001110000110100111110111111100000000101010011001,00111001110101111011010110001110001101101011101110001,01111111100011011000000001001111011001000111001000100
148

2
crossflipLevels/149.txt Executable file
View File

@@ -0,0 +1,2 @@
01010011001101010010100100110010011011101101010110110,10101000110010101101011011001101100100110011101001001,10101110110010101101011011001111100100010011101001001,01010011001101010010100100110110011011101100010110110,01010011001101011010100100110010011011101100010110110,11102011001101010010100100100010111011101100010110110,10100100110010101101011011001101100100010011101001001,10100100110010101101011011001101100100010011101001001,10100100110010101101011011001201100100010011101001001,01011011001101010010100121002120011011101110010110100,01011011001101010010100100111000211011101211101001001,10100100110010101101020100111000011011101000010110111,10100100110010101101021200111001111011101021101001011,01011011001121000010100000111001011011101010010110110,01010010001111012010100000111000011011101110010110100,10110100201111010010100000111000011011101010010110110,10100100010000101101011200111000011020010101101001101,10100102010000101101011111020002100110010101101001001,10100100010210101101011111010110100112010101101001001,01011011101011010010100000111001011001001010010110110,10101100010100101101011111000110100110010111101001001,10100100010000101101011111100110100110010101101001001,10100100010100101101111111000110100110010112101201001,01011011101020101101011110020110100110010101101101001,10100100010110101101011111000110100110010101101101001,10100101010110101101011111000110100110000101101101001,10100100010110101101001111000110101110010101101101001,01011010101001011010100100111001011001101010010010110,10011011100001010010100000111001011001101012101101001,01011111101101010010100000111021011001101011010010110,10100100010100101101011111000100100100010100101101001,01011021101001010010100000111011011001101012010000110,10100110010010101101011111000100100110201011010010110,01011001101011010010100000111011011001101011010010121,10100110010110101101010111000100100110010100101101011,10120110010110101101011111000100100110010100101101001,10110110010111001101011111000100100110000100101100001,01001000101001010010100000111011011001101011010010110,20110110010010101101011111000100100110010100121101001,11001020010110101101011111000100100110010100101100001,00110100010110101111011111000100100110010100101001001,11001011101001010010100000111001011001101011010010110,00110100010110101101011111000000100110010000101101001,00110110010110101101011111000100100110010101101101001,11001011101001010010101002000100120110010100101101001,11001011101000010110100000111011011001101111010010110,01110100010110210010100002000100100110112011010010110,00110100010110001001011110000100200110010100102010110,00111100010110001101011110000101100110010100101101001,00110102101001110010100001101011011001101011010010110,00110100010112110010100001111011011001101011010010112,21001011101001110010100001111011011001101011010010111,10110101110010001101011110000100100110110100101101000
149

2
crossflipLevels/15.txt Executable file
View File

@@ -0,0 +1,2 @@
0101,1100
15

2
crossflipLevels/150.txt Executable file
View File

@@ -0,0 +1,2 @@
111001100010001010110100000001100011001100010010010001,011111100101001110111111001011001011001100110001101100,110011011011101010011101101100000111101101000100001100,010110100001101100010110001100001110011001001101101100,001111000011010111101010001111100010100011110110000011,000100101101011101100010010100001011011110110010100001,111001110000010100110110100100010101110010101111111100,110010100110111010111111100000001111100001110111101111,001001110000111100100111001100111001000010101101111100,111000110101101001110011101100000111001000010001011110,210000111101110110010101111001001001011111111110100000,011011111000101111110110001111001001001101111011111111,000011010100110101010101111011000000001000111101111001,111001010101000101100111000201010000011100010111100000,100001101001000101110100011010111010100010110011101010,110111011000101111100111010110110101001010010111101110,001001011110000111001110111000111110001101100011001111,001010110110101100011111100000100011010100011110111101,111010100010110111110111000010111000111011111110101010,001100111011011100101110101011111010010011110000100011,110101100101001110110110110110100101011010100100111000,000011010000100020011010111001110000001100010010000000,010011110110111111111001010011011101111010111110110010,000100110000111111110110110001000011111000111111111110,111000111010001110101101011100011011010001101111101110,110011110101010000100111010110011001011100001101111011,010010000000000101100100001110010001011001001111011000,001111000011001011101001101011010010010010100110001010,111010110011011010100011001011100010010000010000011100,010111110101111100111101101110100011001011100111000111,110101100100001100100010110100010111011001011011111001,111000100110011110100101010110111001111111111111201010,010001001010000010011101111010100110000110000111011011,001001001110011011001000011001111010100101100010101010,010000000011011010111011111101110010101000100110100110,111010010000010101111111000000111111111010011111101111,001011011110021110101110000100010000000110011100001111,110110001100010100001110000111010110000010111101110010,001110011000111111101111100101000111001111011111110100,100000100111101010101010100111110101010101100101101110,010100001111001111001001110011111110000111001000000011,000010101010000111000100001011111101101101110010000011,010011100000011110101010000100001011010101111101100000,111010110011111111101110101110100111110001111101111100,010000001111101011011000110011011110100101110001001111,011110110001010101110000111100000101001000011011111000,110010110010100100110100000101000101001000001101011100,000110010000110101001010011111001011100011001110100010,010001101001100100110010100000011011111101011110000101,000101011010002110100111010010000000011100000010101110,010000010111010110100110100110111100000101000100100111,110010010101011010010010100100000001001000001100001110,000101001100010101111000011011010011101120110110010100,111010100110111100100111010110100010011100001011101100
150

2
crossflipLevels/151.txt Executable file
View File

@@ -0,0 +1,2 @@
101101000011101011011111010011110100100100000111000011,001101101111101010101101010111110000101100010011100012,010010011101010011010010111100210000100100010011000010,100010011110010000000110111100000111011011100010111101,000101010010011111111121000001000100101100010111000011,010010011101010000000000111101101111011011101000111101,010011001101010000010011101100101110011001011000011101,101101100011101111101111000011000000000120010011000010,010010000100010000000010101101101111011010211010111101,001010111000000000000100001101101111011011001000111101,111100101011100111010111010011010001101111010111000010,010010001110110000001001111100100001010011101000111100,011100000011101111010111001011010000100100110111000000,000000101000010000100000110100101111011011101000111001,010010021000010000000000110100100111010010101000110101,000111001100011000021111110001010001001100010111001100,101101110011101101110110000010000000100110010111001010,010000000010010000000001111100101101001110011000110101,010010001100010000000000110101101111011011100010110111,101101100110101111111111000011010000001110010111000000,101101111011101111111110001021011211011011101000100101,010010011100010101001000111100101011011001101010121101,000010001101011000010000110000111111011010101000010101,011011111011101011111111000010101110101101010111010001,100101010011111011111111000111010100100000000111010010,010110011100010000000000111101001001011001101010100101,101101110011101110111111110111010100100100010111000010,101001100001001111011011000011011102011010100000101101,101101110011100111111111000111011100100100010111010010,011010101101010000000011111001111011011010101100101101,101101110011101101111101000001000100100101010101000010,101111110010000101111111200011010100000100210011011110,010000111100010001000010111100000011011110001000101111,010010001100010000001000111101101011011010001010101101,100101110011001111111111000011010100100010110111010000,111010001100010000100000111001111011011011000000101111,010000001100000100100000011100101011011111001000101101,010010001100010000010000111000110010010000001101101101,101101111011101111101011010110010001100000100111000010,010010001111010000000011111100101011011011011001101101,111102001000011100010100111100100011011011001000100111,101101010011102110111111000011010100100101110101010010,101111110001101010101111100011010100100100110010110010,101001110011101101101111111011110101100101110111010010,010110001101010001000000111110100111011011101100101101,010010001100010000020000110100001011011011001000101101,000111010100010000010000110100011001010011011000101111,111010001110010100010010111110102011011011101000001101,001010011100010000000101111100101011011011001000101101,001111100011101101111111000011110100110111110111010010,101101110011001011001110000011010100111100110100011010,010011001110010000012001111110000110011001011000101101,101001011011111111111101000010010101100100111101010010,101111110011101111100111010011010100100100100111010010
151

2
crossflipLevels/152.txt Executable file
View File

@@ -0,0 +1,2 @@
1011011010100011110101110110100000111001101110001111111,1100100111011100001010101001011101001010110001110000000,1100100101111211110101010110100100011001000110001111111,0001010010000111110101010110101000111001001110000111111,0011011010100111110001010110000100111111001110001111111,1011011010100111110101010110100010111101001110001111111,1100100100011000001010101001011111000010110001110000000,1101100101011000001010101001011111000010110001110000000,0011011000100111110101010110100000111101001110101111111,1100100101011000001010101001011111000000110001110000000,1100100101011000001010101001011111000010110011120100000,0010011000100011110101010110100000111001001110001111111,1100100101011010001010101000011111000011110001110000000,1100110101011000101010111001011111000010110001100000100,0011011010100101110100010110100000111101001110001111111,1100100111011000001010101001011111000000110001110001000,0011011010100111110101010110100100111101001110001111110,0011011010100112110101010110100000111101001110011111110,1100100101011001111010101001011111100110110001010000000,1100000101011001001010101001011111000010110101110000001,0011011010100110110101110110110000111101001110001111111,0011011010100201001010101001011111000010110001110001000,1100100101011101001010101001011111000010110001110000100,0011010010100010110101000110100001111101011010001111011,1100100101011101000010101001011111000010110001110000000,1100100101001001001110101001011111000010110210001111111,1011011010100010110101012001011111000010110101110000000,0011011010100010110101110110100001111101001010001111111,0011011010100010110101010110100100111101000010001111111,0011011010100010110101010110100000110101001010001110111,0011011010100010110101010110100000111110001010001111111,0011010010100010110101010110100000101101001010001111111,1100100101011101001010101001011111000010110001110000000,0011011010100010000101000110100001111101001010001111111,0011011010100010110101010110100000111101001010001111111,1100100101011101001010101001001101000010010101110000000,0011011010100010110101010110100000111101001010001010111,1100100101010101001010101001011111000010110101110000000,1100100101011101001011101001011111000010010101110000001,1100100101011101001010101001011111000010010101110000000,0011011010100010110101020110100100111100001010001111111,1100100101011100001010111001011111000010110101110000000,0011011010100010110101000110100000111101001011001111011,0001011010100010110111000110100000111101001010001111111,0011010010100010110101000110110000101001001010001111111,0011001010100010111101000100100000111111001012001111111,0011011010100010110101000110000000111101001011101111111,0011011010100010110101000110100000111101001011001111111,0011001010100010110101000110100000111101101011001111111,1100100101011101000010111001011111000010110110111000000,1100100101011101001010111001011111000000110100110000000,1100100101011101001010111001011111000000110100110000000,1100100001011101001010111001011111000010110100110000000,1100110101011101001010111201011111000011110100110000000,1000100101011101101010111011011111000010110100110000000
152

2
crossflipLevels/153.txt Executable file
View File

@@ -0,0 +1,2 @@
0100101101111111111000011001021000101011101001011010000,0100101111101110111001011100011211010000010100100100111,0110110101101010011000011001111000111100100001011001000,0101111101111010111000011001011010101101101011101010100,1011100010010001001111000100100111111000010100101100011,0111000010011110000011100100100100010100010100101000110,0100110101100010110000011001011001001111100001011111000,0100111101101111111000011001011010001111101011011011000,1001100010010201000111100101110111011000000100000001111,1111000110010101110111100110100111011000010001110100111,1100111001100010110000011001011000001011110011011010000,0100111101101000110000011001011000101111101011011011010,0011000010010101010111100111100111010000010100100100011,0011000000000101000101110110100111011000010110101100111,0100011101101010110100011001011000101111101011011010010,0100101001101010010101010010010000001111111011011011001,0100111100101110011000011001011100100011101001011011000,1011100010010101001111100110000001011100010100101001111,0011000110000111100101100110000110010010010110100100111,1111001010010101000101100110100101010001010100100101111,0110111101101010011000200110100110010000010111100100111,1011001010110101000111001100100111010001011100100100111,0100112101101010111000110001011000101111001001011011010,1011010010010111000111001111000111010001010100001100111,0100001111101010111211111011001100101111101011011011000,0100111111000011111100111001011001100111101001011010100,1010000010010101000111001111100111020000010100100100111,1011100010010101101011001110100110000000000101100000111,1011001110000111000011000111110111001100010110100100110,0100111101101010111010111001011000111111101011011010000,0000110101201010101100111001011000111111100011011011000,1011001010010000000111000110110111001001010100100100210,0100111100001010111121000001100111000011110110100100011,0000111101001010001110110001001000110111001011011011101,0100111101101011111110111001011000111111101010011111100,0010000010010001000001000110100111000010010100111100011,1011000010010110000100000110100110000000011010110100010,1000111101100010111010011001011000110111101011011010100,1011000010010100200001000111100111000000010100100100011,1000111101101110000010111001011000111111101011111011100,0100111100101010011110110020011010110111101011012101100,0100111101100000001110111001111001111101101010010011001,1011100010010101100011000110100111000000000000101100000,1010111101001110111110110001001000110111101010010111100,1011010011112000011110111011011010111111100011010110100,0100010101000010011110111101011000111111101011010001100,1201011100110000111100011101111000111011120100101100011,0010111100100011011110111000011000101111101111001021011,0000101101100010101110111001111000111111101011010101100,0100111210011100000101100110101001000000000100101010001,1111000110111101100001001110100111010000011101101110001,1101000110010101110101000210001111010000010110101110011,0000111000100010001110111001011000101111100010010101000,0111000110011101000001021001001000111100101011010000000,1111000110011101100001111110110111000000010101101110011
153

2
crossflipLevels/154.txt Executable file
View File

@@ -0,0 +1,2 @@
11101111100000001001000001001011000020010010110101110000,11001111100111101010010011101011000001101110011110111111,01110011010110111111011100000100111201101000011000110100,11010111100000011010100011111100111000101001111001011110,00110000001001100111101100110101111110010010100101111011,01110000011011110110001100010100111010010001110100010010,11100110010110001010011010111111000101001001100100111100,00110111111010110101111100010110101010010010100011100001,01110010022011100101010110000102001101000100011010101110,00000010010010100011101111001001111010111001100100100011,01001101101101000000000001001010001111100011010011001100,00110000010010000110101100110111111111010110100100200110,01001011000111001001000011100000011110111001011002110100,10010000001110110011110100121010010101100101111001111100,11001110111101111000001111110001000111101101201010110000,01010011000010100111100100010101111010110011100101001111,01101010111000011000010011011010110000111101010010110000,10110110001010100111111101010101111010011011101101000101,00110101111001001111010100010101011110000010100111100110,10010100001001100110101101000100000011000001100001100011,00110000000010110100011001010101111110010011100101001001,00101110000011101111011100010101111010010010110100100011,11010110101002010110001011101010001111001110011100101110,11101111110100001100111011101010000111001000010000111000,01110000001101111111111100000100011011010010100101121110,00011000010000000111100100110101111000010010000111000001,00111000000010110011001111010101100010010010100100211011,11001111111101010100101011001110001101001001011010011000,11101101010101011000000010001110010002110000010001101010,00110011000110110111110100000101111010000110100011010010,10010010100110100111101101000000111010100110111011011111,10001011101101011100100000100010000011101100010010111011,10001111100001101100000001101011001111101101011010101110,11001111110101101000000011101100010101110101110110101101,00110100100110101110111110011001111011010011100101110011,00010000000000101111111100011001010100010110211111011100,10102011000010000111100010000101111010010010101100100011,00110000000021111000000000101010000101101101111010110000,01001111011111001010000111001010100101010011111010001100,10101111111101010110001111111100000100101000111000111110,00010001100110001011111100010111110010010010000101000010,11110101000000100111110101001100100011110011110100100111,00110000000010111001111100010120010100101100110010100110,11011011111111021010000010101000000100111101011010111100,00110022111101001001000011000111000121001111101011110100,11001110101111001000000011110000000001101011111011010101,11001101111001011110101010100000010101111101101100010100,11101011111002100111000000110010110111011010010101000011,01001110100100010110001001001000000001100001101010111100,11011011101111010001000011101000000111100101011001111100,11001100111001110000010000101000010101100111111010100010,00111011100011000110011000010111111010110110000111000011,11110111100111011100001011000100000101000111011000101010,10011001111101111001001010100000000101111111011000101101,01110111111111011000000010101001000101101100110000011100,11010111101001010100110011111000000101101100110000101111
154

2
crossflipLevels/155.txt Executable file
View File

@@ -0,0 +1,2 @@
01101101011001101110001000100010100111111000001001010010,11000100011101101110001002000011000110111000001021010111,11100100011111101110100000001010110011111001011011010120,20011011100011010002110111101101111000000110110100110101,00001001001011010001110110101111111000000111120110111000,11100100001001000111001000000011000111011000011011010111,01101010101010110101200010100010001110010000111111000111,01100100011001001110011001000012001010000111100100110010,11100100010100101110001000001111010101111000001011100001,02110100010001101110001001001011100111101010011011010011,10101100111101101110001000002100111000000111110100111010,10101100001101101100000001001110101111111000001011010101,01101101100010010001100110110111011000000100100100101010,11011001100010010001010101010101111000000111100101111000,10100100011101111110001100001020101100100111100100000000,01110101100010111010010111100102101101011101011011000111,10100100011001101110001100001010000111010000011011100011,01011011110010010011110101100101111001000111100000111001,21111011100000010001110111110101111000001111110000111100,01100100001101101010001000001110001111111000110011001111,00010111001101111110001101001000000111101001011001000111,01100100011101101112001000001011001111111000001111000111,11011001101110010000010111110111111000001001100100011101,10111100011111111110000001010010000111001001011111000010,11101011100010000000111110201100000001111000010011000111,11010020110011010000120111010101110000110111100000111000,11011000100111010000110111110101111000110111101100111100,11011000100000010000010111110101021000010111100110010100,00100010011101100111001000001011010110110101011011012110,12001001100010000000010111210111101101000101100101111000,01010011010011010000111111201010010011011000011101000111,00100110011101101111001100100010210111111100011011001111,20100110001000101111001000101011110111101010111111000111,01101110012101101111001010101021011000001111100100111010,00000110010101100111000001001000100111100000011011011111,11011201110010010000111110111111001000000101110010010100,00100110001101101200110111000111010000000010100100010100,10011110011101111111101010001000110110010001011111001011,00110100011001101011001000101110110111011010111011001011,00000010010101101111101001101101110010100000011001001111,11011001111000010110110120000000110011011110010010001101,11011001110010010000100111000111001110001111000101010000,00001010010100101111111000101100111111111011002100100001,01110010011101100011011000001100010011111000100011001010,10011001011110010001121110001000110111111011010111101011,00000110111100112010010111011111111100001101000111110000,11011000110010011000110111010101020111110100011011001011,00101100001011101111001000111010100111111001011011000111,11011000100010000010110111100110011001001111001101100000,01100110010010120001110111000111011001000111111100111110,01100110011101111120010011010111011000101101001100110000,10100110021010010001110011011111001001001011101110110000,01100011110101101111001000110000110111110010010111110111,11011001100010111010110111110011010100110010101000110010,00102110010101001111001000101001100011111000010011011111,10011011001010010000110101110110011010000111100100000000
155

2
crossflipLevels/156.txt Executable file
View File

@@ -0,0 +1,2 @@
010001101111010001000011110111000001110011100110011110010,010001101111010001000011110111000001110011100110011110010,010001101111110001000011110111000001110001100110111111010,100110010000101110111100011000111110001100001001100210010,101110010000101110111100001000111110001100011000100101101,010001101111010001000011110111000001110011100110011010010,101110010000101100111100020111000001110011100110011010010,101110210000101110111100011000111110001100010021100101101,101110110000101110111100011000111110001110011011100101101,010002001111010001000011100111000001110011100100011010010,010001001111010001000011100111000001110011100100011010010,010001001111010001000011100112000001110011100100011010010,010001001111010000000011100110211110001100011011100101101,101110110000101110111100011001111110211011100100011010010,101110011000101110111110011001111110001100011011100101101,101110110000101110011100011011111110000100011011100101101,010001001111010001000011100110000001110011101100011010201,101110110000101110111100011001111110001100011011100121001,101110110000101110111100010011111120001100011011100101001,010001001111010001000011100110000011110011100100011010110,010001101111010001000011100110000011110011100100011011110,010001101111010001201011100100000011110111100110011000110,101110110000101110011100011001111100001100011011100101001,010001001111010001000011100110001011110011100100010010110,010001001111010001001011100110000011110011100100011010111,101110110000101110111100200010000011110011100100011010110,010001001111010201000011100100000011110011101100011010110,101110110000101110111100001001111100001100011011100101001,010001001111011001000011100110000011110011100100011010010,101100110000101110111100011001111100001100011011100101001,111110110000101110111100011001111100000100011011100111001,010001001111010001000011100110000011110011100100011010110,101110110000101110111100001001111100001100011011100101001,101110010000101110111000011001111010001100011011200101001,101110110000001110111100011001111100001100111011001101001,101111110002010001000011100110100011110011100101111010110,101110110001101110111100011001110100001100011011000101001,101110110001101120111100011001111100001100011010000101201,010001001110110011000001100110000010110011100100111000010,010001001110010010000011110110000011110011100100111010010,010001021110010011000011100110000011110011100100111010010,101110110001101100111100001001111100001100011011000101101,010001000110011011000011110110000011110011100100111110111,000001101110010011000011100100000011111011100100111010010,010001000110010011000011100120000011110011100100111010012,010001001110010011000011100100000011111011000100111010010,010001001110010011000011100100000011110011100100111010010,010001000111010011000011100001000011010011100100111011010,101110110001101100111100011011110100001100011011000101101,101111110001101100111100011011111100001102100100111010010,010001001110010011010011100100000010110011100100111010010,010001001110010011000011100100010011110011100100111000010,001100110001102100111100011011111100001100011011000101101,101110110001101100111100011011011211010020011011000101101,101110110001101100110100011011111000001100011011000101101,010101001110010011000011110100000111110011100100111010010,101120110001101100111100011011111000001100011011000101101
156

2
crossflipLevels/157.txt Executable file
View File

@@ -0,0 +1,2 @@
001010100011011000110000111100011001100110101111101111110,101000100101011000010010010110110011101010100011000101111,101100011000111000010000010121011110011101011100011100001,010010101000100000110010110110100010100001000110101110110,110111100011011000010011111101111011001110010111001100011,001100001011001000010101111101010111110000001011101110111,001110010101000121111101110101001101000011011001111010011,111000000111100110011101011111001100020000111011101101011,101111000100110000110110011011011110110110011011111111001,100011110100000101101100111000101100110111110011101001011,110010100001001100011011010000010011101100000001100100101,101010110001011011100011110011010011101000000111001100000,011010100011110100011011010100001010110001101111011101110,110000010110010101111110001100000110010011001101111010000,011111010110110000101110011010010100011111010000111000100,001001100001011010001011110101000101100101000011121000000,111101011100101101111000110010101101011011011001111011001,110010110100101101101100101012101000110100110101110000000,110101100010010101100100000010000100101111110101010100000,101110001111110101101101001000110101010110110110121111010,010001110110100101110100010100101000010110110100110001010,011100000101010010010101110011010001111010100010100001000,110010111011000011101101011010100111111000000100111111100,110101110111000111000100011111101100010100111100111110011,110111011101101100100111001000000001011101110110111101010,101001001011001011001111110100010000100110110111110100101,011111000001011001110100000101010100100011000011011101111,110100111010100101101010001000100000101010111110111001010,110111102001110000110110100011011010101000000010000100111,000110100101011001011101111000001101101101010011010011111,110101100001001010110111101101010111210100112011000101111,110101001000110110101110001111001101110001000100111210001,000110110001011010011111100000001111011001000011101001111,000100011100101100110010000011101100011111011111111011100,000001100000010011111111110101011011011011111010000101011,110100011010101011011100111000011110100111001011111111011,101101010000101011000100110010001100111111011100110110100,100110011010000100101100101000011110101011011100011110000,011000111110001001011100000010001000010101000100010100010,101100000011001100011110110110000110101010100011100100021,010011010110100000101100001110101101111011011112011101001,001010000010001001111101010000101110001001010100001110011,100010001210110001021010010000101100001011011100110010100,110111011011010101100110001010101011011111110100011010010,000010100100110010100000110100111010000000000010100001101,100011000010001011100000100100110100011001100001000111101,001011100010112101111000101011101001111101011001111111000,110101110010111001110110100011100000110111111100111110010,001001100010010010001000110101011010100010010001110001111,010000001011101101011000000110101000110001001100111100100,011000001100010111000111000111010101000001111101010001111,110010211100101100000011011010101101110011001110101110101,110100101000110000100010110000000110000011101111001001100,001101001111101101110110001110110011011000011010011110110,101110110010101101101000001000101000110110001000100000010,111011011101101111001101011000111101111111101000011100011,011000101010010100100111110010010110011100001000010001101
157

2
crossflipLevels/158.txt Executable file
View File

@@ -0,0 +1,2 @@
1000100111001111101110010110101110011101001111000001110010,0010011000111100110001111001010001100010100000111010001010,1011100110000111001110000100101110011101101110010001110100,1001100111000111000010000110110100111101001111000100110100,1001101101000111101110000110101110011111001111000111110100,1121100111100011011110000110101110011001001110001001110100,1110010000111000110101011001010001000010010002111110001111,0001100111000111001111000110101110011101001110100210011001,1011110111010111011010010110111201100110110001111010001111,1001100011000111001110000110000110011100011110100101111100,1001100111000000001110001110101110011101001111100100101100,1010100011000111001110000110101110011101001110000101000100,1101100110000111011110000110101100111101101110100101100110,0111011000011000100001110001010001100010100001111011001011,1001000111001111011101000110101110010001101110000101110110,0001100111000101011110000110101110011000001110000101110100,0111000100120111111110000110100121101010110011112000001001,1001100111000110111010000110101100011101001110011101111000,0010011000111000110001111001010111001010110001110011001111,1001100111100111001110000110101110011101001110001101110101,1001100111000101011010000111111100011101001110101101111100,0110001000111000100001111002101100011101101110001001010100,0111011000111100111001101000011011100111110000010011001011,0110012111000111000110100111101100011100001110001101201011,1011120000101100100001101000011020001100001110001101010100,1001100100000111001110000111001110011001000200111010100011,1001100010000111101101100111101110101101000011111101110110,0110011000011000110001111000010001100110110101100010101011,0110011000111000110001101000000001100110000101110010001001,1001110111001111001110000111101110010101011010001011010100,0110011000010100110101010000010001001210110101110010002011,1001101110001111210000110000011001100110110101110000000011,0000100111000111101111100111001010011001001010001101111000,0110010000101000021110100111101110111010001011011001200011,0110011000110000010001011100010001100110110101110010102011,0110022111011111101110000111101110011001001000101101111100,0111010101110000010001101000011001100110112100110110001021,1110010010110001000001111000010001100100110101110010101000,1000001011010010101110000111101110010001001010001201111110,0110010000111000000001110002101100011001001010001001110110,1001101111000110100110010110111100011001001010001111010111,0110010000211010010000112001010001110110110101110111001001,1001000111100111101110000110101010011000001010001001100110,0110000001211000010101011001010001100010101101110110001011,0110010000011000000001111001010001100110110100110110100001,1001101111010011101111000010101110200110100101111120001001,1001101101100111001110001201000001000110110101010100001001,1101101111100200011001111101010101000110110001110100001001,0001120001011000000000111001011111000100110101110110001001,0110100000011000010101112010111100101001001010001001110110,2001111110100111110110000100101110111011000010101010110100,1111111111110101111110000111101020111001001000001001110010,1001111111110111101110000111101000111021011110001010210100,1111110111100111102110000111111100111011111000001111110010,0110000000001001110001111001010000010100010020101011100100,0120000001001000000001111001110011000100010101110000001010,0100000000011010010000011001010111010100110101110110001001,1011111111000111101110001110111100111010001010001011110100
158

2
crossflipLevels/159.txt Executable file
View File

@@ -0,0 +1,2 @@
0110001000000010101001001101100111111000111011100011201100,0000101001001000001000101110000101001011100000000001000111,1001101000102100011011010110000010101101001000111100011010,1001011011111110110111010010011000100101101101110000000110,1000010101000111100111010111011000100101000110111000101000,0011111000001010011000111000100111001010100011000210110001,0010001000101000100100001000100011011111010110000111111111,0001001000101001001000010000101011011010000010000101111111,0011001000101000101011000000000101010010110110000111110111,1011101000100001101100100100100000011010010110100110111101,0011011100110100001010200110011010100101000001101011001010,0110101110110011100010001110110110011000110100011011011001,1101010110010111010110011110011011101101101010001010001010,0001000000101001101101101100000110011110110110000101100001,0011101000001001101000100100110100010011100000100101110100,0001100000110100001000101100001001111010110111000110010101,0001110001001000101001111100100100011000111000110002001110,1110111000101010101011101101101011001011110000010101110110,1011101011010000111100001001100101110011111101100110110101,1110000100101111010111000011011101101101101111110001001110,1000010101010011010110010102010010010111001001111000111010,1110010010000111000110001011011100111100001001101000001010,1100010111010011011111011111011010100001101011110011001020,0011001110011000111100000000100101000000110011100110110000,1100110010011111011011100011011000000001111111011000001100,1110010101010101110111010111001100000100001100001000011000,1100010000110111010111100011010010101101100101101011001111,1100010110121011100000111000100000011010110010011011110101,1101101000111000111010111111001001100010100001101101110101,1000010101100011010111010001201101011100010110100111100101,2101010110111110110111011001111011100101101100111010100011,0001001010111100101010000100001101001100110010000011010100,1101010111000101010001010011111000110100000111011001011000,0100000110100110000111110011111011001100011101110000100010,0101010111010011001110110101111011110101000101101010000110,1101010111000100010011010010111101110101111001101000011110,1000111000111110001100100100011100110100110011100110100101,0001101000101000111000101100010101010111111000000011110101,0101001010111000101010111110000101101110000010010111110001,0000101001001011100101101100101011011000110110000111010001,0101001101000101110101100011110011110101001110000000000010,1111111101000111110011100110111110100011001100110000001000,0011101001011001100100101000001101011010011010010011110001,1100111101000101010111010001011110110101001000110010001000,1110000011000011110111010000101010110100001111101000010000,0010001100111011111110011101000101000011110010100001110001,1110011110010111000011001011111010100011010111000100010010,0001111001101001000000101100100111101001110010010101000100,1011000000011000001010111100010101111010000000100111100101,1010010111000010010111010101111010100011001111001000001010,1101110111001110011111010101100010000101101111101100001110,1010000101111100101000001100100101101010010011011111111101,0011001001101000101000000100010100100000110010000011110101,1100100111010011010111001010101010100001111001011000011011,0000020111110111110001010011011010101001001000000000000000,0101000111011111011101010101011010110101001101011000001111,1100000001001111010110010011110011110101001101111010001011,1101010111001001010011010011011010110201001101111010101000
159

2
crossflipLevels/16.txt Executable file
View File

@@ -0,0 +1,2 @@
111,100,100
16

2
crossflipLevels/160.txt Executable file
View File

@@ -0,0 +1,2 @@
00100101101101110000110020010100101100011111111100000100010,01100111010111011011011010011000001100010000011100001010110,00010011111101010111101011101011111210101100100010100111100,11010101111111110010011011101101110110101010010001110101101,11101010000010010110111100010010001020101111001011110110000,00010110111000010001101011000002111011111010110000110110011,00111011011102111001100012010110000101010001110100001100110,11011001101000110000211001010101012001110110110011010111101,11101001100110001111110001001100010111010111001000111112110,01100011101011000011101101110001011100111001101111102000000,01010101111000110100000010111001100111000100100011110111001,10000101111100010101101011101011010010000001111011110110001,10110011111000110001000000000000100111001011110011111111001,00011101111100010101001120101110010001011110111010010110001,00110101101101101001021001001111011000110001100100000000110,01010111100100110100100001100110111001000101110110111110001,11101010010011010110101000110101001100010101001010011111110,10101011010011101112100110100011100011101120110000100111001,10111110000011000111111111111001001110010011101110001010110,01010101111100010001000010010000111010111101110001110011100,11011010000010120001010001101110110011001110110011110010100,00111100011001011101010010100000000110000110001000110111001,00010100111000111011000010112101100001010111100011110110210,11100001001011201010011100112101101110010011101100010001000,11100010000101001110101001010101101110110001101010000000200,00000121010010100000000010010010111010101100001111100001001,00111001111100100001010000101110110001000011110011111100011,00100111111100100001001111101110001011001111110101110100000,10010002001011001101101101011100000000110001001001101000112,01101011000010011010111021211101001101000001001110001001111,11001001101111101010101101210101001111010002110100111111101,11010000111100101010101010101010111211101011110011010001001,10110100210101111001210000001201001000110001010000000010110,11100001000110001110111001110101001001000101001100001011101,11010100111100000001001100001011100000001100111111110110001,10101010100010100110001011011101011001110001110100100000110,00000011111011010001101111100111001000011100011100111000210,00010010100110110000001001111000110011101110110011111111110,11101020111000010111000001111010010111000001110021100111001,00011120001001111110101101010111001000010101011100000000110,00110011000001001110111111100011011101110101111100001011111,00010100110110011100110100001010002111000110011110110111011,00100000011110011000100100110100011111111010110010111111010,01000110010101100001100100000010010101001110100011111110110,00111111000110011010011111100110101010101001001100001000111,11001111202011101010001111110111001111200001000010001211110,01011020101001000020100001011110000111101110110011110010101,01010010010100110101101011101010111011000100010011101110101,11110020111111100001000000010100110110101011011001100001001,00001101101211000110011101111011100010010111100110111011100,00010101011000110001000001000011111111101110110011110110011,11101000001101001011002101010101111000010110001101001011111,11001011000011010100011010110101000100000201101100001000110,01011010101010001001010100110101111201000211000011001011101,11001101101000001011100102010000011010010111010110001000100,11101000111011010110010010110100001000000000011100001100110,00001111010100111000001111000110101000111100100010111111011,01011000010110110001000011002201101111100110010011101001001,11000111000100100010001001011110110011101000100110202001001
160

2
crossflipLevels/161.txt Executable file
View File

@@ -0,0 +1,2 @@
11001001100111110111101010100110110101111000100020001001101,11101001100111111111101010100110110111111000100010001001101,20000110011000001000010101011001001000000111011101110110010,00010110011000001000010001011001001000000111011101110100010,00011110011001001000010101011001001000000111011101110110010,00010110010000000000010101011001001000000111011101110110010,00010110011000001200010101011001001000000111011101110110010,11101001100111110011101010100100110111111000100010001001101,11111001100111110011101010100010110111111000100010001011101,00010110011000001100010101011001001000000111011101110110020,00000110011000001100010101011001001000000111011100110110010,11201001100101010011101010100110110111111000100010001001101,00110110011000001100010101011001001000000101011101110111010,00110110011010001100010101011021000000000111011101110110010,00110110011200001100010101011011001000000111011101110100110,00110110011000001100010101011011001000000111011101110110010,00110110011000001100010101011011001000000111011101110110010,11001001100111110011100010100100110111111000100010001001101,00110110011000001102010101011011001000000110011101100110010,00110110010000001100010101011011001000100111011101110110010,00110110011000001100000101011011001000000120100010001001101,11000001121211110011101010100101110111111000100010001001101,11001001111011110111100210100100110111111000100110001001101,11001001110011110011101010100121001000000111011101111110020,00100110201100001100010101011011001000001111011201110110010,11001001010011110011101010100100110111101000100010001001101,00110110101100020011101110100100110111111000100012110110010,11001001010011112011101010100100110111111000100011001001101,00110110101100001100010101011011001000010011011100110110010,11001001010011110011101010100100110111111010100011001001101,11001001110011110011101010100100120111111000100011001001001,11001001010011110011101010101211001000000111011100110110010,11001001010011110011101021011111001000000111011100110110012,11201001010012001100010101111111001000000011011100110110010,00110110101101001100010101011112112000000111011000110110010,00110110101101001102101010110000111111111000100011001001101,11001001012010110011101010100000111111111000100011001001101,00110110100111001100010101011111000000000111011100110110011,00110010101101001100010101011111000000000111011100110110010,11001001011010110011101021011111000000000111011110110110010,11001001001110110021101000100000111111111000100011001001101,00110110100101001100010111011111000001010111011100110110010,00110110100101001100010111011111000200000111011100110110010,11210110100101002100010111011111000100000110011100110110010,10101201011010111011101000100000111011111000100011001001102,11101101211110111011101000100000111011111020100011001001100,11101101011010111011201010100000111011111000000011001001100,11101101011010111011111000100000111011111000100011001001100,00010010100101000100010111011111000100000111011100120110011,11101101011010111011100000100000111011111000100012011101100,00010010100100000100010111011111000000000111011101100110011,11101101011010111011101000100000111011111000100010010001100,00010010100101000102101000100000111011111000100000011111100,11101101011010110011101000110001111011111000100010011001100,11100101011012000100010101011111000100000111011101100110200,00112011100100000100010111010111100100000111011101100110011,00011010101100000100010111011111000100000111011101102001100,00011010100100000100010111011111000100000020100010011001100,00011010100100000100010111011111000100000200100010011001101
161

2
crossflipLevels/162.txt Executable file
View File

@@ -0,0 +1,2 @@
011011100001100201010000111011010111100011100101110111001001,100001010100000101110000000010010000010101011210110001010010,001100011111011100011010011001101111001111111011001110101000,001100011110100011110000000010010110011121101110001010000100,100111010000101100100111101111100010010101111000100010101101,100100101101001110100001001111010111010111111101001210110101,100011110201010011110110101101101010100110011000110010110100,011011110101110001110111011111111100110000011121100101021001,000010100111101110101010111001001110110001000110111001210111,110101100110111100010001001000100001111011001000011010001001,110101010100111000001000101011100010011011000100101101001100,111001011011011100011101100102000001001012010000010000101010,001101110111011011010001101101000010101000001101001011101001,110100000010111102110110001110000010000111000001000010111101,011211010000101110000111120010111110110110000110000010000101,011001101101111010111000011111001000000111101101100001110100,011011001111010010010100010001101001011101010110101010000100,101111121111110100100110000000011100100011101111011000011011,000110001111000011111111110000111100001000110100110111110000,001010000001111111010001010000000001001010100110000000011010,120110011011012001010100001110110100100000110110000000001011,110000001001011101101101110011010101000010110001001000102100,000001110001101001011010000101111101010100110101000101010001,001010000000001001011010201200001110101210001011010211101000,111001010110011101001001010011000110010000101001111000111010,111101010100010110010111010000101000000100100100100100010111,000011101101011011011101100110001110101000001101010011100011,121011100001101111000011110111001001001110001001010010011011,101100011011100001110110101110010001110101000110111001010001,010011011110100110111010101100000100001100000011011100000000,000001000120111100111110010110100110001111111010101111110100,100000111110000011010110010000111100011010001001100101011000,100211110001012010010001001100011000101111011001110010110002,100000100100210010110100011011011010011001010111011011000000,011010101101011100010011000101010100100001010001111111100000,000000011111011011012100011000110110110000000011010012000100,201010110101000001011011111110100101101001101011001111110001,000001011001000001000001111010111020101110110001111100100011,011001011001100011010000111100000010111100000100000011000111,110001000011100011011101011000020010011111110111101010001100,010110001000100010100010111011120100111010100101001110000011,101100000101101010101001101111110000111101010010010101011000,000101101001100000001100011111111000100110101111110010000001,001101110010101111110100111001001001010110101011101101011000,011101102100000111110101110101000101001001000012100011011010,100101010010102111011011110100001100100000010101111010101001,101010001100101110110110111110010111001001111001000010101010,001110000000111111110101110011100001100111211001100000001101,100111101011110001000011011000110111010011100000111001011101,011111100011001011100110011001001010100000011111011101011100,000010110101011010120111100001000011100001111101101111000100,010100011100110011101010201001011010001101111100010001000101,001010111210100010000200111001100101010001110101020021010100,010000101011100010111200011121000011011111110000010101111100,100100111100101010101111001011010110100102100101010101101011,000100001100111110010001111100001011111001001010001001101010,101001011001110010010011101111011100001000001101100001100000,001101001011100101101011011110001100011110001111010110101000,011001111001011000010000111011011101101100000001111101100101,001011100010101110001011000000010000000010111011000011001001
162

2
crossflipLevels/163.txt Executable file
View File

@@ -0,0 +1,2 @@
000111100100110010101011101001110111011101101000010111001000,011011100011010010101011002101010110000101100110011011011000,000011010101110111111010110110110111101011100100111111011101,010101101000010001101101101100001000100110100010100111100101,111010001011100001100110000000011000000000110001010110002001,111110011000010000000110100101110010000110011100010000100100,010000110010011111111010100010001101110110011110011001011101,110011101100110001110000011010110101010000100111100101000110,000000011101010101011100000000010101011100010001010110110010,101111001101110110111001011100111010100000010000111011100011,010011100011100101011110110001111010111010010011001001111120,001110110111010000111010111101010001011001111010100111111111,010011011110010001010011010100110011011110000111011010110111,001100101110101100001100011010101100100110010110001101101101,001010111101110011001000110000012011010000110001001001110101,111000110001011110000111011111001011100100001110100110101111,111101000110011021100100010000111001000010101100010001011111,110111101010111010110110001011110001001101010100011110000101,001110010011001010110000111110010100010101100101110000010001,011111111000011110001001001100000011011100010101000101101000,111111110000101101000101111101100001111010001110000001110011,111000101001001011101111011110101001101111000001010110110111,001111000110000101111000000100011101001001010101010001000111,010010100101101001111001011010111111010100001011110012100010,011000101010001100100000001100011011010100100001000001110100,100111000000000111010110010111010111000111011101011111001011,100110010010000110001011110101010010001011010001010111101101,010101000110011100010101021011010000100100110001111110011000,011100011101001001111111000110010011001101100110001110010010,111000110101010001010101110000100101001000010100001000100011,001111001010010000100111100111101001110010010000100110110111,111010110011000101010001001101010100111010110100010011110010,010110100011011111101101101111110011010010111110000100010110,000011101000101101011101111001100010100100000110000101111000,101100101001100011100100010011000010100110011100100111101111,100100000100000110101011111010101110001101011110000010110101,000010001110100010110010110111011001001111000010110001100101,101001001000101000101010110110000110100110001001100001000000,011110100100010010010011011100001010000101011111000110010111,001111100001011110000110101001011100011100111001001010111000,010011001110000001001001010000000011100111110111100111010001,000100010011001111011101001010001010010111110100100011011001,111001110000010100001100000101110110100110101001000010011100,101111010001010100111110111110111000011011110010110000001111,110101111101010100011101110100111011001010110101110100100010,110010110110111000110000110000001110010011011011101001010110,110000110000011111011101100101010111001001010000102011010110,000111011010000100001011001101010111011011011001101110001101,010100100000101011000000111110111001011101100100111000110001,100101110101010011100101010010000011010001010111001101111111,011010011000000111010001001111100011100110101000201111101000,011011110101000010010000111011011111010110011120110111011001,110000001000110100010001011010000010000011110010010011010011,000000101101111111010101110011010011101110000001110100111101,001011000110110001101101100011111100021100110010101111110000,011000100111001111011111111010000110011020101000010110100001,100101001001101001000110011011111111010110010010001000001010,011111000110101101101011111101010101020001111001110010011011,001100100101001111001101000100101101111011100101111012000001,102110000011000001000011201011111010110111010111000010010010
163

2
crossflipLevels/164.txt Executable file
View File

@@ -0,0 +1,2 @@
0001110010101100011100100000101000101010001111010000110011100,1021010111000011200111001111010000001100000111001000110101100,0011111110010100001101001001010011000001001111100011010001000,1011011011100010100000010101111010000101111001100111011100100,1110111001100111010110101111001011101010000011010000100000011,1011100000010110211101001001000001010111111000101011101100001,0000001101111000100000101010000000011101011010111010111101011,1110111100011010110110101011001001110011110110010011111010111,1011000010100111001100100000001001101011001100010100111000110,1000010011100110101010001001001001100000101012101110100100011,1111001000010010100101011101111000110001011011110000101001021,1010111111010011111110101011000010011001011000001000001111100,1010110000010101110100111011110001100010100001011111101110100,1011111100101100010110101011011000001110001120101110111101111,0001101110111111100010110111011000010110110101001011110111001,1100110111101110100000010110000110000001110101120000101100011,0110110110100100010020000000001011000110111001010111111111101,0101111000000010110010011100101011100011000000111111011011101,1100001001000111001010001110001001110011010001011011111101000,1101110010111000011011010001001111000111010010000010000110101,1000111000110000100000100001111100000111001010000000110110001,0010100111111000010000000211111110101100011001000010010101110,0111001001011110011010011121000111111110110000111110101100101,1102111010000011110000111111011001000110100012111111001111101,1102100101100011010011000010111001010110010101000011000110110,1100010010011011010010011002101111010000010000021110111111110,0010211111001010111010001001100101001010001001010001010120100,0011101101001010101001101001010110111111120101011101101100100,1000001011101001011010011111100011110001000011001011101101001,0110111010021110110010010001001011001111110011100001101110110,1101110010010011102101101101111100011101000102111111102111011,0101001101110101010111100111101011100101111111220000001111210,1010000011010111000001000100010001011101000000101110001110100,1100000111111010111010011000111001111101110021010101011100001,0100111011100001100001001100100101111101011011110000001101211,0000110011100001100000100111010010110011001011110001010110010,0000111001100000110001111000001010001211000110110000000101010,0011111100001000100110011100000000100000010000110111011000101,0010101100000000111000111000010111110000111110111010001101000,0000010010111010010111100011000110010110110101001100101010100,0111100000101000101101010011001000112001101100011101010010000,1100100010100100100001101010111101001110110110110001000011111,0000010000100100101001000010111111000101101111110011110011111,1101110001011111011100001001101110011000100000000111000101100,0100000110110011011100110000101001100110100000110001111000000,1101100001001000100101100010020000110111012100000000110111000,0100110001010010100111000010110000101100110110001111101110110,0000101000110100110000101001111011211111020011100111100000001,1011101110010011110111001111000011111101110110010021000000101,1100000001110010001011010101000010110011010000110101100110001,0000111101101000101011010100110000011110111101001011110000001,0101011020000010101101001101001010111000110110100101011111110,1010011101001111011010000011000010210110101001100110111101000,1110000100001110110001010011001101001101011111001001100111110,1101000100110001000101011111010120001001010111000101111011001,0010000110011100100111111111001111110001010110100000001011110,1021100010101100100110000000100101001001111111000010100110110,0011100000110100000101100010111000110001111111100110111010111,0010000101001001101110110001011100000100101101110211101100000,0100100011112010111111100110111011010101110110111100011110010,0111001001100110100110111011101011001100101100010111011000111
164

2
crossflipLevels/165.txt Executable file
View File

@@ -0,0 +1,2 @@
0001100111100001100111111011001101000011100110100021101110000,1010111000101000010000000100011011111100011000001100010001110,1110011000101000111000100110011010111100011010011000010011111,0001100111010001000111101011110101100011100111101011101110000,1110011000101000111000000100111110011100011011011101010000111,0001000101010110100111111001100100010011100111000011111110100,0110011001101000111000000110011010111100011000011100010001111,1010011000101001111000000001011010111100011000001100010101101,0101101111010111000011101011100001010001100111100011101100000,0001100011010110000111111011100101000111100111101012101110000,0001100111011111000111111011010111000010100111100010111111000,1110011100111010110000100100011010111100011000111110010211111,0001121000100000111000000100011000101100011010010120011101111,0001110111010111000111010011201010011100011000011100010101110,0110001000101000120111110011000111000011100101100012010111111,0001110111010111001111110011100101100011100111100011101010100,0001110111010111000111111011110101001011100110100011001010000,0001111011010111000111111001001101000011100102011100011101111,1001110111010101001111111010100101000011100120000010101010000,1110001000101000111000100101001000101100011001011100010111011,1110001000101010011010100000011010111100011001011100010101111,0001110111010111000111111011100101000011100110100001100010000,1110001010101000101000000100011011111101011001010100010120000,0001110112101101111000001110011110111000011001011100000111110,1110011000110000111000001100001010111100011001011100010101111,0000110110010101000101101011100101010011100110100011101010000,0001110111010110000111101011100111000011100110100011101011000,0010001100101000200101111011100100000000100110100011101010000,1110001000101000011000000100011010111000011002011100010101110,1110001100101010001000000100020101000011100111110001101010000,0101110102010011100111111011110101000001100111100010101010010,1111000001101000011000000110001010111100011000011110010201110,0001110111010111100111111011110101000011101111110010111011100,0001100111010110100111101011100101000011120111100010100010000,1101000110101000111000000100001010111100001001011100010101111,1110001010101000020111111011111101000111110112110001101010000,0001110111010111110111111011110101000012001001011100110101111,1110001000101001101100000200001010111101101101011100010101020,0001110111111111110111111111110101000010110110100011101010000,0001010101010110110101111111100101000100110110100011101110000,0000100111010111110111111010000101000010110110100011101010000,0001110111010111010110111111110101000010100110100011100010000,0101110111010101110110111111010000211101000001011100010101111,1110001010101110001000000000011011111100001011001100011101111,0001110111010111110111111011110101000000110110100011101010000,1001110111010111110111111111110101100011100110100011111010010,0001110111210110100101110011110101100010110110100011011021101,0001110111010200001000001000001010110101011101011100010111111,0001111111010011110011111111110101002101001001011101010101120,1110001000101100001000010011001010111101001101011100010101111,0011010011011011110111111111110100001010110111100011101010000,0110001000101101001000010000001010110101001001011100201001000,0000020111011011110111111111010101011010010110100011210100111,0001100111010011110111111111110101001010110110100011101110000,1110011000101101021000000000001100010001001001011101110101111,0000100111010011100111111111110001001010101110100010000010020,0000100111010011100111111111110001001010110110100111001000010,1110011000101100011000000000001010110101001001011100110101111,1110011000101100011001002000001010110101000200011100110102010,0001201011010011100111110111100101101010100010100001101010110,0001000011010011100111110111111101001012101101011100110101101
165

2
crossflipLevels/166.txt Executable file
View File

@@ -0,0 +1,2 @@
10111101110101111111001010000100100010011101011201110111001001,10010111000011101100111010010100111110011110101100111001001101,11111011011101110101000111001001100001100010001111010001101011,00111101101010110110111000011000101011100101010101011011110101,11110011111100000110111001111011101010101110111110010101201011,01101011111101010010111101010011011001011110010010110110001111,10011001111010101110111100101000101111011001000111110010110101,01011100101210111010000110111100100000100011111011000001210110,11001010111000001000001100100011001101101110001110100100101000,10110101011011100111110010010001100010000101101020000100111010,11101110011110011100011000110110001011101000011001100100001010,00111111101000101101100001000110111021100110111010111100211111,00111000000011111110101011011011101001101010110011010111110010,10110000000000010001000011010110000101101000101000000000010110,01000000001101010100000100011010001101000000100011010100110010,10010101010010111011111010010000210100000111000000001111100101,01100101010101112111111110100100010111101010000101000001100101,00001111000010100110101101111011110000100000100011010100111010,10010110010101112110110101010102110101111110000010011001101001,10111100111010011111111000100111010000011101110101110110110011,01001110010001000000010110101001101110010010001011010010011000,01101001010021110010001111111011011100100011111001110001110011,10011101100000101101110110101110000110001111010101101110100100,01000010000111010100001011111100111001101010101000010110010010,11101000111110010110100111110011001001110011102110010100111012,00011101010010000011111000011010101010011110000100111011101011,10110011010101011000001110110000110101101000101010010000010011,11100100011110110110001111100000111110100000110010010110001110,11011101101101100000001101001111011111010001111000101001100100,10011101101001101111111100010101000110011101001100101011100101,10011110101000000001111100001100011000101110010110001000110100,01101111000101011001000111101110101100101011101000001100100000,10001000101010001011110101100100010000011100010101101101001111,01011000000101100001010101011010011001100100100011010100010110,10001011100000001001111110000111010110100101000101010001110101,01101001102101010010001111101110001000001011000001110110011010,01110111101111010110011111110011011100010100100011010101001011,11011101100001001001011100011001111111111101010101101010000100,10110000100111110111100010011011001010010010010101101011001110,00100010010111010001110010111010101011110000110111011100111100,01100011011111001010110111101010101001001100000010010100011011,00001100110000101111111001100001011110011100110101111011000100,01100010011010101000001111000010001011000010101010010011112100,11011101011000101111101001000101010111010101010011111011000101,01110111010011110110000001110010000010111101010010011011001011,01111010010111011000000110000110001001110100101111011110100110,11001100100010110010111000001011010001010100000111100001110111,10001111100000101011000010101111100111020001101010010010110110,01110010010010110001011110011001111010110100011011011000011011,01110100001111110010100111100011111001111110100001010000010000,01110011001102101101111000011110010110001011111101111101001101,11000010110100011100111011101111001111000110101101010100011000,00110000000001100100001001100111110100100101000100101110101000,01100010001011000100100011000010100100011111101110010101110110,10100000001100010000100111111010001111010010010000101010010010,01100010010101110100000110011111010101010100101110000000001100,10111001100010111100010000010111010111101100010000101111101111,00100001011011111100010011101011101101011110011000000011110011,10011110001010101100111101000100011111010000111001101000000101,00111000010001011011010010100101111001110110101010100010100010,11100110111011111011100100111010001002110100001001101001111011,11100000001111011001011000111100111010110000010101011101011010
166

2
crossflipLevels/167.txt Executable file
View File

@@ -0,0 +1,2 @@
00200111111110000101011101111100000101001101100111101011110000,11010010000000100101001110011101010201111110010000101001011101,20010020100010111011001010100000110001101001111111110010110001,11010101101011010000011110101001111100010011011010001001100010,00111101021111101111100101000110000000101011000110000000111111,01010110101010011000001101011001111011011000000110110010010111,10001001001001011110111001000000101100111111100100110101110110,11111011100011011110100111100010120011100000000000100011110101,10111101000011001110110110110010100110101111101001010101101120,10000001011010110011111011000001001121102110001010001100100010,01100010001010101110110111110111110000100100011110111100110010,11101110100111111101110110010101100111200010100111110011010001,11101100110110110110110100011011111101100000101110011100100011,01011110110101000001001000000010111011101000000010001010000100,10000111111000010002001000100110100001001011001000011011111012,11110011011011110101120221010101110111010111101111000100100110,11011111111000000101011000100011010000001111100011100100011100,00100001110011011110000110111011001111111112111000000110100000,00000100020111001001110101101110110000100010000100101011111101,01101101110001001111001110000100001110111101110111111100000111,00100010111010000010211000000000002110110000011110000100100111,11010011010102101100000101110111101101100011101000011010100011,00120010001101000010101101000110010001101100100011010011010000,11000000201110110001101101101111000000001001000000100011001100,00111011000010110111010110010001100110100110111000111000010111,11100111101000010000011110000110100000001110001112101110010000,01000110101100000001100101000110210011100000011110110011011000,00101110100000000010000111100010110101110111001101001110100010,00110101111110011010021010100002011000010011010011101001000001,00000101010011111011111000110001001011010110010100010000001110,11101101110011011110110000111001101100011111110110101101100010,11101110000100011000110011010100000000000002000010000001000210,10011101001010101110100001010010111011000011111011001110000101,11110001001020001000101100101010000001011111001011000110000000,00000111010010011110010011100011101100110010111100111111100010,00010211010100001110110111110111010101100010101101111011100100,00101101110010100100010121101010010101000000010111000001011000,01101100100111011111010102000010010111011001001111100011011022,00100001110001110000010001010101110100010110111100011100111001,11000011011101100001111100011110010101010101010110100011010100,11010110101001000101001110100110110101011110110111111111001110,10111001110111100110111000010000111010100001011000011102011000,10111000110101010011111001010101000101000110000100011101100011,01101101010001110111110001011000000111111110111000011111100011,00100100110001011110110010011001211100011010011000110011010010,00001111011121000011111011001121001100110101011101011100100110,01010000010001110111100111010011011110010111011100000111100110,22010000110010111111011011100101000100100100111110010001101101,01011100101110001111101100001111000001020110101100111101010011,00011001110011111010010001111001111110001110000001101101111011,10001110001011101101001110101000100100000001100010110000010011,11100111110110201001000110101101100100010001001011100010000011,00010010001111100101000101011000110011011001000111100101011101,10011011001100100201100100101100111001001100101111100000011111,11011001100011100100001001111010000011100111100100001000111101,11001101100111010101000101000111111011111110000011000110000000,01001010111000010111001010010000101001010100000000101011010110,01001110101000010000000010010110111011101110000101001011010010,00101101111012001000001110101110110000000021000110100010000011,00101101010011001000000001100101001101100011101112100010011110,00000010001111000110101110000100100000111011010011000011001010,11011100001011110111011001100111000100100011011101011001000001
167

2
crossflipLevels/168.txt Executable file
View File

@@ -0,0 +1,2 @@
110101001011110111110111110200001000000011111000011101110010001,100101101000110101010111110011110101111000010001110010001001110,011010110121000010001010000101012101101000010011110010001001110,011000110110001012110111011011100111111100110001000010001200100,011010110110001111001000001000001011001101101100001101010110011,011010110110000010001101001101010110000111101120110000001000101,000001011001110101111111110011100101110000010000100112001001110,010000010110100010001000001100011010000111101110101101110101001,001011110010011010101000011100011000010011101110001110110110011,001011110110001010110000001000011010220121111010001100110110001,000001101101110210010100001101011000010112101100001100110111101,100100001011110011110001110011100101101111201110101000010111001,011001100001100001110111010010100101101001011001110001001001010,100100001001100001110111110011100001111001010011110011000001110,101010211001110001100011110011100101101000000210011100010100001,111010010110001010001000001110011010000111101100100101100110001,001100001000110001111111110121001111101101010001010011001001010,011010210110110111001000001100011000110110100110011100110111001,111010110201111101110011110011101101110001112010101100110100001,100101001100110101100111111011100101101001011111110011001010100,010011112101000001110111110011100101101001011101110111011001010,100101001101101000010101110011100101001021011111110011001001110,101101000101210001110111011011000101101001011001110010000001010,100101000101010001110011110001110101101001211001110011000100111,110101000101110001110111110011100101101001011101110011101101110,000101010101010011110111100011100111101101011101100010001001110,011010211010111110011000101100001001011110101110101100110110001,111010111010101110101000001110011010001111100010011110110110101,011110110021010001110101111011100001101001011100010111001000110,001010101000111110001000001100011011010100100010001100010010001,011010101000001110000100001100011010010110100011001110111110001,110101200110010000110111110011100101101000011101110000011000101,100101100111001000110111110011000101000001011100010010001101110,000101100111110101100111010011100101101001111101110010210110001,011010000000100110000000001120010000010111101010001100111100001,101011011010101110000010001100012010010100110010001100110110001,110101000111020000110011110011101100111001010100110001000001110,011000011000101110001210100011101101101000101101100001101001110,100111000111110011110011111011201101101020100010001000110110011,000101100100010000120011010011101120010100100000100000110110001,011010011010101110001101101000011000010110111010001100110110101,011011011000001111101110000000010000010100100010001100110110001,101101000110110000110011110011102011000011011100110010001001110,110101100121110000110011110001101011021011001101010001001011011,011000011000100011001100001000010000010110110010100100110110001,111010011100102110001100001101010000010111100010001100100010101,100101101111010001110001120110001101101010010100100211100000201,100101100211011001110011010011001111101111011101110011101000010,100101101010011001110111110011100111020100100010000100110110101,100101100011010001000111110011101011011011111101111011101000011,011010011100101000001110001100010000000101100011001100110110101,100101110001010001110011102110000000001010000010010100100010101,100101101011011001110011111010101101010011010111000011101001000,110100110001000011110001110011101111111100011111110010201110101,100101100011011000011010110011101111011010111101110010101111010,101100100011011001111010111010101112111011111111110011101000011,011011001100101120001100010100201111111011011101110011101011010,111000011110120101110000111011001101111011011100110010101001010,011010000100001010001100001000110000000100001111110110001120101,100000101011011001110011101011011111111011011101110011101100010,011110011100101110011000001100110100102111011101110011101001010,101002102111010201110011111011001001110011011101110011101101011,200101101001012010001100000110110000011000100011001100011111101
168

2
crossflipLevels/169.txt Executable file
View File

@@ -0,0 +1,2 @@
101001100111001001101101101000101011001101001011010100110010010,100000000100101101100010111100011001110110000000002110101011100,210110111001110000111011001100111010110201101000111110110110110,100101001101100011000011011010010010001110011000101111100011100,111111001000000111001010100000010000101110111100100000101010101,011100011000110011010111000010110010100101011101110010110010000,000101101001000000001001100000011001000011200000211110101110010,011011010000100111101111000001011011010110101101100010011111110,010001010011110011001001110110101101021001010010001101101021010,111001100110011111001101110110101111001111100110100110011110011,111011101110001100100101101000011111011000100001011001011101011,100000101001010100001110100011000110011011011010000000000101001,101010110101100100011111010101011010000100111101111000001111100,110000011001011110101010001111000111110110001102111001111101100,011010110101111010100101001011100010001011001010110121101001101,101011100001011101001001110010110001001111100011101111010000000,011010110100110111101100101000000011000101011102121111000010111,011000001000001111100101011111000010100110001102110111111100100,011011001010110101011111011110110001000111010011111111111101000,000100100110010110111010111101001010010001011211111110100110101,000111110000010100010101001011001000010000012100011111101010100,001000111111001101001110011110111021011101111010001001111001211,101100101110110000101011001011000011110100010000011010011111010,011101011100011100000011010011010010110110101010111000100001000,011110000011011111001011011011000010010111101110011000011001100,101011201001100010000011001101010100111110110100111001001011100,100010101001011011010100100010001010101011010011100100101100011,110111010000101010010111001111010010100201101100000101001001101,011110000101110010101110010111011110100000010000110100101111000,200010102011101011101011001101001100001000000012100011011101101,000001001001111011100111000011000010110011000110111100001111100,110010010111101110111100110000111101001101011001001000110100011,100110111111000011110101110101101011011000000010000000011100010,010110001000010110110111200111000001100001111111000110110110111,111000000000110000010001111001110011111001011001100100110010010,000111010010012001101010011101011101101101101000000100110110101,101111000001100011010112100100100011011000101000001011010000110,111100001010011000001100111100101020100000101001110000111001111,110101010000110001001011011011000011000110110111000101111001001,100000100101001010001010111100001101101001101010001010000001001,100010100000001000110001000101110000001101110011010001001010100,011101110111110111110001201011110001100010010001010111001011100,111011010011111011000110000111011000000111010011110000000010210,100010001000000000010011101012110110101100000101110010001000110,101111001000111111110100110111001001101111011000111110101001100,011101111110101011000000110011111111121111110101101101100000000,110110100011001010000100011100010001001101000100000011010110011,010011101101001011101011001001101101010111010110001011010100011,110001111011010010100101011111101000101001101010011010000111011,101000100010010110101101000101101001100101101110101001101110101,010010111111001000001101011101000101001001111011020010011101111,011101010010010011000111111010110000111101010202121000101011001,011000101110010001101001011011111010011000001101010111011101011,110101011100110110000011101110110001110111011000001001100110110,111100210000100111010000111010011110011011111101111001100011111,000020011110000010000012010101110011010011010101001010210010101,000110101111100001011010000110110111101011000111010101110101011,111200102111010001001101011101010101001001102011101101010101001,111011101101000100001100010111111100101010001011112100000100000,111000011000010000111011101010110111000000010010011001001111010,101100101000010101100011101000000110010110010011000100011101100,011110100010011000001001110001011101100000111101000011010000111,100100100010111101010011111110010000111011111001001100000100100
169

2
crossflipLevels/17.txt Executable file
View File

@@ -0,0 +1,2 @@
111,200,111
17

2
crossflipLevels/170.txt Executable file
View File

@@ -0,0 +1,2 @@
1000110110100110111111010101101110001011111101000111110000010001,2011111001011010101011010101000111100011100111010100101001111001,0101010100101010010100010000000111011101011000101011010011001111,0001101011202011010100101110111001010100011110111011110000101100,1100010010111010110011001011010011001020110100011100101000000001,1111101011001010011011100101100110100001100110001101101101010010,0000100100110100100010000101011110100001101111001211111210010001,1100000000001010100000010010010001011101001010021011101110101111,0011101010010101101010000101011010010001110100011000101101010001,0111100010110100111011000111110102000010100101011000111111110010,1100011101102010010101110010111100000110001010010101011120200011,0100110100100001110110101010101010011010011100000110110101001100,1100010111100000011000101000110000100110201010110001011000001000,1011001011110100111010010011100110000101100101001001001011100111,1000110110100011011110101010000010111110111010110111110000001100,0010101011011101001011000101100111000001001101001000001101110111,0100111111101101110101110101011000010001000100121111011110001010,1011101010111001100011000101101111100101100101011000010010110011,1011101021011011001011110111101111101001111101111100111011110101,1211101001001100001110000101110011110011110110011000101111110011,0010000001010110101011101011101101100210100010120010000101011001,0110001111011101110010001011101101100101110100100000110110110001,1100011111110010010101111010000111011011101000110011001100011100,1010001110100011011100101100000100101111000010100102001020010100,1101011110000001000110011010010011111010101111110011011010001100,1001111100100000000100101010010010010110111110010111010010000100,0000010010101111010001111011111000110010011000111111010010101101,0101001111001010211011111101101111001101111001101001001011110011,1000010011101011110010011111011000111100210101001101001101110011,1000011110100011010101101111101010011000111201001100101101110011,1111100001010111001011100101101011101101010000020101110101110011,0011111001011010011011011200101010010010101111111112101100112100,1000010110100010000001011111010100001010111101100100100010100100,1101101001110100011011000110101101100100010101011010011101111011,1000010111110011110010111010012011110101110001100101001101011010,0001011111100001110110101001110100111100000101011010110000100100,0000110000100010110100111110020000010111000110010010010010100100,1000110110100011110101111010000011000010101101100100111010010011,0110111001000100000011020000011110100111010001001011100110011111,0111101001010000000210001101010011110110110011110101000101111111,1111101001011000101111000001110101100000010101001000101001100011,1101001001010100100111100201111001100101100101101101101111101000,1111101001011100101100011001111010100111010101001101101101101010,0001111101011001000111100010111011000100011000110000101101111201,0100010111100000110000111010011000011010100101101110010000001111,1111101101011110110110000000011111000111010000001000001111110110,1200010110110011010000101110001111000011101002101011111101001111,1100010100111110010010111110000010011011000010110110010010100000,1011101011000010000111001000001111101011010001000111101100111112,1110010110010011110010111010000110001010101101111111011010001011,1100000101100001100012000001111111010101010000011101111100110110,0001111121011100000101000010011110110000010000000000101110110010,0110101111110100011101000001111111100111111010001001111101110110,1111111011010100001011100000001111101111110111101000100111000111,0001100120101110001001000101111111100101010100001011100111001201,2100000000000011110001001111010010001110111100110110010110010101,1011101111110101021101000100111100101101011001010001021110001000,1011101111010110000011000011101001100000010000011001101100010010,1111111001001102111011001101001011110001010101010001100101101100,0000110110000011110011111100001010010010101011110111001010100001,0011101001001100100110000001111000101101010000001001000101111110,1001010110100010010000110110101000000010101110010100110100112001,1000101001001001100100000010011011111111010000101011101111000110,0101000200011111101101000000111111110001100100011001101101101111
170

2
crossflipLevels/171.txt Executable file
View File

@@ -0,0 +1,2 @@
1010010010101000010101100010110000101001000021100101111011011100,1010001010101000010101100211001112010110111101100101111111001100,0101100101010011101110011001001111010110111111101101111011020011,0101100001010011101010011001001111010110111101100101111011001100,0101100101010011101011011001001111010110111101100101111011001100,1010011010101100010101100110110000101001001110011012000100110011,0101100101010011101010011001001111010110111101110101111011001100,1010011011101100010101100110110000101001000010011010100100110211,0101100001010020010121100110110000101001000010011010000101110010,1010011010101111010101110110110000101001000010011010000100110011,1011011010101110010101110121001111010110111101100101011011001100,1110011010101111010101100100110000101001000010011010000100110011,0101100101010001100021021011001101010110111101100101111011001100,0101100101010001101010011011001111010110111101100101111010001100,0111100101000101101011011011001111010110111101100101101200110011,1010011010101110010101100100110100100001010010011010000001110011,0101100101110001101010011011001111010110111101100101111111002011,0001100101010001101010011011000111010110101101100101111111101110,1010011010101110010101100100110000101001000010011010000000110011,1010011010101110010101100100110000101001000010011010000000110011,1010011010101110011101100100110000101001000010001010000000210011,0101100101010001101010010011001111010110111101100101111111001100,1010011010101110010101100100110000101001000010211010200000110011,0101110101201110010101100100110000101201000010111010002011001100,0101100101110011101012100100110000101201000010111010001000110011,0101100101111001101010011011001111010110111101000101110001001100,1010011010011110010101100100110000001001000010111010001000110011,0101100101110001101010011011001111010110111100000111111111001100,1010011010002110010101100100110000101001011010111010001000110011,0101100001111001101011011111001111010110111101000101110200110011,1010011010000110000101100100110000101001000010111010001100110011,0101100101111001101010011001001111010110111101000101110111001100,0101100101111001101010011011101112101101000010111010001010110011,1010011010020110010101100100201110010110111101001101110111001100,1010200101111001101010010011101110010110111101000101110111001100,1010111010000110010101100100010001101001000010111010001000110011,0101000101111001101010011011101110010110111101000101110110001100,0101000101111001101010111011101110010110111101000101110111001100,0101000101111001101010011011101110010110111101000101110110001100,1010111010000110010101100100010001101001000010111000011000110011,0101010101111001101010011011101110010111111101001101110111001100,1010111010000110010101100100201110010110110101000101110111001100,1010111010000110010101100100010001101001000010111010001000110011,1010111010000110010101100100010011101001000010111010011000110011,1010111010000110010101100100011001101001000010111010001000100011,0100000110112110010101100100010001101001000010111010001000110011,1010111010001110010101100100010001101000000010111010011000110011,0101000101110001101010011011111110010110111101000101110111001100,0101000101110120010101100100010001101001000110111000001000110011,1010111110001110010101100100010001101001000010110010001000110011,1010111010001110011101100110010021101001000010111010001000110011,0010111010001110010101100100010001101101000011011010001000110011,0101100101110001101010011011101110010110111101000101121000110011,1010121010021110010101100100010001101001000010111000011000010011,0101010101110101101010011011101110010110111101000101100111001100,1010101010001000010101100100010000101001010010111010011000110011,1010101010001110010101100100010001101001001010110010011000110011,0101010101110001100010011011101110010110111122211010011000110011,0101010101110101210101100100010001101000000000011010011100100011,0101010101111001101010011011101110010110111111010111100111001121,1010101010001110010101100100020001101001000000111010011000110001,0101010101110001101010011011111010010110111111000101000110001110,1010101010001110010101100100000001101001000000111010101000110001,0101010101110001101010011011111110010110111111000101100111011110
171

2
crossflipLevels/172.txt Executable file
View File

@@ -0,0 +1,2 @@
11010110111110100110100000111000101111011010110000100111101110000,01101101000101001000100010000011010010110101001100000110010001010,10010111011010100110010000010001101011001110000010000001110001001,01001000100100011001011001010000110100101000001111010101000101000,11000110011010100100100101110001111110000110100110100010111000001,01011100011010000110100000000100100010001110110010001011011110001,10011100011110000000000100010101100101011010100011000000001011001,01001001110001111000011110000110100000100011010100011110001101100,01111001100101111001111110110000010011000001011011111110000101100,11101010100000111101011111100000110000100101011101110000000121001,01010011100111001000011111000000111000000001011110000100001001000,10111111111001110110110000010101101100011111100010100001000110001,10010110001010000010000010111111101100101110110111100011011010021,00101001101101011011011111101011110000111000010010111111111001110,10010111011111110111100000111000101100011000110010100000111000011,11101111011010111000111100111111101010001000010110110000100010001,11100101100100011100011111121101101011000100001000110001110100001,10101011111000010011011011010110010011100010011111010100000000100,10110111010010100110100000011100111011011000100010111111110110001,01111000001101001001110011001001000010111001110101011100001100000,00101101100110010100010110100010101001100101010000011110000101000,10101010100000011000011101000010010110111010011001011111100101010,10011100111010011000100000110101101010010111110110000001001010000,01101000100101011000010111001010010010100001011100010100000101000,11011111001110100110101101110000101111001000101011000011111010011,01111001101101010001011111010011100000100000210010100001100000010,01101001111101011111011011000010100000101001010101111100001000110,10000010111001100110100000000100101010011100000110100110111111001,00000000100111111101111110001111010010100001100110010110000111101,10101111000011100000111010001001010000100110100100011100000011111,11001100001110100110000000111111101101001101000000101111100001001,00010100001010010010100000110111101111011110100011010011101100100,00101010001111111001011100001111010100101001011101011101001111011,01021110011011100010000010101010010111001000010101100011011000001,10000010011011010110100001111101101110111110100111100111111010001,01100011101101010001010101001010000010001000111110010110000001110,01010001000011011000011110000000101001101000001000111000100001011,01001101101101001000111010000011011000111000011100011100000101110,10100100011000100101110000101101100101011110100000001101111110000,01111001100101010001010011001010010100000020101000010010110110001,01111100010101001110001111010010000000110111011101111000000000110,01111001110101111001011011100011011100010011011100011100010101110,11000110100011100110111000011101101011111101101010100010111110001,10001010011000001011000100111001100111110100100110100000111011011,01101001111001011001011111000110110100100010000111011000000010110,10001010011011110110001100111101101110010100100100100110010010000,10001110000001100010100111110111101111011100101010100011111010111,11100100000011001110111110110001110011001110000010101010111010001,11101010100001110111011101101110010000110011011001111000010101111,00000011100111011001011001101010100100000011011101011100000000001,00001011101001011101011110000001010001001001011000110101100111011,00100100011110110011100010111001101011011101100010000001101011000,10000110010010101000120000101101001111001001001010001011201100110,00101011111110100110011001111111101011011100100010100011011001000,11111101101101001101001111000110000010110011111111011100000101110,10010000011111100110010100010001100010110001001000100011111101011,01011001101101011111101110100100110000011010011101011100000011100,11001001100000011011001111000000011100010001001110010101000101000,10010111011010100010100000011100100100011100110010101111010111100,10001111011010100010010010111011001111011001000011111110111010100,00000110101010010110111010111001001011010101110011000110011010111,11000110011010100110111110111101100111010010111011110101111111001,01011101000001101001000111000010010001110101111001011110000000100,00111010101111110011101001000010100100000010011101101010010001111,11111001000111111001001110000000111000111111000101000100001101111
172

2
crossflipLevels/173.txt Executable file
View File

@@ -0,0 +1,2 @@
11101001010112111010111020100100101011111010010010011010010001111,10111010000100010010111110110100101110111110000001111010110100111,11101011011001010000111111010110010011111110010010011010110101011,11111111010100010110110110010110101001111110011011101010110101111,00000100001011101101011001101011010100010001101011100100111110000,11101111010100011011110010001110100011111111010111111010111001011,11011011010102000010111110111001101011111101010010010011110001110,10001100101001100100010100001001011100011001101111000101100111000,11011011111101211101001001001010010110000000101100010101001110011,00000100101010101101000001000010101100020000111111001100001110100,01111001110101001011110010110100100011111110110000111101010001111,20010000010101101011101100110100110011101110000010111010110001111,11011011010101000111101110110100110011101100110000111010101101011,11011011010001100000111100110100100011111110000010011100110000011,11111011001101000010011001101100200001101110021000111110110001111,01111011011100010111111110110000100200201110000010011010010101111,00100100100211101000010001000011111100010001101101100101101111010,00210011010101012111110001011011111100010011110101000101001010100,00011011010111010110111110110101000011101110010010111010111001010,00100000101010110101010001001001111001010101110101000100101100000,01110200101010121201110000001111111100100001111011000101000000100,10011001110100010101101100110000000001101110010010100000110101111,11011011010101010110111101110100000011101010020011001110011011111,11110011010002010001010001112100000011101000000010011000011001011,10111011110100010011110110111100011011101110100000110100110011110,11011011000100010101112101010011111001010001111001000001001101000,00100100100120100001101101000010112101010001100101001111001110010,00121100001001101001000001010011010112101110000010111010110001011,00100100110001101011000101000011110100001210000000111100110001111,11110010010011110100111110011100000010001100000000111010110001111,00110000100001101001000000100011111111110011200000101010110001011,00010000101001101000000001101010011101000101101101100101000110001,11011010110110010110110110111100100010001110001000111010110021101,11001010101100010111011110111100000010111110000010100000100011001,10011020011110010110111010111121111111010010101000001101001100100,00110010100001100001100001001011011011010001011100000101101100000,00010111100001101001200001101011111011010011111101000101001110000,11010010000011010000111110011110001010101010000100110011111010111,21011001010110010111011110111100000000100100100110000001110111011,01010002111001110001110001000111111111110001111101100101001100000,10100121111000101001110001000001200010101110000010111010100011111,01011010010101110110011110111100000011101111110000110011010011111,11011000010110011111011110001110000100101110110000111010010011111,10100100101000101101110001001001110101010011100111000100001100000,01010010110110011110011010101000000100100110000010111011110111111,10001000001001101000101101100011111110010001111101000110101100000,10100011110101111001101001000010011101010001101100101100001100011,01011010110110010111011110111000000110101101100010111010101111011,21010000010000000101001101110101000010001110000201000100011110001,10100110111001001001100000000010011101110000111011100110001000000,01001000010111000110011110101110000010101110000101110101020011110,01011010010111000010111010111100100001100110000110111010101011101,01011011010110001100111010111100000001000100000100011000110011111,10110101101001111001100100000011111100010001111011000100110100010,00011211010110011110010110111000000010111110000201000001101100010,10100002111000101001110001001220000010100100100111011100110011011,01011110000000000011010110111000200111100111000111111100100011111,01011110110111010110011110111010100010101001000110011010101000101,10110001101100101001110001000112101010101011002000000101001110100,11011100110110100111101110001001112101010201010011002110100010101,01010110000110010100010110001001101010020001110010001101001100001,01011110010110010000011100111001101011100110101010110010100011111,00111110011110010111001110110001101110111100001000111100100111001,11101001100001101101001011001011000100010011020101101100011100010,10101000111001101100100001000111010101111001100101011101011100011
173

2
crossflipLevels/174.txt Executable file
View File

@@ -0,0 +1,2 @@
011010110101000010101111001001000010011110011101111111101001000111,101000011110010100100110101010011010001100101000111001101111111110,001001000001111000011111000000001010111010100110001110101101101111,111100110001100110101100100000111100110111100011100010101111100100,110111101000100001110100011011100201001110000101100100111000110110,110100100000101010011001011001110001100011001010010010000001210100,101100010000110001010111000111000101111101110000001100111110110011,101120010010001111001010001000111010101111001100011201000111100002,010010110011101100011100000010111000110110111101101111011010101011,211000010101000111110011200101100010110102010101011001111111000000,001101111001011211010101121000011111100110101000011000101101110210,010000000000110100010111101001010102000001101100000112001000010101,001101001100011000001111010101000011001000001001000101001111111000,101011011111100011101010101101010111100110100111101010011011100101,000000111010011101011000000010000001000100010111110001001100011101,111010101100111110101111100011010111120001000100100111101010101111,001110010010001101010000000101011001111101011100012000111011100101,101100111111111100110001101101100010100100011111111001111100011111,111101010011100100111101111010001100101000101001111111011101000011,101100101110101011111111001110101101010101110101001000011110111110,110100010010100011011001111100100001100010110011101101100101110110,021111100011100001110111000010121100010100120001110010100101001100,001010021000000000100000011111000110000011100011011101110001110011,110100110000011011001011111111010001001011101110010100010101010111,100101010110000001000111010110111010101011000001011010100111100000,101100001001111110101000000010101001011100010010111000001000100100,011110010010000001000010111001100010100001001100110110000111110010,110110000010101111011101111001001011010000110001010111110000200010,100011101100100011101001000010101000010001100110110101111000110001,100110111110101010111001020001011110000101010011101010110101101110,011002011100111110001011001011010111010011011100000000010001000111,100110100011100111110101000000101001010002101001101001111110110011,101011100111001000001000101011010000001110010100101001000001001100,000111010101110000001111000011000100001100111000011111111001110001,001011101001101100000000000111010120000000000000010010012100101101,010111011001101100011001111110011110101111000101000001101101000001,000111101000100011011100111111100111101011001100100010010101110011,000011011110021111010111111011110101000001001011001001111111000011,100011000101111111110000101012101110101000100110010010101000001100,100111001101001001010111011111011010101111100011011001111111011001,101101010111021010010021011010100011010110010001010111010010011010,111000010011011100001001000110101100011100010110111000110111110011,001000110011011101100110001100101100100101001100110111111001112100,001110000111100001111110011010111120110111110001010101110000001011,100000100100000101101000101011011110110012111011000001001011000100,101010100100011110100100011011010010111100001001101011101011111000,020111000001000000000000010011010110101101100111101101101110110010,111000111110111111000010110000011011011110000100111110000001100111,000000000110110011011000100010100110000011011010010101101101111011,101000110111111110100011001010011210101000111100110111201111111011,111000011000210111001010011011001000110100000000001111200001001100,000111001000110110000101010011100111101001110000010001100110010110,010111111011110000100101111001100101101011111101110101010111100010,101111111101100110101100011001100110110000110001010100011101100110,100010111001010110011110101011010211001001110011001111001011111010,111100110001100110111111110110000001000110111011100011011111110110,001011110100111120011000011001000111001101011111010101111110000110,001010111010111110110000110100110011111011110101001110010011010010,111110000001111201001001001011001010111101011001110100000110100010,101110111001000110110110011101000000110101110000010111100100000110,011100010000110010100111110001000100101002012010010001100100010000,111101001011100100100011110100001000010001111010001111000101100100,110110101110010111101000001121110001010100110010010100001011010110,110011111111011010100010010010001001001110000011111001100000000010,111011000011001101010011100110101101001111110110110000001100001111,000001000001010100101110000011101111110011110111001101111112100110
174

2
crossflipLevels/175.txt Executable file
View File

@@ -0,0 +1,2 @@
100101000001022101010011101111010111010000101010100111001011100010,101110100001100010011121110112110000011101001101111101111010001001,100001111000101110000210001001001011110111011111100010101110010201,210010120011101000101011000001001101100011100111100111011001010010,100100111000000111102001010100100011010100000011110111111101110010,101011012101101110011010001111110110001101111012000101001100110010,001010111101000011000100100001000011011101000101001001101110000001,011010101200110111011101101110001010001111001111100101000000101101,010100011110100010110011010001100111111111100010001001011001010011,101101000101001000011100110000001100101010011111010101010001111110,011100011000110101110011111100000110000010000100001111020100110000,001110011120001000010110111100001100000101000100101100120010000011,010001000010111111010111001111110010001111111011011010100100111010,010111010001010010011001101010011012011001101000110100101111001011,010101000101001100001111010001100011111001101010010000110000110010,101100001101000000001101101101020011101010111101110111100100000011,111101101000101010001011011111001001000100011000000111111010011000,011000100001101110010111210000011111011001110101100111010110010011,010100000110111000011101000100100010101001110101111100110011010000,210111000001021000100001111000011001000010110101110010111111101010,020010100010200111001001001101000011000000100101111111110111101111,010010100020011200101011101101101100001011101001100110011102100000,111110111000111011010102011111001011001101010101110110001110201000,101100011000110001010101110111010111110110001111010010000100011000,111111100011100110001001010000101001011000110100111101001000001000,011011011111110101111111010001110111110001000011011000111201011011,011001110111010111001111110010000110000110011011110001010100111111,000101110011000010011111010100101100100110100001100100111011010001,111001110110100011010101001101010112110110110100111111101100010010,001010111111110010001010010110001100100110111111110110001000111101,111110100111011011111001011011111111010110111000110110111002011001,000111000101110001000110011211110110101001101100100110012100110010,011000011101000001001100101111100011001000001101100001110010000111,101101010110000100111011010010101011010010101100100011001110101000,100120001000000011110011111101100001010010010111100121101001011101,101011010101111011101100110100100101101100001111110011021010110100,100010101110100000011010000000100010100011100101010011001111100001,110010001000101001100001110101101011110010100101000100001100000100,011011010100100110010001001011101000000011001010011101010011111110,010001000110110101000100000111110101001110010100100001101100000010,111110001100110111000110011110111110011100001000110101111100100121,001111111011001100000010110121001100010001000001210001010011101201,101101100010000111001000101110100100110000111120011111010011100000,101011010201011110010100011000001111001012011111110201000000100110,110110100010100010000112111100100011101011101111110111101011100000,100001111110100000100110011000010001010001111101100010120210010000,001000001011101010001000101100001010001010110010010001110110100000,000010011000001110000010011001010011100110111001100111100000000000,100010111010000101010011011011001110001000000010001110011111000100,110101101001011011011111010110001000100001111010101010111011101010,011000111101001010111000000010101011001001011010010001000101111000,100010001011011000010111101000110020010010000011101101010100111001,110000110111101010100010211110100000101010100100111010110100101010,100011000110111000111011101100100101101100000100010000001111100110,210000110011101011001001120110000000100001110101011010111000110111,000111100001101011000100101011101001011101001110010110000001010000,000111000100110000001110101111110110111011010110010000100011100011,101011010001100001101101000101100111101011101001111001100010011000,100111000110101111101001010000011111000001000110110100101100110101,011100110111001001011001010110101101210101111101110011111001011110,001000101011010011011100111111000110101000111101011111011001101210,011100111111110101001101000101011000101111110011011110011111011011,010011010100001001100001101100110011010111100100000000110010111001,101000001110000000010001011010110100011110111001011110010011111100,111020100011111110100001111011000011100001011020010000000011111101,110011001011001021111110100111010011101001110111000101110010011010
175

2
crossflipLevels/176.txt Executable file
View File

@@ -0,0 +1,2 @@
1101110110100100110000011101010101011100000111010010011000011101000,1010110101100101101111101111010000101011100011010101001000101010000,1011010011100100000011001000111001101100000101110011111111100000100,0001101111011010111111110101011010101010101101111001111110000111100,1111111010011011100001011001010001101000100110001100100010010010000,1000111010010111001101000010010111200110000000010010010111001011000,0100020011100010000000000001111110010001000110011111000110110101111,0001200111000000011101111011010000110001101101111011100010000110110,0000100010101001010000011120010011100110001011011101100011011211011,1011011200011100100111110012210001110110101001011010010000110001110,1111100001011101001110010001101000001011010111000110000101111101220,1100101100101101111011001100100011001110000100010100010001100001111,1101100010110000001111101000101100111010000010011011100100011110100,0111000011100000110000010000100110111110001010001010100110001101201,0100011101001111101101011010110110110000110100101111011001010011111,1001100101011000101100000011010010101011101110000001011011001101100,1001101001101101011011011000010001000101000110011010100210011000000,1011010001011100101011010111101111100010011001100011010110111000111,1010110110000000000001101110110010100011011010111101011011001001010,0101011100110100110111000111001111000001101000101000001000000011011,0111111000011011100001001101011011111111000101011111101120101010110,1101110001110100100100011001110011000101101110111000102011101111010,0100121000000111111111111101000010110012101010111000011011010000011,1112011000011001010000011110111110111010110000110112110101011021001,1001110111010010101101001000011000011110101101000111001101011100011,0010110010100101111001111101111100101001100110010110011000110011011,0111000100000101010110101111111001010100000100001011010001000001101,0111011110000101002110101111000011011100101001110111010010111111110,1111101000110010011001101000101011011111110000101000011111100101101,0111111000101101011211110010001110001000011000101101100011011121110,1100001000101110000100000111110011100111110020000100011011100100000,1110010100011100110100010000001010011110011101100010101011110000120,1111001111010011100100011010211010001010100111010100000101110111110,1110101001121000111111000011101000110110000101010000001100101110011,0000101101101111000000100101001111001010101101110100000111001011001,0101000001100000111100000110111000110111211101011000001011000110101,1011010001001100000000010110100011100000111011001011211100110010010,1011000001001010100010101011100100001110010000111111001110100110101,0011101010000011110001101101100100001101100010101111000110010110100,1110110101010000010000000010101111010001111100111001100011101100010,0100100011010111100000111010111110001111010110110010001110110000100,0110010010002011110111100111000111101001011000110201100000011010110,0010001001101110011001101010010010002101101111000011010000000110001,0001111110011021101010100110101111101011010000110001101110011010110,0000110011101010110110110001111011111011110011010011111001110111101,1010010110011001021110001011000000101000001011100011001001000010001,1111120011001111100100111110110110010101110011010110100101101000110,0110100011000010101010000101111101101110011110001000111000011100000,0001001010011111000101001001111001010100110100100110101101101000111,0001011110010001110000101100001010111120110001101101111111111011100,1000010010101001011101100000101100110101001000001101101110001011000,0000001121002010001100101101011000002111110101010011110110100001101,0100111010001110000010101110111000010001110210101000110011110101101,0010010010101010010010110000111110010010100111000110111000111102010,0101111001001111000111100101111011111101110110011000002001001010010,1100011110110100111101010101110101011001100011211101100110011011001,1110020010011000100001010001001010100010010101001001001111100000010,1001100110010011100100011011111000011110101001000110110110000001010,0100001010111111001101101101000100111111110011001100011011010001111,1000101011010010001110110011101010111110001011111110011000101011110,1001100110110010011110000011011100001010001100010101011111111010111,1101011000111110110101111000000111000211100000010000000000000111110,0111000001110100021010100000000000001001001110010100011100010010010,2111100011001011100011101100100010111101100101000101211011110000100,1000000010011011011011111011100010111100010000000110000011010010011,0110111001010011101010101110111110001001100110011100000101000110100,1110111011111111010010100011110111101101110001010101011111011100110
176

Some files were not shown because too many files have changed in this diff Show More