diff --git a/.idea/libraries/jars.xml b/.idea/libraries/jars.xml new file mode 100644 index 0000000..a29960d --- /dev/null +++ b/.idea/libraries/jars.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..6bc01a8 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..c4b8036 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/GameOfLifeAssignment.iml b/GameOfLifeAssignment.iml new file mode 100644 index 0000000..506243b --- /dev/null +++ b/GameOfLifeAssignment.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/out/production/GameOfLifeAssignment/ILife.class b/out/production/GameOfLifeAssignment/ILife.class new file mode 100644 index 0000000..200e42b Binary files /dev/null and b/out/production/GameOfLifeAssignment/ILife.class differ diff --git a/out/production/GameOfLifeAssignment/Life.class b/out/production/GameOfLifeAssignment/Life.class new file mode 100644 index 0000000..0f85de0 Binary files /dev/null and b/out/production/GameOfLifeAssignment/Life.class differ diff --git a/out/production/GameOfLifeAssignment/Simulation.class b/out/production/GameOfLifeAssignment/Simulation.class new file mode 100644 index 0000000..2229ce0 Binary files /dev/null and b/out/production/GameOfLifeAssignment/Simulation.class differ diff --git a/out/test/GameOfLifeAssignment/LifeTest.class b/out/test/GameOfLifeAssignment/LifeTest.class new file mode 100644 index 0000000..6684dee Binary files /dev/null and b/out/test/GameOfLifeAssignment/LifeTest.class differ