Skip to content

alfonsodev/gotris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gotris

tetris implementation in go.

⚠️WIP Disclaimer:

This is work in progress in very early stage.

Try it :

go get alfonsodev/gotris
cd $GOPATH/src/github.com/alfonsodev/gotris
go build
./gotris

Current state

The current state just shows the Tetrominos.

  • Use enter key to start.
  • Up arraw switch between different types of tetrominos.
  • Down arrow to rotate them.

Improvements:

Input should include the package read the key event as a primitive and emit input.Key type menu, then comunicate via channels to the other components

Gotris demo

About

Tetris implemented in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages