Game of Turing Machine programming challenges. Click here to play!
| Available in English and Turkish! |
|---|
Since this is a Web + NodeJS project, make sure you have the following software installed:
- NodeJS
- NPM
- An arbitrary http server
-
Clone the project, put it in a folder of your choice.
-
Delete the
distfolder. -
Go to
404.htmland change the following line:
- from
let urlPrefix = '/turing' - to
let urlPrefix = ''
- Go to
src/utils/init.jsand change the following line:
- from
let urlPrefix = '/turing' - to
let urlPrefix = ''
- Run the commands:
npm install
npm run build
-
Delete
index.html -
Now a folder named
distshould appear in the root folder. Cutdist/index.htmlfrom this folder, and paste it inside the root folder. -
Done! Run the http server from the root folder:
http-server .
Please see the Help Page.



