Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/docwhat/go-tetris
- Owner: docwhat
- License: mit
- Created: 2022-03-30T16:35:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T11:50:02.000Z (over 1 year ago)
- Last Synced: 2024-04-13T03:21:46.499Z (7 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)