mikiya771 / tetris-CLI

this repo serve Tetris, the most famous game, on CLI
1 stars 0 forks source link

tetris-CLI

Tetris running on the Shell with Go

For Developer

Architecture

flux-like architecture

Installation

git clone https://github.com/mikiya771/tetris-CLI.git
cd tetris-CLI

Run

go run main.go

Test

go test -v ./...