Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 649 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 649 Bytes

A Turing Machine written in Coffeescript.

live demo:

http://turing.macrozone.ch/

It can handle multiple tapes

install

nodejs is used as backendwebserver to convert the coffescript and stylus files (the frontend-code itself doesn't depend on node though)

if you have node installed you can setup this project like this

  1. git clone https://github.com/macrozone/TuringCoffeeMachine.git
  2. cd TuringCoffeeMachine
  3. npm install
  4. node server.js

now the server is running in developement mode on port 3000: http://localhost:3000


App structure generated by Skeleton