Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 227 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 227 Bytes

Tetris-like game implementation with Go.

both desktop and web assembly versions available. The simplest way to try the web assembly version is using docker:

docker build -t goblocks .
docker run -p 8080:80 goblocks