shailpatels / FiniteStates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FiniteStates

FiniteStates is a game about solving simple puzzles with different models of computation like DFAs, NFAs pushdown automata, and Turing Machines. Built using JavaScript and HTML, and uses FSS

Running Locally,

Make sure the dev dependency serve is installed somewhere on your system, then from the root directory of FiniteStates you can run

npx serve

And view the project in your browser.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 82.4%Language:HTML 14.4%Language:CSS 3.2%