Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/algosup/gotris

Tetris in Go
https://github.com/algosup/gotris

Last synced: about 5 hours ago
JSON representation

Tetris in Go

Awesome Lists containing this project

README

        

# Gotris is a version of the classic Tetris in Go
It is written for educational purpose and to limit the number of new concepts, we may deviate from idiomatic Go at times.

To build it from source and run it on your machine, you need to install :
1) Git https://git-scm.com/downloads
2) Optional: Visual Studio Code (or any editor/IDE or your choice) https://code.visualstudio.com/download (only if you want to be able to change the code)
3) Go https://golang.org/dl/

Then, you need to get the source code by running the command

git clone https://github.com/algosup/gotris.git 

in a terminal.
To run the code, move to the gotris folder:
cd gotris

Then run
go run .