Modern Tetris

A modern tetris remake that includes SRS, hold, hard drop, sensitivity and other features!

Τι είναι το Modern Tetris;

Το Modern Tetris είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον roryparker7799, και η κύρια λειτουργία του είναι "A modern tetris remake that includes SRS, hold, hard drop, sensitivity and other features!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Modern Tetris

Λήψη αρχείων επέκτασης Modern Tetris σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This is a functional version of modern Tetris with full modern Tetris features such as SRS, hold, hard drop, sensitivity settings, 7 bag system and 5-piece preview. 

Controls:
arrow left and right - > move piece left and right
arrow up -> turn clockwise
z -> inverse turn
SHIFT or c-> hold
SPACE -> hard drop
arrow down -> soft drop -> can change sensitivity with sdf slider
r -> restart game

Sensitivity sliders:
These are able to make the piece glide across the board to your liking.
das: the time in milliseconds before the piece starts gliding
arr: the time in milliseconds between moving after it starts gliding
sdf: the time in milliseconds between falling when pressing down (set to 0 for hard fall)

This was made as a personal project that is not fully finished so definitely expect some bugs.
known issues:
2nd bag errors, (may miss a piece) still diagnosing.
piece rotation center can shift up or down when restarting game. still diagnosing
Please leave a comment or review if you find anything

Things I am working on:
adding settable key binds
garbage sending
cheese layer mode (down stacking practice)

Global High Score: 
2306408 level 44 by Kerry
Pre-multi drop per frame glitch
Ill upload a leaderboard if you send me your name and a high score that's verifiable.

Changelog:
v1.2.0 - saving update
Fixed lock delay turn issue
Re-opens the previous game when you open back up... finally
Fixed the way that gravity fall works, added multiple moves per frame
"r" now restarts the game
Fixed logo
Sensitivity settings save (Sliders don't show the correct value but you can set them and it will set correctly) also made default sdf 30 because people don't like 0

v1.1.1 - scoring update
Fixed held piece staying after restart
Added levels
Added ability to change between practice and levels mode
Added gravity change with levels
Added lock delay (0.5s)

v1.1.0 - initial game
Fixed Crash when moving active piece above layer 24
Fixed inverse rotation of I piece (matrix may not be working)
Fixed restart button
Added scoring system
Added t-spin detection
Added highscore saving
Added banners for high scoring moves
Added controls panel

This is what happens when I get bored :P                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Modern Tetris Modern Tetris
ID pckpeijikalgmafjacnhhplpobcmcbdi
Επίσημο URL https://chrome.google.com/webstore/detail/modern-tetris/pckpeijikalgmafjacnhhplpobcmcbdi
Περιγραφή A modern tetris remake that includes SRS, hold, hard drop, sensitivity and other features!
Μέγεθος Αρχείου 19.98 KB
Αριθμός Εγκαταστάσεων 50,000
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2022-08-04
Ημερομηνία Δημοσίευσης 2022-07-09
Αξιολόγηση 5.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής roryparker7799
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Modern Tetris",
    "version": "1.2.0",
    "description": "A modern tetris remake that includes SRS, hold, hard drop, sensitivity and other features!",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Tetris"
    },
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}