dani0854 / html-tetris

Tetris DFA in pure HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tetris DFA in pure HTML

In order to reduce amount of states, a lot of things have been cut out, and field size reduced. But it is theroticly possible to simulate all that funcitonality with finate amount of states, though computational resources required are beyond anything possible. An exception would probably only be simulating randomness, which is imposible.

Run

docker compose up -d

About

Tetris DFA in pure HTML

License:MIT License


Languages

Language:Python 95.6%Language:Dockerfile 4.4%