felixpalmer / tetris.gl

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:JavaScript 48.1%Language:HTML 43.7%Language:GLSL 4.2%Language:CSS 3.2%Language:Python 0.8%