https://github.com/nikarh/gotromino
Gotromino - a Tetris™-like game written in go
https://github.com/nikarh/gotromino
console-game game tetris
Last synced: 3 months ago
JSON representation
Gotromino - a Tetris™-like game written in go
- Host: GitHub
- URL: https://github.com/nikarh/gotromino
- Owner: nikarh
- License: mit
- Created: 2016-10-28T19:39:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T15:49:33.000Z (over 1 year ago)
- Last Synced: 2025-02-05T23:56:35.032Z (4 months ago)
- Topics: console-game, game, tetris
- Language: Go
- Size: 247 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Gotromino](https://github.com/nikarh/gotromino)
[](https://github.com/nikarh/gotromino)
[](https://github.com/nikarh/gotromino)
[](https://hub.docker.com/r/nikarh/gotromino)A console Tetris™-like game written in go.
Kill your time, while you are waiting for a CI to build your branch.
Impress your colleges with your gaming skills during a video call with screen sharing
when you have already fixed a critical production bug, and you still have 10 minutes
for your E2E test to finish before trying to deploy it.## Installation
There are multiple ways to get this game
- If you are a QA engineer, don't waste your time trying to compile this one from sources, just download [the latest release](https://github.com/nikarh/gotromino/releases/latest).
- If you are a DevOps engineer, just run this game from a Docker container```shell
docker run --rm -it nikarh/gotromino
```
- If you are a software developer, you can build this package from sources
```shell
go get -u github.com/nikarh/gotromino
```
- If you are a senior DevOps engineer, you can build it from sources in a Docker container
```shell
git clone https://github.com/nikarh/gotromino
docker build -t nikarh/gotromino gotromino
docker run --rm -it nikarh/gotromino
```## Game
Have fun!