Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/docwhat/go-tetris

Playing around with Tetris in Go
https://github.com/docwhat/go-tetris

Last synced: 2 days ago
JSON representation

Playing around with Tetris in Go

Awesome Lists containing this project

README

        

# go-tetris

> Playing around with Tetris in Go

## Usage

```sh
go get docwhat.org/go-tetris
```

## Contents

* `tgm3` -- A randomizer designed based on the algorithm from [Tetris Game Master 3: Terror-Instinct](https://tetris.fandom.com/wiki/Tetris_The_Grand_Master_3_Terror-Instinct)

## See Also

* [_The history of Tetris randomizers_](https://simon.lc/the-history-of-tetris-randomizers) by [Simon Laroche](https://simon.lc)
* [Tetris Wiki](https://tetris.wiki/)