Skip to main content

Tetris in the browser

·80 words·1 min
Emmanuel Bosquet
Author
Emmanuel Bosquet

One day I understood I could write javascript the proper way :

  • object-oriented
  • with separate files
  • with JSdocs types
  • as far away from the HTML as possible

AND have it work in the browser.

So I ported my dear tetris logic I had written in Rust for the terminal into the browser, using canvas.

Play it here. I’m afraid it only works on the desktop, and it may be buggy, but hey I made a tetris, how awesome is that?