Sign inSign up

nikarh/gotromino

By nikarh

Updated almost 3 years ago

Image
0

629

nikarh/gotromino repository overview

Gotromino

GitHub GitHub Repo stars Docker Image Version (latest semver)

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.

  • If you are a DevOps engineer, just run this game from a Docker container

    docker run --rm -it nikarh/gotromino
    
  • If you are a software developer, you can build this package from sources

    go get -u github.com/nikarh/gotromino
    
  • If you are a senior DevOps engineer, you can build it from sources in a Docker container

    git clone https://github.com/nikarh/gotromino
    docker build -t nikarh/gotromino gotromino
    docker run --rm -it nikarh/gotromino
    

Game

Gameplay

Have fun!

Tag summary

Content type

Image

Digest

sha256:04558c569

Size

983 kB

Last updated

almost 3 years ago

docker pull nikarh/gotromino