/tetris.gl

Example of implementing tetris-like simulation on the GPU using WebGL

Primary LanguageJavaScriptMIT LicenseMIT

Tetris.gl

Simple Tetris game, with state and logic implemented on the GPU using WebGL shaders.

Running

Just host this directory with a webserver of your choice. You can also use the webserver.sh script included (provided you have Python) to set up a simple development server.