elliottbarnes / terminal_tetris

simple terminal- based Tetris clone written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tetris

This is a simple terminal-based Tetris game implemented in Go.

How to Run

  1. Make sure you have Go installed.
  2. Clone this repository.
  3. Navigate to the project directory.
  4. Run the game using:
    go run main.go

About

simple terminal- based Tetris clone written in Go

License:MIT License