Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/algosup/gotris
Tetris in Go
https://github.com/algosup/gotris
Last synced: about 5 hours ago
JSON representation
Tetris in Go
- Host: GitHub
- URL: https://github.com/algosup/gotris
- Owner: algosup
- Created: 2020-08-10T08:34:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T23:12:05.000Z (over 3 years ago)
- Last Synced: 2024-11-12T18:53:18.436Z (4 days ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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 rungo run .