- a pályát elhagyó objektumok likvidálása
- high score
- mozgó háttér / parallax?
- particle effektek (robbanások, etc)
- kezdőképernyő
- nehezedés idővel
- pause képernyő
- credits képernyő
- save/load?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const rules = { | |
| "Level": { // a pálya tulajdonságai | |
| "Title": "", // pálya neve, amit a játék is megjelenít valahol (jelenleg fent középen) | |
| "Columns": 9, // oszlopok száma | |
| "Rows": 7, // sorok száma | |
| "Tile_Gap_Percent": 15, // tile kihagyások százalékos mértéke (0-100) | |
| "Tile_Delay_Close": 0.8, // tile visszazáródási idő | |
| }, | |
| "Camera": { // a kamera beállításai |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| setlocal EnableDelayedExpansion | |
| if "%~1"=="" ( | |
| echo Usage: %~nx0 file.slaset | |
| exit /b 1 | |
| ) | |
| set "INPUT=%~1" | |
| set "SOURCE=" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const startExport = () => { | |
| console.info("Starting export..."); | |
| let pte_export = []; | |
| document.querySelectorAll("#tetris tr").forEach((elRow) => { | |
| let row = []; | |
| elRow.querySelectorAll("td").forEach((elCell) => { | |
| let borders = ""; | |
| borders += elCell?.style?.borderLeftColor === "rgb(0, 0, 0)" ? "L" : ""; | |
| borders += elCell?.style?.borderRightColor === "rgb(0, 0, 0)" ? "R" : ""; | |
| borders += elCell?.style?.borderTopColor === "rgb(0, 0, 0)" ? "T" : ""; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am fodi on github. | |
| * I am fodi (https://keybase.io/fodi) on keybase. | |
| * I have a public key ASCVTG0urR_ABPI1CDWB_OsYzseQQUGEHFDTpYo6HMaRWQo | |
| To claim this, I am signing this object: |