Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.