https://github.com/i-e-b/completetris
A Tetris-like game about closing loops
https://github.com/i-e-b/completetris
Last synced: 12 months ago
JSON representation
A Tetris-like game about closing loops
- Host: GitHub
- URL: https://github.com/i-e-b/completetris
- Owner: i-e-b
- License: bsd-3-clause
- Created: 2016-06-13T18:45:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T21:23:24.000Z (almost 10 years ago)
- Last Synced: 2025-03-22T12:30:36.050Z (over 1 year ago)
- Language: Lua
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Completetris
A Tetris-like game about closing loops
One tile at a time drops down the board.
You can rotate it as it falls, and move it left/right.
You can also drop it.
## To do:
* [ ] end of level (success)
* [x] end of level / crash into top (failure)
* [x] mobile controls
* [ ] sound/music