Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romulets/tetris
terminal tetris in go
https://github.com/romulets/tetris
Last synced: 2 days ago
JSON representation
terminal tetris in go
- Host: GitHub
- URL: https://github.com/romulets/tetris
- Owner: romulets
- Created: 2023-11-12T15:54:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T19:54:19.000Z (12 months ago)
- Last Synced: 2024-06-19T23:05:04.829Z (5 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[![Go](https://github.com/romulets/go-tetris/actions/workflows/go.yml/badge.svg)](https://github.com/romulets/go-tetris/actions/workflows/go.yml)
# Tetris
A tetris in go just because
# TODO
- Implement tick (go a turn)
- Implement move piece to the right
- Implement move piece to the left
- Implement Rotate piece
- Implement land piece
- Implement Take next piece from queue
- Implement hold block