You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,24 @@ and simply populates the tape with 0's.
192
192
193
193
For any issues with the project, please either open an issue or contact me via e-mail: javakingxi@gmail.com
194
194
195
+
## Importing and Exporting Machines:
196
+
197
+
- Turing Machines can be imported and exported as encoded JSON strings, which allows users to share machines across devices.
198
+
- To share a machine you created, first click the 'share' icon button on the top right corner of the 'Table Screen', this will show an encoded JSON string representation of the
199
+
machine. Copy this string to your clipboard.
200
+
- To import a machine, click on the 'import/export' icon button on the top-right corner of the 'Load Machine' screen, and paste the machine export JSON string.
-[Chandrama Saha](https://linktr.ee/chandramasaha): While Chandrama has not helped with the technical aspects of the project, she has supported me through my journey as a developer
0 commit comments