Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drproteus/sirtet
tetrominoes in lua with love2d
https://github.com/drproteus/sirtet
love2d tetris
Last synced: 22 days ago
JSON representation
tetrominoes in lua with love2d
- Host: GitHub
- URL: https://github.com/drproteus/sirtet
- Owner: drproteus
- Created: 2016-09-16T21:26:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T05:49:25.000Z (4 months ago)
- Last Synced: 2025-01-11T17:28:15.827Z (25 days ago)
- Topics: love2d, tetris
- Language: Lua
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SIRTET (2014)
## tetrominos in lua### running
* have Love2d on your system (`apt install love`, for example)
* `git clone https://github.com/drproteus/sirtet.git`
* `love sirtet`### controls
* any key starts from the title.
* `left` and `right` to move your piece side to side.
* `up` rotates clockwise.
* `down` accelerates downward motion
* `space` hard drops the piece where it would fall vertically.
* `p` pauses the game
* when paused, `q` exits the application
* `g` toggles ghosting (initially off)
* `1-0` sets the "level" to this number-- just modifies speed where the higher the level, the faster the piece (save 0, which is MAX LEVEL).**NOTE**: there is no counter-clockwise motion... yet!
![screen1](screenshots/screen1.png)
---
### Bonus: LastFM Top Albums (at the time) Tileset
```
love sirtet images/96.png
```
![screen96](screenshots/screen96.png)