Skip to content

superfrink/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tetris Game

Console game

To play the game use:

go run tetris_console_game.go

Or build it via:

go build -o tetris_console_game tetris_console_game.go

Screenshot:

Console Game Screenshot

Video of game play (A human is playing on the left, the right is showing a game with PRNG input.)

Bucket game

There is a -b flag to the tetris_console_game to play a simple bucket tetris-like game. The bucket game only has one piece and that piece is a single block. The game only has 10 rows and 3 columns.

Bucket Game Screenshot

Build status

Check-In Build codecov CodeQL