From 38e46f5494de70995893d3e47552f696eb77ebdf Mon Sep 17 00:00:00 2001 From: RockLee444 Date: Sat, 30 Oct 2021 00:10:41 -0500 Subject: [PATCH] RockLee444 - Machine --- TuringMachine/.idea/misc.xml | 6 + TuringMachine/.idea/modules.xml | 8 + TuringMachine/.idea/vcs.xml | 6 + TuringMachine/.idea/workspace.xml | 152 ++++++++ TuringMachine/README.md | 17 + TuringMachine/Turing.iml | 12 + TuringMachine/src/Main.java | 20 + .../src/controllers/MainController.java | 356 ++++++++++++++++++ TuringMachine/src/images/graph.png | Bin 0 -> 37365 bytes TuringMachine/src/views/MainFXML.fxml | 33 ++ 10 files changed, 610 insertions(+) create mode 100644 TuringMachine/.idea/misc.xml create mode 100644 TuringMachine/.idea/modules.xml create mode 100644 TuringMachine/.idea/vcs.xml create mode 100644 TuringMachine/.idea/workspace.xml create mode 100644 TuringMachine/README.md create mode 100644 TuringMachine/Turing.iml create mode 100644 TuringMachine/src/Main.java create mode 100644 TuringMachine/src/controllers/MainController.java create mode 100644 TuringMachine/src/images/graph.png create mode 100644 TuringMachine/src/views/MainFXML.fxml diff --git a/TuringMachine/.idea/misc.xml b/TuringMachine/.idea/misc.xml new file mode 100644 index 0000000..e0844bc --- /dev/null +++ b/TuringMachine/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/TuringMachine/.idea/modules.xml b/TuringMachine/.idea/modules.xml new file mode 100644 index 0000000..fc4bff6 --- /dev/null +++ b/TuringMachine/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/TuringMachine/.idea/vcs.xml b/TuringMachine/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/TuringMachine/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/TuringMachine/.idea/workspace.xml b/TuringMachine/.idea/workspace.xml new file mode 100644 index 0000000..a6fd217 --- /dev/null +++ b/TuringMachine/.idea/workspace.xml @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + +