https://github.com/seesharpsoft/ui5_tabtris
Tetris-like game powered by UI5 table control.
https://github.com/seesharpsoft/ui5_tabtris
tetris ui5
Last synced: 4 months ago
JSON representation
Tetris-like game powered by UI5 table control.
- Host: GitHub
- URL: https://github.com/seesharpsoft/ui5_tabtris
- Owner: SeeSharpSoft
- License: mit
- Created: 2022-07-21T15:00:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T16:30:38.000Z (about 3 years ago)
- Last Synced: 2025-04-06T00:28:06.938Z (6 months ago)
- Topics: tetris, ui5
- Language: JavaScript
- Homepage: https://seesharpsoft.github.io/UI5_Tabtris
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UI5 Tabtris
This is a Tetris game built with [OpenUI5s](https://github.com/SAP/openui5) [sap.ui.table.Table](https://openui5.hana.ondemand.com/api/sap.ui.table.Table) using a custom JSONModel and data binding.
Besides some lines of CSS for the coloring, there is no workaround or custom rendering involved – the implementation follows UI5 best practices regarding MVC and databinding.
It can also run in SAP Fiori Launchpad!**Try it out now: https://seesharpsoft.github.io/UI5_Tabtris/index.html**
_(use the arrow keys for left, right, fast down and rotate)_
**Have fun!** ;)
---
Or run it locally:
- `git clone https://github.com/SeeSharpSoft/UI5_Tabtris.git`
- `cd UI5_Tabtris`
- `npm install`
- `npm start`
- http://localhost:8080 or http://localhost:8080/test/flpSandbox.html