Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nktkln/tetris
CLI tetris game.
https://github.com/nktkln/tetris
cli game golang tetris
Last synced: 5 days ago
JSON representation
CLI tetris game.
- Host: GitHub
- URL: https://github.com/nktkln/tetris
- Owner: NKTKLN
- License: mit
- Created: 2023-08-17T20:43:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-17T20:49:45.000Z (over 1 year ago)
- Last Synced: 2023-08-17T22:28:37.707Z (over 1 year ago)
- Topics: cli, game, golang, tetris
- Language: Go
- Homepage:
- Size: 6.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 👾 Tetris
![Preview](assets/preview.png)
One of my favorite games is Tetris. So I dreamed of writing this game sooner or later. There is an opinion that a person can call himself a programmer only after he has written his own Tetris. And so, finally, I decided to write my own Tetris.
*Additional information:*
Tetris is the most famous computer game invented and programmed by Soviet programmer A. L. Pazhitnov in 1985.## 🎮 Gameplay
![Gameplay](assets/gameplay.gif)
## 💿 Download the compiled version
* 🍎 [MacOS](https://github.com/NKTKLN/Tetris/releases/download/stable/tetris-amd64-macos)
* 🐧 [Linux](https://github.com/NKTKLN/Tetris/releases/download/stable/tetris-amd64-linux)* 🪟 [Windows](https://github.com/NKTKLN/Tetris/releases/download/stable/tetris-amd64-windows.exe)
## ⚙️ Running from source
* 📄 Build to binary file
```bash
make build
```* 💻 Local run
```bash
make run
```## 📃 License
This project is under the MIT license.