- Notifications
You must be signed in to change notification settings - Fork8
zkry/golang-tetris
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is my first experience writing games in Golang. I stumbled upon the 2D game library atgithub.com/faiface/pixel and wanted to try it out. After using it for this game, I have to admit that the library is very well designed and easy to use. Anyone interested in creating games should definitely check it out.
This is a typical Tetris clone. I tried to make the gameplay experience as smooth as possible though the game is lacking bells and whistles like a title-screen. Here are some screen shots of the game:
Having Go installed, you can rungo run .
from the root directory to play the game.
- Left/Right arrow - Move piece
- Up arrow - Rotate piece
- Down arrow - Fast fall
- Space - Instant drop
- Menus (Opening, game-over, pause)
- Animation for row clearing
- Music and sound effects
About
A Tetris game written in Go using the faiface/pixel 2D game engine.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.