https://github.com/stnc/go-tetris
golang opengl tetris gmae
https://github.com/stnc/go-tetris
golang opengl tetris
Last synced: 20 days ago
JSON representation
golang opengl tetris gmae
- Host: GitHub
- URL: https://github.com/stnc/go-tetris
- Owner: stnc
- Created: 2017-12-30T10:26:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T16:07:38.000Z (almost 3 years ago)
- Last Synced: 2025-10-29T19:48:43.913Z (7 months ago)
- Topics: golang, opengl, tetris
- Language: Go
- Size: 1.76 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

I will continue to improve the tetris game I am working on with Golang as time goes.
Golang ile yapmaya çalıştığım tetris oyunu zaman buldukça geliştirmeye devam edeceğim
## Windows install Opengl
First gcc install http://www.msys2.org/
pacman -Su
pacman -S gcc cmake
pacman -S base-devel gcc cmake
## or
pacman -S mingw-w64-x86_64-gcc --disable-download-timeout
pacman -S mingw-w64-x86_64-make --disable-download-timeout
pacman -S mingw-w64-x86_64-gdb --disable-download-timeout
MSYS2 ve GCC'yi güncelleme için MSYS2 terminaline ara ara şu kodu girip kontrol edin:
pacman -Syu --disable-download-timeout
make -f Makefile
Video Tutorials
https://www.youtube.com/watch?v=aeHfqk0cVOE
https://stackoverflow.com/questions/30069830/how-to-install-mingw-w64-and-msys2#30071634
go get github.com/go-gl/gl/v2.1/gl
go get github.com/go-gl/glfw/v3.1/glfw
forked by https://github.com/medvednikov/go-tetris