Hi HN! This a simple project made with JavaScript and the HTML canvas, the goal is to learn about different models of computation by solving simple puzzles with them, almost like programming with a finite state machine.<p>This project is part of my undergraduate thesis in cognitive science and its about video games as tools for learning. The
game collects stats as you play (number of levels completed,
number of transitions/states used, etc), if you prefer nothing gets sent you can set "internet_conn" to false in
src/stats_recorder.js or turn of your internet after the page is loaded - the game will still work as normal.<p>The source code is here: <a href="https://github.com/shailpatels/FiniteStates" rel="nofollow">https://github.com/shailpatels/FiniteStates</a>