https://github.com/mstuttgart/tetrim
:video_game: A minimalist Tetris clone made with Godot
https://github.com/mstuttgart/tetrim
gamedev godot godot-engine gruvbox indiegame tetris
Last synced: 5 months ago
JSON representation
:video_game: A minimalist Tetris clone made with Godot
- Host: GitHub
- URL: https://github.com/mstuttgart/tetrim
- Owner: mstuttgart
- License: mit
- Created: 2021-01-18T11:21:28.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-10-30T11:28:33.000Z (about 4 years ago)
- Last Synced: 2025-02-12T08:58:00.408Z (10 months ago)
- Topics: gamedev, godot, godot-engine, gruvbox, indiegame, tetris
- Language: GAP
- Homepage: https://mstuttgart.itch.io/tetrim
- Size: 15.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A minimalist Tetris clone
About |
Install |
How to Play |
Credits
## About
Tetrim is a minimalist clone of the popular game Tetris, developed by Alexey Pajitnov, Dmitry Pavlovsky and Vadim Gerasimov, and released in June 1984.
The project arose as an opportunity to study the Godot Engine and as the realization of a simple desire I have had for a long time to create a game, even if simple, from beginning to end.
Despite being a simple game, I encountered many challenges during its development, but I was very satisfied with the final result and I hope you have fun too.
## Install
This game is avaliable to download in Itch.io project page:
or on release page [here](https://github.com/mstuttgart/tetrim/releases).
## How to play
Like the original game, Tetrim has few commands. I developed the game with the idea of having a simple game that I could play to relax, so please don't expect a competitive game :)
Anyway, let's go to the game controls:
* LEFT and RIGHT: lateral tetramino movement;
* UP: rotation tetramino;
* DOWN: drop tetramino;
* SPACE: pause/resume the game;
* ESC: return to Title Screen and ends game.
## Credits
Art and Programming by me :grin:.
This game wouldn't be as possible as it would be without the amazing resources made available by the talented artists - thank you guys - below:
* [Font Thaleah](https://tinyworlds.itch.io/free-pixel-font-thaleah) created by [Tiny Worlds](https://tinyworlds.itch.io/);
* [Royalty Free Music Pack](https://timbeek.itch.io/royalty-free-music-pack) created by [Tim Beek](https://timbeek.itch.io/);
The color palette used in the game is the [Gruvbox](https://github.com/morhetz/gruvbox) theme palette created by [Pavel Pertsev](https://github.com/morhetz).
Special thanks to the team responsible for [Godot Engine](https://godotengine.org/), for developing a high quality, easy to use and free engine.
This project has mixed licencing. You are free to copy, redistribute and/or modify aspects of this work under the terms of each licence accordingly (unless otherwise specified).
----------------------
Tetris, developed by Alexey Pajitnov, Dmitry Pavlovsky and Vadim Gerasimov.
Copyright (C) 2021 by Michell Stuttgart