Live data from Hacker News

Show HN: Learn about models of computation interactively

shailpatels.me

1–2 of 2 posts

Re: Show HN: Learn about models of computation interactively

#2
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.

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.

The source code is here: https://github.com/shailpatels/FiniteStates