dodobyte / tetris

Simple Tetris game in Go and SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tetris

This is a Simple Tetris Game in Go and SDL2. It looks and plays like smallbasic tetris. I pretty much lifted everything but code.

I've written it in two evenings because the original one didn't have a pause button. So it can be buggy and the code is not very nice. Keep that in mind.

You need SDL2 and go-sdl2 binding to build it. If you just want to play, you can download binary distribution here.

Have fun!

Game Controls

  • Left arrow: move piece left
  • Right arrow: move piece right
  • Up arrow: rotate piece
  • Down arrow: drop piece
  • P button: pause and continue the game

ss

About

Simple Tetris game in Go and SDL2


Languages

Language:Go 100.0%