An open API service indexing awesome lists of open source software.

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.

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