diff --git a/aStar.py b/Classes/aStar.py
similarity index 100%
rename from aStar.py
rename to Classes/aStar.py
diff --git a/bfs.py b/Classes/bfs.py
similarity index 100%
rename from bfs.py
rename to Classes/bfs.py
diff --git a/button.py b/Classes/button.py
similarity index 100%
rename from button.py
rename to Classes/button.py
diff --git a/config.py b/Classes/config.py
similarity index 100%
rename from config.py
rename to Classes/config.py
diff --git a/dfs.py b/Classes/dfs.py
similarity index 100%
rename from dfs.py
rename to Classes/dfs.py
diff --git a/dijkstra.py b/Classes/dijkstra.py
similarity index 100%
rename from dijkstra.py
rename to Classes/dijkstra.py
diff --git a/enemy.py b/Classes/enemy.py
similarity index 100%
rename from enemy.py
rename to Classes/enemy.py
diff --git a/expectimax.py b/Classes/expectimax.py
similarity index 100%
rename from expectimax.py
rename to Classes/expectimax.py
diff --git a/game.py b/Classes/game.py
similarity index 100%
rename from game.py
rename to Classes/game.py
diff --git a/main.py b/Classes/main.py
similarity index 100%
rename from main.py
rename to Classes/main.py
diff --git a/maze.py b/Classes/maze.py
similarity index 100%
rename from maze.py
rename to Classes/maze.py
diff --git a/minmax.py b/Classes/minmax.py
similarity index 100%
rename from minmax.py
rename to Classes/minmax.py
diff --git a/player.py b/Classes/player.py
similarity index 100%
rename from player.py
rename to Classes/player.py
diff --git a/playerController.py b/Classes/playerController.py
similarity index 100%
rename from playerController.py
rename to Classes/playerController.py
diff --git a/blank.png b/Images/blank.png
similarity index 100%
rename from blank.png
rename to Images/blank.png
diff --git a/button_easy.png b/Images/button_easy.png
similarity index 100%
rename from button_easy.png
rename to Images/button_easy.png
diff --git a/button_hard.png b/Images/button_hard.png
similarity index 100%
rename from button_hard.png
rename to Images/button_hard.png
diff --git a/button_normal.png b/Images/button_normal.png
similarity index 100%
rename from button_normal.png
rename to Images/button_normal.png
diff --git a/enemy.png b/Images/enemy.png
similarity index 100%
rename from enemy.png
rename to Images/enemy.png
diff --git a/goal.png b/Images/goal.png
similarity index 100%
rename from goal.png
rename to Images/goal.png
diff --git a/wall.png b/Images/wall.png
similarity index 100%
rename from wall.png
rename to Images/wall.png
diff --git a/testAStar.py b/Testing/testAStar.py
similarity index 100%
rename from testAStar.py
rename to Testing/testAStar.py
diff --git a/testBFS.py b/Testing/testBFS.py
similarity index 100%
rename from testBFS.py
rename to Testing/testBFS.py
diff --git a/testButton.py b/Testing/testButton.py
similarity index 100%
rename from testButton.py
rename to Testing/testButton.py
diff --git a/testDFS.py b/Testing/testDFS.py
similarity index 100%
rename from testDFS.py
rename to Testing/testDFS.py
diff --git a/testDijkstra.py b/Testing/testDijkstra.py
similarity index 100%
rename from testDijkstra.py
rename to Testing/testDijkstra.py
diff --git a/testEnemy.py b/Testing/testEnemy.py
similarity index 100%
rename from testEnemy.py
rename to Testing/testEnemy.py
diff --git a/testExpectimax.py b/Testing/testExpectimax.py
similarity index 100%
rename from testExpectimax.py
rename to Testing/testExpectimax.py
diff --git a/testGame.py b/Testing/testGame.py
similarity index 100%
rename from testGame.py
rename to Testing/testGame.py
diff --git a/testMaze.py b/Testing/testMaze.py
similarity index 100%
rename from testMaze.py
rename to Testing/testMaze.py
diff --git a/testMinMax.py b/Testing/testMinMax.py
similarity index 100%
rename from testMinMax.py
rename to Testing/testMinMax.py
diff --git a/testPlayer.py b/Testing/testPlayer.py
similarity index 100%
rename from testPlayer.py
rename to Testing/testPlayer.py
diff --git a/testPlayerController.py b/Testing/testPlayerController.py
similarity index 100%
rename from testPlayerController.py
rename to Testing/testPlayerController.py
diff --git a/pixilart-drawing.png b/pixilart-drawing.png
deleted file mode 100644
index 44ab0680abbe029f756194add4acd1ba7fe25a19..0000000000000000000000000000000000000000
Binary files a/pixilart-drawing.png and /dev/null differ