gdamore / tcell

Tcell is an alternate terminal package, similar in some ways to termbox, but better in others.
Apache License 2.0
4.53k stars 306 forks source link

Add go-tetris #695

Closed aaronriekenberg closed 6 months ago

aaronriekenberg commented 6 months ago

Add go-tetris - a simple tetris game built with tcell.

Works as a native terminal app, have used in Linux and MacOS.

Also works as WASM app. The project is setup to deploy to github pages with github actions build on every commit.

Thanks!