https://github.com/wardbrian/turinggui
A GUI-Based Turing Machine simulator, done in Python
https://github.com/wardbrian/turinggui
Last synced: 2 months ago
JSON representation
A GUI-Based Turing Machine simulator, done in Python
- Host: GitHub
- URL: https://github.com/wardbrian/turinggui
- Owner: WardBrian
- Created: 2019-02-28T01:48:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T01:48:12.000Z (over 6 years ago)
- Last Synced: 2025-01-28T15:23:34.226Z (4 months ago)
- Language: Python
- Size: 349 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TuringGUI - A Turing Machine Simulator User Interface
This project was completed for the final portion of CS330901 Topics In Computer Science - Computability and Complexity taught by [Howard Straubing](http://www.cs.bc.edu/~straubin/). It is a python program which can simulate the run of Turing Machines of various kinds graphically. It is based on the Turing Machine simulator used in said class.Created by [David Kocen](https://github.com/dkocen) and [Brian Ward](https://github.com/wardbrian)
For more information, please consult the [full manual](/Docs/User%20Manual.pdf).