Compare commits
1 Commits
b8b743871e
...
3729a3762a
| Author | SHA1 | Date | |
|---|---|---|---|
|
ae883148f8
|
@@ -1,204 +0,0 @@
|
|||||||
body .select2-container--bootstrap-5 .select2-selection {
|
|
||||||
color: var(--bs-body-color);
|
|
||||||
background-color: var(--bs-body-bg);
|
|
||||||
border: var(--bs-border-width) solid var(--bs-border-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5.select2-container--focus
|
|
||||||
.select2-selection,
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5.select2-container--open
|
|
||||||
.select2-selection {
|
|
||||||
border-color: var(--bs-link-hover-color);
|
|
||||||
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
||||||
}
|
|
||||||
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-selection--multiple
|
|
||||||
.select2-selection__clear,
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-selection--single
|
|
||||||
.select2-selection__clear {
|
|
||||||
background: transparent
|
|
||||||
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
|
|
||||||
50%/0.75rem auto no-repeat;
|
|
||||||
}
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-selection--multiple
|
|
||||||
.select2-selection__clear:hover,
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-selection--single
|
|
||||||
.select2-selection__clear:hover {
|
|
||||||
background: transparent
|
|
||||||
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
|
|
||||||
50%/0.75rem auto no-repeat;
|
|
||||||
}
|
|
||||||
body .select2-container--bootstrap-5 .select2-dropdown {
|
|
||||||
color: var(--bs-body-color);
|
|
||||||
background-color: var(--bs-body-bg);
|
|
||||||
border-color: var(--bs-link-hover-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-dropdown
|
|
||||||
.select2-search
|
|
||||||
.select2-search__field {
|
|
||||||
color: var(--bs-body-color);
|
|
||||||
background-color: var(--bs-body-bg);
|
|
||||||
background-clip: padding-box;
|
|
||||||
border: var(--bs-border-width) solid var(--bs-border-color);
|
|
||||||
}
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-dropdown
|
|
||||||
.select2-search
|
|
||||||
.select2-search__field:focus {
|
|
||||||
border-color: var(--bs-link-hover-color);
|
|
||||||
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
||||||
}
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-dropdown
|
|
||||||
.select2-results__options
|
|
||||||
.select2-results__option.select2-results__message {
|
|
||||||
color: #6c757d;
|
|
||||||
}
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-dropdown
|
|
||||||
.select2-results__options
|
|
||||||
.select2-results__option.select2-results__option--highlighted {
|
|
||||||
color: var(--bs-body-color);
|
|
||||||
background-color: var(--bs-light-bg-subtle) !important;
|
|
||||||
}
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-dropdown
|
|
||||||
.select2-results__options
|
|
||||||
.select2-results__option.select2-results__option--selected,
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-dropdown
|
|
||||||
.select2-results__options
|
|
||||||
.select2-results__option[aria-selected="true"]:not(
|
|
||||||
.select2-results__option--highlighted
|
|
||||||
) {
|
|
||||||
color: var(--bs-body-color);
|
|
||||||
background-color: var(--bs-dark-bg-subtle);
|
|
||||||
}
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-dropdown
|
|
||||||
.select2-results__options
|
|
||||||
.select2-results__option.select2-results__option--disabled,
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-dropdown
|
|
||||||
.select2-results__options
|
|
||||||
.select2-results__option[aria-disabled="true"] {
|
|
||||||
color: #6c757d;
|
|
||||||
}
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-dropdown
|
|
||||||
.select2-results__options
|
|
||||||
.select2-results__option[role="group"]
|
|
||||||
.select2-results__group {
|
|
||||||
color: #6c757d;
|
|
||||||
}
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-selection--single
|
|
||||||
.select2-selection__rendered {
|
|
||||||
color: var(--bs-body-color);
|
|
||||||
}
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-selection--single
|
|
||||||
.select2-selection__rendered
|
|
||||||
.select2-selection__placeholder {
|
|
||||||
color: #6c757d;
|
|
||||||
}
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-selection--multiple
|
|
||||||
.select2-selection__rendered
|
|
||||||
.select2-selection__choice {
|
|
||||||
color: var(--bs-body-color);
|
|
||||||
border: var(--bs-border-width) solid var(--bs-border-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5.select2-container--disabled
|
|
||||||
.select2-selection,
|
|
||||||
body
|
|
||||||
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus
|
|
||||||
.select2-selection {
|
|
||||||
color: #6c757d;
|
|
||||||
background-color: var(--bs-light-bg-subtle);
|
|
||||||
border-color: var(--bs-dark-bg-subtle);
|
|
||||||
}
|
|
||||||
.is-valid + body .select2-container--bootstrap-5 .select2-selection,
|
|
||||||
.was-validated
|
|
||||||
select:valid
|
|
||||||
+ body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-selection {
|
|
||||||
border-color: #198754;
|
|
||||||
}
|
|
||||||
.is-valid
|
|
||||||
+ body
|
|
||||||
.select2-container--bootstrap-5.select2-container--focus
|
|
||||||
.select2-selection,
|
|
||||||
.is-valid
|
|
||||||
+ body
|
|
||||||
.select2-container--bootstrap-5.select2-container--open
|
|
||||||
.select2-selection,
|
|
||||||
.was-validated
|
|
||||||
select:valid
|
|
||||||
+ body
|
|
||||||
.select2-container--bootstrap-5.select2-container--focus
|
|
||||||
.select2-selection,
|
|
||||||
.was-validated
|
|
||||||
select:valid
|
|
||||||
+ body
|
|
||||||
.select2-container--bootstrap-5.select2-container--open
|
|
||||||
.select2-selection {
|
|
||||||
border-color: #198754;
|
|
||||||
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
|
|
||||||
}
|
|
||||||
.is-invalid + body .select2-container--bootstrap-5 .select2-selection,
|
|
||||||
.was-validated
|
|
||||||
select:invalid
|
|
||||||
+ body
|
|
||||||
.select2-container--bootstrap-5
|
|
||||||
.select2-selection {
|
|
||||||
border-color: #dc3545;
|
|
||||||
}
|
|
||||||
.is-invalid
|
|
||||||
+ body
|
|
||||||
.select2-container--bootstrap-5.select2-container--focus
|
|
||||||
.select2-selection,
|
|
||||||
.is-invalid
|
|
||||||
+ body
|
|
||||||
.select2-container--bootstrap-5.select2-container--open
|
|
||||||
.select2-selection,
|
|
||||||
.was-validated
|
|
||||||
select:invalid
|
|
||||||
+ body
|
|
||||||
.select2-container--bootstrap-5.select2-container--focus
|
|
||||||
.select2-selection,
|
|
||||||
.was-validated
|
|
||||||
select:invalid
|
|
||||||
+ body
|
|
||||||
.select2-container--bootstrap-5.select2-container--open
|
|
||||||
.select2-selection {
|
|
||||||
border-color: #dc3545;
|
|
||||||
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
|
|
||||||
}
|
|
||||||
276
css/binaural.css
Normal file
@@ -0,0 +1,276 @@
|
|||||||
|
body {
|
||||||
|
background-image: url(binaural/bg.jpg),
|
||||||
|
radial-gradient(
|
||||||
|
circle at center,
|
||||||
|
#39444f 0%,
|
||||||
|
#2c323b 25%,
|
||||||
|
#293036 28%,
|
||||||
|
#252b32 34%,
|
||||||
|
#242930 38%,
|
||||||
|
#1a1d22 52%,
|
||||||
|
#191c22 53%,
|
||||||
|
#151519 63%,
|
||||||
|
#141418 65%,
|
||||||
|
#0f0f12 74%,
|
||||||
|
#0a0c0d 100%
|
||||||
|
);
|
||||||
|
background-repeat: round;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sceneDiv {
|
||||||
|
perspective: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sceneDiv * {
|
||||||
|
transform-style: preserve-3d;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screenRow {
|
||||||
|
display: block;
|
||||||
|
transform: translateZ(var(--tZ)) rotateX(var(--rX)) rotateY(var(--rY));
|
||||||
|
cursor: grab;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screenRow:active {
|
||||||
|
cursor: grabbing;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screenRow * {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screenRow .col {
|
||||||
|
display: inline-block !important;
|
||||||
|
width: max-content;
|
||||||
|
height: 100%;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card {
|
||||||
|
background: #36394180;
|
||||||
|
}
|
||||||
|
|
||||||
|
#matrixCard {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screenRow .card > * {
|
||||||
|
transform: translateZ(var(--cell-side));
|
||||||
|
}
|
||||||
|
|
||||||
|
#screenRow .card-header {
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.minoes-table th,
|
||||||
|
.minoes-table td {
|
||||||
|
display: inline-block !important;
|
||||||
|
width: max-content;
|
||||||
|
}
|
||||||
|
|
||||||
|
.minoes-table tr {
|
||||||
|
width: max-content;
|
||||||
|
height: var(--cell-side);
|
||||||
|
}
|
||||||
|
|
||||||
|
#statsTable tr {
|
||||||
|
display: table;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#statsTable th,
|
||||||
|
#statsTable td {
|
||||||
|
display: table-cell;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.matrix td:not(.mino) {
|
||||||
|
border: 0;
|
||||||
|
will-change: transform;
|
||||||
|
transform: translateZ(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
.minoes-table td {
|
||||||
|
width: var(--cell-side) !important;
|
||||||
|
height: var(--cell-side);
|
||||||
|
}
|
||||||
|
|
||||||
|
.minoes-table .mino {
|
||||||
|
background: radial-gradient(circle at -150% -200%, #fffb 0%, var(--background-color) 100%);
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mino::before,
|
||||||
|
.mino::after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
display: block;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: inherit;
|
||||||
|
height: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mino::before {
|
||||||
|
background: var(--light-color);
|
||||||
|
transform: translateZ(calc(-1 * var(--cell-side))) rotateY(-90deg);
|
||||||
|
transform-origin: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right .mino::before {
|
||||||
|
background: var(--dark-color);
|
||||||
|
transform: translateZ(calc(-1 * var(--cell-side))) rotateY(90deg);
|
||||||
|
transform-origin: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mino::after {
|
||||||
|
background: var(--light-color);
|
||||||
|
transform: translateZ(calc(-1 * var(--cell-side))) rotateX(90deg);
|
||||||
|
transform-origin: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom .mino::after {
|
||||||
|
background: var(--dark-color);
|
||||||
|
transform: translateZ(calc(-1 * var(--cell-side))) rotateX(-90deg);
|
||||||
|
transform-origin: bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
.I.mino {
|
||||||
|
--background-color: #42afe1b0;
|
||||||
|
--light-color: #6ceaff80;
|
||||||
|
--dark-color: #00a4b0b0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.J.mino {
|
||||||
|
--background-color: #1165b5b0;
|
||||||
|
--light-color: #339bff80;
|
||||||
|
--dark-color: #00009db0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.L.mino {
|
||||||
|
--background-color: #f38927b0;
|
||||||
|
--light-color: #ffba5980;
|
||||||
|
--dark-color: #c54800b0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.O.mino {
|
||||||
|
--background-color: #f6d03cb0;
|
||||||
|
--light-color: #ffff7f80;
|
||||||
|
--dark-color: #ca9501b0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.S.mino {
|
||||||
|
--background-color: #51b84db0;
|
||||||
|
--light-color: #84f88080;
|
||||||
|
--dark-color: #1cbc02b0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.T.mino {
|
||||||
|
--background-color: #9739a2b0;
|
||||||
|
--light-color: #d958e980;
|
||||||
|
--dark-color: #6e019ab0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Z.mino {
|
||||||
|
--background-color: #eb4f65b0;
|
||||||
|
--light-color: #ff7f7980;
|
||||||
|
--dark-color: #ad1936b0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ghost.mino {
|
||||||
|
--background-color: #8886;
|
||||||
|
--light-color: #ccc6;
|
||||||
|
--dark-color: #3336;
|
||||||
|
}
|
||||||
|
|
||||||
|
.locking.mino {
|
||||||
|
--background-color: #eeeb;
|
||||||
|
--light-color: #fffb;
|
||||||
|
--dark-color: #dddb;
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled.mino {
|
||||||
|
--background-color: #888b;
|
||||||
|
--light-color: #cccb;
|
||||||
|
--dark-color: #333b;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes cleared-line-animation {
|
||||||
|
from {
|
||||||
|
background-color: #ceffff66;
|
||||||
|
box-shadow: -200px 0 5px white, 200px 0 5px white;
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes show-level-animation {
|
||||||
|
from {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(200%);
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
transform: translateY(0) scaleY(1);
|
||||||
|
line-height: var(--bs-body-line-height);
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(-100%) scaleY(0);
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes zoom-in-animation {
|
||||||
|
from {
|
||||||
|
opacity: 1;
|
||||||
|
transform: scale3d(0.3, 0.3, 0.3);
|
||||||
|
line-height: var(--bs-body-line-height);
|
||||||
|
}
|
||||||
|
30% {
|
||||||
|
transform: scale3d(1, 1, 1);
|
||||||
|
}
|
||||||
|
80% {
|
||||||
|
transform: scale3d(1, 1, 1);
|
||||||
|
line-height: var(--bs-body-line-height);
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
opacity: 1;
|
||||||
|
transform: scale3d(1.5, 0, 1);
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes rotate-in-animation {
|
||||||
|
0% {
|
||||||
|
opacity: 1;
|
||||||
|
transform: rotate(200deg);
|
||||||
|
line-height: var(--bs-body-line-height);
|
||||||
|
}
|
||||||
|
30% {
|
||||||
|
transform: translateZ(0);
|
||||||
|
transform: scale3d(1, 1, 1);
|
||||||
|
}
|
||||||
|
80% {
|
||||||
|
transform: scale3d(1, 1, 1);
|
||||||
|
line-height: var(--bs-body-line-height);
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
opacity: 1;
|
||||||
|
transform: scale3d(1.5, 0, 1);
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes game-over-animation {
|
||||||
|
from {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(200%);
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(0) scaleY(1);
|
||||||
|
line-height: var(--bs-body-line-height);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
173
css/classic.css
@@ -1,88 +1,123 @@
|
|||||||
.minoes-table tr {
|
|
||||||
z-index: calc(100 - var(--row));
|
|
||||||
position: sticky;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.matrix td:not(.mino) {
|
|
||||||
border-left: none;
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mino {
|
.mino {
|
||||||
--color: hsl(var(--hue), var(--saturation), 40%);
|
background: radial-gradient(
|
||||||
--light: hsl(var(--hue), calc(0.66 * var(--saturation)), 84%);
|
ellipse 140% 66% at 122% 88%,
|
||||||
--top: hsl(var(--hue), calc(0.6 * var(--saturation)), 68%);
|
var(--background-color) 100%,
|
||||||
background-color: var(--color);
|
var(--frontier-color) 105%,
|
||||||
background-image:
|
var(--light-color) 130%
|
||||||
radial-gradient(
|
|
||||||
ellipse 22% 8% at 25% 22%,
|
|
||||||
#ffffff66,
|
|
||||||
#ffffff33 40%,
|
|
||||||
transparent 70%
|
|
||||||
),
|
|
||||||
radial-gradient(
|
|
||||||
ellipse 140% 85% at 50% -15%,
|
|
||||||
var(--light) 0%,
|
|
||||||
#ffffff77 40%,
|
|
||||||
#00000005 55%
|
|
||||||
),
|
|
||||||
radial-gradient(
|
|
||||||
ellipse 120% 220% at 50% 140%,
|
|
||||||
var(--light) 0%,
|
|
||||||
var(--color) 55%,
|
|
||||||
#00000066 95%
|
|
||||||
);
|
);
|
||||||
border: 4px ridge var(--color);
|
border: 4px solid;
|
||||||
border-top-color: var(--light);
|
padding: 0;
|
||||||
border-radius: 3px;
|
opacity: 100%;
|
||||||
box-shadow:
|
border-radius: 1px;
|
||||||
inset 2px 0 4px rgba(0,0,0,.06),
|
box-shadow: 2px 2px 4px #000a;
|
||||||
inset -2px 0 4px rgba(0,0,0,.12),
|
|
||||||
0 -4px 0 var(--top),
|
|
||||||
0 2px 4px #0008;
|
|
||||||
filter: saturate(1.1) contrast(1.05);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.I {
|
.I.mino {
|
||||||
--hue: 193;
|
--background-color : #00d6fb;
|
||||||
--saturation: 100%;
|
--frontier-color : #43e7fd;
|
||||||
|
--light-color : #afeff9;
|
||||||
|
border-top-color : #7cf2fd;
|
||||||
|
border-left-color : #2ed5e5;
|
||||||
|
border-right-color : #01b8ca;
|
||||||
|
border-bottom-color: #00a4b0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.J {
|
.J.mino {
|
||||||
--hue: 215;
|
--background-color : #2E00FB;
|
||||||
--saturation: 100%;
|
--frontier-color : #7054fb;
|
||||||
|
--light-color : #b8b4ff;
|
||||||
|
border-top-color : #4985fd;
|
||||||
|
border-left-color : #2f36ea;
|
||||||
|
border-right-color : #0006ca;
|
||||||
|
border-bottom-color: #00009d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.L {
|
.L.mino {
|
||||||
--hue: 25;
|
--background-color : #FF7900;
|
||||||
--saturation: 100%;
|
--frontier-color : #fe9551;
|
||||||
|
--light-color : #fdd0b7;
|
||||||
|
border-top-color : #fd9f6b;
|
||||||
|
border-left-color : #e76d28;
|
||||||
|
border-right-color : #e74f00;
|
||||||
|
border-bottom-color: #c54800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.O {
|
.O.mino {
|
||||||
--hue: 42;
|
--background-color : #FeCB00;
|
||||||
--saturation: 100%;
|
--frontier-color : #fce15c;
|
||||||
|
--light-color : #ffedac;;
|
||||||
|
border-top-color : #ffe364;
|
||||||
|
border-left-color : #e7ba23;
|
||||||
|
border-right-color : #e3a707;
|
||||||
|
border-bottom-color: #ca9501;
|
||||||
}
|
}
|
||||||
|
|
||||||
.S {
|
.S.mino {
|
||||||
--hue: 95;
|
--background-color : #67EE12;
|
||||||
--saturation: 100%;
|
--frontier-color : #93f85a;
|
||||||
|
--light-color : #C8FBA8;
|
||||||
|
border-top-color : #a4fc6d;
|
||||||
|
border-left-color : #5ee82b;
|
||||||
|
border-right-color : #35db00;
|
||||||
|
border-bottom-color: #1cbc02;
|
||||||
}
|
}
|
||||||
|
|
||||||
.T {
|
.T.mino {
|
||||||
--hue: 300;
|
--background-color : #B000FE;
|
||||||
--saturation: 56%;
|
--frontier-color : #c541fc;
|
||||||
|
--light-color : #edb2ff;
|
||||||
|
border-top-color : #d380ff;
|
||||||
|
border-left-color : #b42deb;
|
||||||
|
border-right-color : #8000cd;
|
||||||
|
border-bottom-color: #6e019a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Z {
|
.Z.mino {
|
||||||
--hue: 357;
|
--background-color : #ed2939;
|
||||||
--saturation: 84%;
|
--frontier-color : #fe6483;
|
||||||
|
--light-color : #ffb8c5;
|
||||||
|
border-top-color : #fd718d;
|
||||||
|
border-left-color : #e62250;
|
||||||
|
border-right-color : #e20332;
|
||||||
|
border-bottom-color: #ad1936;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ghost {
|
.ghost.mino {
|
||||||
border: 3px solid #fff2;
|
margin: 1px;
|
||||||
padding: 3px;
|
opacity: 20%;
|
||||||
background-color: #fff2;
|
filter: brightness(180%) saturate(60%) blur(1px);
|
||||||
background-clip: content-box;
|
}
|
||||||
background-image: none;
|
|
||||||
box-shadow: none;
|
.moving.mino {
|
||||||
|
filter: saturate(80%) brightness(150%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.locking.mino {
|
||||||
|
filter: saturate(50%) brightness(200%);
|
||||||
|
box-shadow:
|
||||||
|
-1px -1px 4px #FFF2,
|
||||||
|
-1px 1px 4px #FFF2,
|
||||||
|
1px -1px 4px #FFF2,
|
||||||
|
1px 1px 4px #FFF2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled.mino {
|
||||||
|
filter: brightness(50%) contrast(80%);
|
||||||
|
opacity: 70%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes locked-animation {
|
||||||
|
from {
|
||||||
|
filter: saturate(50%) brightness(400%);
|
||||||
|
box-shadow:
|
||||||
|
-1px -1px 4px #FFF2,
|
||||||
|
-1px 1px 4px #FFF2,
|
||||||
|
1px -1px 4px #FFF2,
|
||||||
|
1px 1px 4px #FFF2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.locked.mino {
|
||||||
|
animation: locked-animation;
|
||||||
|
animation-duration: 0.2s;
|
||||||
}
|
}
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
:root {
|
:root {
|
||||||
--cell-size: 25px;
|
--cell-side: 24px;
|
||||||
--rX: -15;
|
--rX: -15deg;
|
||||||
--rY: 0;
|
--rY: 0;
|
||||||
--tZ: 25px;
|
--tZ: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -10,19 +10,13 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@supports (backdrop-filter: blur()) {
|
@supports (backdrop-filter: blur()) {
|
||||||
.modal::before {
|
.modal {
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
backdrop-filter: blur(2px);
|
backdrop-filter: blur(2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
background-color: #212529b3;
|
background-color: #2125294d;
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(15px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -40,7 +34,6 @@ body {
|
|||||||
|
|
||||||
.modal-title {
|
.modal-title {
|
||||||
text-shadow: 0 0 8px var(--bs-light);
|
text-shadow: 0 0 8px var(--bs-light);
|
||||||
font-weight: 600;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#statsTable td,
|
#statsTable td,
|
||||||
@@ -48,8 +41,8 @@ body {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
td#timeCell {
|
#timeCell {
|
||||||
min-width: 10ch;
|
min-width: 10ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.minoes-table {
|
.minoes-table {
|
||||||
@@ -62,16 +55,16 @@ td#timeCell {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#matrixTable {
|
#matrixTable {
|
||||||
margin-top: calc(-1 * var(--buffer-zone-rows) * var(--cell-size));
|
margin-top: calc(-1 * var(--buffer-zone-rows) * var(--cell-side));
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes hard-dropped-table-animation {
|
@keyframes hard-dropped-table-animation {
|
||||||
50% {
|
25% {
|
||||||
transform: translate(0, 5px);
|
transform: translateY(2px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.hard-dropped-table-animation {
|
.hard-dropped-table-animation {
|
||||||
animation: hard-dropped-table-animation ease-in-out .2s;
|
animation: hard-dropped-table-animation .2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.buffer-zone td:not(.mino) {
|
tr.buffer-zone td:not(.mino) {
|
||||||
@@ -87,47 +80,32 @@ tr.matrix td:not(.mino) {
|
|||||||
|
|
||||||
td {
|
td {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: var(--cell-size);
|
width: var(--cell-side);
|
||||||
height: var(--cell-size);
|
height: var(--cell-side);
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes trail-animation {
|
@keyframes trail-animation {
|
||||||
from {
|
from {
|
||||||
background-color: #ceffff40;
|
background-color: #ceffff40;
|
||||||
|
filter: saturate(50%) brightness(300%);
|
||||||
}
|
}
|
||||||
to {
|
to {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes locked-animation {
|
|
||||||
from {
|
|
||||||
filter: saturate(50%) brightness(400%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.locked.mino {
|
|
||||||
animation: locked-animation;
|
|
||||||
animation-duration: 0.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
td.trail-animation {
|
td.trail-animation {
|
||||||
animation: trail-animation ease-out .3s;
|
animation: trail-animation ease-out .3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes cleared-line-animation {
|
@keyframes cleared-line-animation {
|
||||||
from {
|
from {
|
||||||
background-color: white;
|
background-color: #ceffff66;
|
||||||
filter: saturate(50%) brightness(300%);
|
filter: saturate(50%) brightness(300%);
|
||||||
box-shadow: 0 0 0 #adb5bd, 0 0 0 #adb5bd;
|
box-shadow: -200px 0 5px white, 200px 0 5px white;
|
||||||
}
|
|
||||||
60% {
|
|
||||||
box-shadow: -60px 0 2px #adb5bd66, 60px 0 2px #adb5bd66;
|
|
||||||
}
|
}
|
||||||
to {
|
to {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
box-shadow: -100px 0 5px transparent, 100px 0 5px transparent;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -157,7 +135,6 @@ tr.cleared-line-animation {
|
|||||||
text-shadow: 1px 1px #000c;
|
text-shadow: 1px 1px #000c;
|
||||||
font-size: 3vmin;
|
font-size: 3vmin;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 200;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#messagesSpan div {
|
#messagesSpan div {
|
||||||
@@ -263,37 +240,4 @@ tr.cleared-line-animation {
|
|||||||
animation: game-over-animation;
|
animation: game-over-animation;
|
||||||
animation-timing-function: (0.4, 0, 0.6, 1);
|
animation-timing-function: (0.4, 0, 0.6, 1);
|
||||||
animation-duration: 2s;
|
animation-duration: 2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#statsModal table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
||||||
|
|
||||||
#statsModal th {
|
|
||||||
padding-left: 0;
|
|
||||||
padding-right: 0.5rem;
|
|
||||||
padding-bottom: 0.2rem;
|
|
||||||
border-left: 0.5rem solid transparent;
|
|
||||||
border-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#statsModal td {
|
|
||||||
padding-left: 0.5rem;
|
|
||||||
padding-right: 0;
|
|
||||||
padding-bottom: 0.2rem;
|
|
||||||
border-left: 0;
|
|
||||||
border-right: 0.5rem solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#statsModal tr:last-child th,
|
|
||||||
#statsModal tr:last-child td {
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.select2-dropdown {
|
|
||||||
width: min-content !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.select2-results__group {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
@@ -78,7 +78,6 @@ tr.matrix td:not(.mino) {
|
|||||||
|
|
||||||
.disabled.mino {
|
.disabled.mino {
|
||||||
opacity: 60%;
|
opacity: 60%;
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.disabled.mino:before {
|
.disabled.mino:before {
|
||||||
@@ -93,3 +92,8 @@ tr.matrix td:not(.mino) {
|
|||||||
border-color: white;
|
border-color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.locked.mino {
|
||||||
|
animation: locked-animation;
|
||||||
|
animation-duration: 0.2s;
|
||||||
|
}
|
||||||
@@ -1,61 +0,0 @@
|
|||||||
#sceneDiv {
|
|
||||||
perspective: 500px;
|
|
||||||
}
|
|
||||||
#screenRow {
|
|
||||||
transform: rotateX(15deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
#screenRow .card {
|
|
||||||
box-shadow:
|
|
||||||
0 10px 3px #25292d,
|
|
||||||
0 15px 0 var(--bs-card-border-color) !important;;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.matrix td:not(.mino) {
|
|
||||||
border-left: none;
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mino {
|
|
||||||
background-color: hsl(var(--hue), 55%, 55%);
|
|
||||||
background-image: linear-gradient(30deg, #fff4, transparent);
|
|
||||||
border: 1px outset hsl(var(--hue), 55%, 45%);
|
|
||||||
border-radius: 2px;
|
|
||||||
box-shadow:
|
|
||||||
0 10px 3px hsl(var(--hue), 70%, 10%),
|
|
||||||
0 15px 0 hsla(var(--hue), 90%, 40%, 70%);
|
|
||||||
opacity: 80%;
|
|
||||||
backdrop-filter: blur(6px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.I {
|
|
||||||
--hue: 197;
|
|
||||||
}
|
|
||||||
|
|
||||||
.J {
|
|
||||||
--hue: 217;
|
|
||||||
}
|
|
||||||
|
|
||||||
.L {
|
|
||||||
--hue: 36;
|
|
||||||
}
|
|
||||||
|
|
||||||
.O {
|
|
||||||
--hue: 60;
|
|
||||||
}
|
|
||||||
|
|
||||||
.S {
|
|
||||||
--hue: 113;
|
|
||||||
}
|
|
||||||
|
|
||||||
.T {
|
|
||||||
--hue: 268;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Z {
|
|
||||||
--hue: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ghost {
|
|
||||||
opacity: 30%;
|
|
||||||
}
|
|
||||||
221
css/jazz.css
@@ -1,221 +0,0 @@
|
|||||||
body {
|
|
||||||
--bs-gutter-x: 0;
|
|
||||||
background: black !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screenRow {
|
|
||||||
gap: 0 !important;
|
|
||||||
margin: 0;
|
|
||||||
text-transform: uppercase;
|
|
||||||
letter-spacing: .1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screenRow {
|
|
||||||
--bs-gutter-x: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
|
||||||
background: black;
|
|
||||||
border: none;
|
|
||||||
border-radius: 0;
|
|
||||||
margin-bottom: 0.5em !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card:first-of-type {
|
|
||||||
border-bottom: 3px solid white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-header,
|
|
||||||
.card-header th{
|
|
||||||
background: transparent;
|
|
||||||
font-weight: 400 !important;
|
|
||||||
font-size: 1.3em;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screenRow .table {
|
|
||||||
--bs-border-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.minoes-table {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
filter:
|
|
||||||
drop-shadow(-2px 0 0 white)
|
|
||||||
drop-shadow(2px 0 0 white)
|
|
||||||
drop-shadow(0 -2px 0 white)
|
|
||||||
drop-shadow(0 2px 0 white)
|
|
||||||
drop-shadow(5px 8px 0 rgba(9, 9, 9, 22%));
|
|
||||||
}
|
|
||||||
|
|
||||||
.minoes-table tr {
|
|
||||||
display: flex;
|
|
||||||
position: relative;
|
|
||||||
flex-direction: row;
|
|
||||||
z-index: calc(100 - var(--row));
|
|
||||||
}
|
|
||||||
|
|
||||||
#holdTable {
|
|
||||||
margin: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#statsTable {
|
|
||||||
width: 10rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
#statsTable tr {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: column;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#statsTable td,
|
|
||||||
#statsTable th {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0 !important;
|
|
||||||
width: auto;
|
|
||||||
height: auto;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
|
|
||||||
#statsTable th {
|
|
||||||
display: inline;
|
|
||||||
flex-flow: row;
|
|
||||||
font-size: 0.8em;
|
|
||||||
text-align: center;
|
|
||||||
width: 200%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#statsTable td {
|
|
||||||
font-size: 1.3em;
|
|
||||||
font-weight: 600;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
td#timeCell {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#matrixCard {
|
|
||||||
background: transparent;
|
|
||||||
border-top: none;
|
|
||||||
border-left: 3px solid white;
|
|
||||||
border-right: 3px solid white;
|
|
||||||
border-bottom: 3px solid white;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.matrix td:not(.mino) {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.minoes-table td {
|
|
||||||
display: inline-block;
|
|
||||||
width: var(--cell-size);
|
|
||||||
height: var(--cell-size);
|
|
||||||
padding: 0 !important;
|
|
||||||
z-index: calc(200 - var(--row));
|
|
||||||
}
|
|
||||||
|
|
||||||
.mino {
|
|
||||||
width: inherit;
|
|
||||||
height: inherit;
|
|
||||||
display: block;
|
|
||||||
padding: 0;
|
|
||||||
opacity: 100%;
|
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 -6px 0 var(--box-shadow-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.I.mino {
|
|
||||||
background-color: #42AFE1;
|
|
||||||
border-color: #6CEAFF;
|
|
||||||
--box-shadow-color: #6CEAFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.J.mino {
|
|
||||||
background-color: #1165B5;
|
|
||||||
border-color: #339BFF;
|
|
||||||
--box-shadow-color: #339BFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.L.mino {
|
|
||||||
background-color: #F38927;
|
|
||||||
border-color: #FFBA59;
|
|
||||||
--box-shadow-color: #FFBA59;
|
|
||||||
}
|
|
||||||
|
|
||||||
.O.mino {
|
|
||||||
background-color: #F6D03C;
|
|
||||||
border-color: #FFFF7F;
|
|
||||||
--box-shadow-color: #FFFF7F;
|
|
||||||
}
|
|
||||||
|
|
||||||
.S.mino {
|
|
||||||
background-color: #32ee3e;
|
|
||||||
border-color: #84F880;
|
|
||||||
--box-shadow-color: #84F880;
|
|
||||||
}
|
|
||||||
|
|
||||||
.T.mino {
|
|
||||||
background-color: #9739A2;
|
|
||||||
border-color: #D958E9;
|
|
||||||
--box-shadow-color: #D958E9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Z.mino {
|
|
||||||
background-color: #EB4F65;
|
|
||||||
border-color: #FF7F79;
|
|
||||||
--box-shadow-color: #FF7F79;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ghost.mino {
|
|
||||||
background-color: #fff4;
|
|
||||||
border: none;
|
|
||||||
opacity: 5%;
|
|
||||||
box-shadow: none;
|
|
||||||
transform: translateY(-3px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.moving.mino {
|
|
||||||
filter: saturate(80%) brightness(130%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.locking.mino {
|
|
||||||
filter: saturate(20%) brightness(300%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.locked.mino {
|
|
||||||
animation: locked-animation;
|
|
||||||
animation-duration: 0.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.disabled.mino {
|
|
||||||
filter: brightness(50%) contrast(65%);
|
|
||||||
opacity: 70%;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes locked-animation {
|
|
||||||
from {
|
|
||||||
filter: saturate(50%) brightness(300%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes cleared-line-animation {
|
|
||||||
from {
|
|
||||||
background-color: #eeeeee;
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes trail-animation {
|
|
||||||
from {
|
|
||||||
background-color: #ceffff05;
|
|
||||||
filter: saturate(50%) brightness(110%);
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
118
css/jazz2.css
@@ -1,118 +0,0 @@
|
|||||||
.minoes-table {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
filter: drop-shadow(0 8px 1px #0008);
|
|
||||||
}
|
|
||||||
|
|
||||||
.minoes-table tr {
|
|
||||||
display: flex;
|
|
||||||
position: relative;
|
|
||||||
flex-direction: row;
|
|
||||||
z-index: calc(100 - var(--row));
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.matrix td:not(.mino) {
|
|
||||||
border: none;
|
|
||||||
border-right: 1px solid #8884;
|
|
||||||
}
|
|
||||||
|
|
||||||
.minoes-table td {
|
|
||||||
display: inline-block;
|
|
||||||
width: var(--cell-size);
|
|
||||||
height: var(--cell-size);
|
|
||||||
padding: 0 !important;
|
|
||||||
z-index: calc(200 - var(--row));
|
|
||||||
}
|
|
||||||
|
|
||||||
.mino {
|
|
||||||
width: inherit;
|
|
||||||
height: inherit;
|
|
||||||
display: block;
|
|
||||||
padding: 0;
|
|
||||||
opacity: 100%;
|
|
||||||
border: none;
|
|
||||||
box-shadow: 0 -6px 0 var(--box-shadow-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.I.mino {
|
|
||||||
background-color: #0293b0;
|
|
||||||
--box-shadow-color: #05d2f2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.J.mino {
|
|
||||||
background-color: #2c69c2;
|
|
||||||
--box-shadow-color: #7bb7f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.L.mino {
|
|
||||||
background-color: #fa9b23;
|
|
||||||
--box-shadow-color: #FFBA59;
|
|
||||||
}
|
|
||||||
|
|
||||||
.O.mino {
|
|
||||||
background-color: #f9d92c;
|
|
||||||
--box-shadow-color: #fff194;
|
|
||||||
}
|
|
||||||
|
|
||||||
.S.mino {
|
|
||||||
background-color: #01a493;
|
|
||||||
--box-shadow-color: #03e7d3;;
|
|
||||||
}
|
|
||||||
|
|
||||||
.T.mino {
|
|
||||||
background-color: #6830d1;
|
|
||||||
--box-shadow-color: #bb88fc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Z.mino {
|
|
||||||
background-color: #ee2b58;
|
|
||||||
--box-shadow-color: #fd4487;;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ghost.mino {
|
|
||||||
background-color: #fff8;
|
|
||||||
box-shadow: none;
|
|
||||||
transform: blue(4px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.moving.mino {
|
|
||||||
filter: saturate(80%) brightness(130%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.locking.mino {
|
|
||||||
filter: saturate(20%) brightness(300%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.locked.mino {
|
|
||||||
animation: locked-animation;
|
|
||||||
animation-duration: 0.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.disabled.mino {
|
|
||||||
filter: brightness(50%) contrast(65%);
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes locked-animation {
|
|
||||||
from {
|
|
||||||
filter: saturate(50%) brightness(300%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes cleared-line-animation {
|
|
||||||
from {
|
|
||||||
background-color: #eeeeee;
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes trail-animation {
|
|
||||||
from {
|
|
||||||
background-color: #ceffff05;
|
|
||||||
filter: saturate(50%) brightness(110%);
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,95 +0,0 @@
|
|||||||
:root {
|
|
||||||
--cell-size: 24px;
|
|
||||||
--sprite-size: calc(100% / 8);
|
|
||||||
--skin-url: url(https://i.imgur.com/HqGYC5G.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
|
||||||
background-color: #1c1c1c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-body {
|
|
||||||
background-color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
#matrixCard {
|
|
||||||
background-image: url(jstris-skin/jstris-grid.png);
|
|
||||||
background-position: bottom;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.matrix td:not(.mino) {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mino {
|
|
||||||
background-image: var(--skin-url);
|
|
||||||
background-size: cover;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position-x: calc(var(--sprite-pos) * var(--sprite-size));
|
|
||||||
}
|
|
||||||
|
|
||||||
.I {
|
|
||||||
--sprite-pos: 6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.J {
|
|
||||||
--sprite-pos: 7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.L {
|
|
||||||
--sprite-pos: 3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.O {
|
|
||||||
--sprite-pos: 4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.S {
|
|
||||||
--sprite-pos: 5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.T {
|
|
||||||
--sprite-pos: 8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Z {
|
|
||||||
--sprite-pos: 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ghost {
|
|
||||||
--sprite-pos: 1;
|
|
||||||
opacity: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.disabled {
|
|
||||||
--sprite-pos: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.locking.mino {
|
|
||||||
filter: saturate(60%) brightness(180%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#holdTable .mino,
|
|
||||||
#nextTable .mino {
|
|
||||||
box-shadow: 4px 4px 10px #0002;
|
|
||||||
}
|
|
||||||
|
|
||||||
.option {
|
|
||||||
display: inline-block;
|
|
||||||
height: var(--cell-size);
|
|
||||||
}
|
|
||||||
|
|
||||||
.result {
|
|
||||||
--nb-sprites: 9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.select2-container:not(.select2-container--disabled) .selection {
|
|
||||||
--nb-sprites: 4;
|
|
||||||
--sprite-pos: 4;
|
|
||||||
width: calc(var(--nb-sprites) * var(--cell-size));
|
|
||||||
background-position-x: calc(-1 * var(--sprite-pos) * var(--cell-size));
|
|
||||||
background-image: var(--skin-url);
|
|
||||||
background-size: cover;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 5.7 KiB |
@@ -26,8 +26,8 @@ tr.matrix td:not(.mino) {
|
|||||||
|
|
||||||
.minoes-table td {
|
.minoes-table td {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: var(--cell-size);
|
width: var(--cell-side);
|
||||||
height: var(--cell-size);
|
height: var(--cell-side);
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
z-index: calc(200 - var(--row));
|
z-index: calc(200 - var(--row));
|
||||||
}
|
}
|
||||||
@@ -78,7 +78,6 @@ tr.matrix td:not(.mino) {
|
|||||||
.ghost.mino {
|
.ghost.mino {
|
||||||
opacity: 5%;
|
opacity: 5%;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
transform: translateY(-6px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.moving.mino {
|
.moving.mino {
|
||||||
|
|||||||
@@ -1,89 +0,0 @@
|
|||||||
.minoes-table tr {
|
|
||||||
z-index: calc(100 - var(--row));
|
|
||||||
position: sticky;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.matrix td:not(.mino) {
|
|
||||||
border-left: none;
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mino {
|
|
||||||
--color: hsl(var(--hue), var(--saturation), 60%);
|
|
||||||
--dark: hsl(var(--hue), var(--saturation), 28%);
|
|
||||||
--light: hsl(var(--hue), calc(0.66 * var(--saturation)), 90%);
|
|
||||||
--border: hsl(var(--hue), var(--saturation), 40%);
|
|
||||||
--top: hsl(var(--hue), calc(0.6 * var(--saturation)), 75%);
|
|
||||||
position: relative;
|
|
||||||
background-color: var(--dark);
|
|
||||||
background-image: radial-gradient(
|
|
||||||
ellipse 200% 120% at 50% 75%,
|
|
||||||
#fff8 10%,
|
|
||||||
var(--dark) 28%,
|
|
||||||
#fff8 38%,
|
|
||||||
var(--dark) 48%
|
|
||||||
);
|
|
||||||
border: 1px outset var(--border);
|
|
||||||
border-radius: 3px;
|
|
||||||
box-shadow:
|
|
||||||
inset 3px 0 4px rgba(0,0,0,.06),
|
|
||||||
inset -3px 0 4px rgba(0,0,0,.12),
|
|
||||||
0 -3px 0 var(--top),
|
|
||||||
0 2px 2px #0004;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mino:after {
|
|
||||||
--size: calc(var(--cell-size) - 12px);
|
|
||||||
position: absolute;
|
|
||||||
content: "";
|
|
||||||
box-sizing: content-box;
|
|
||||||
width: var(--size);
|
|
||||||
height: var(--size);
|
|
||||||
opacity: 40%;
|
|
||||||
background: var(--color);
|
|
||||||
left: 3px;
|
|
||||||
top: 3px;
|
|
||||||
border: 2px solid var(--border);
|
|
||||||
border-top-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.I {
|
|
||||||
--hue: 193;
|
|
||||||
--saturation: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.J {
|
|
||||||
--hue: 215;
|
|
||||||
--saturation: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.L {
|
|
||||||
--hue: 25;
|
|
||||||
--saturation: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.O {
|
|
||||||
--hue: 42;
|
|
||||||
--saturation: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.S {
|
|
||||||
--hue: 95;
|
|
||||||
--saturation: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.T {
|
|
||||||
--hue: 300;
|
|
||||||
--saturation: 56%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Z {
|
|
||||||
--hue: 357;
|
|
||||||
--saturation: 84%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ghost {
|
|
||||||
--hue: 0;
|
|
||||||
--saturation: 0%;
|
|
||||||
opacity: 30%;
|
|
||||||
}
|
|
||||||
70
css/new-wave.css
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
body {
|
||||||
|
background-image: url("new-wave/bg.png");
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
body[data-bs-theme="dark"] {
|
||||||
|
--bs-body-bg: #2125296b;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-dark {
|
||||||
|
--bs-btn-bg: #2125296b;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card {
|
||||||
|
background: #25292d66;
|
||||||
|
}
|
||||||
|
|
||||||
|
#matrixCard {
|
||||||
|
background-image: radial-gradient(#2226, #25292d66);
|
||||||
|
}
|
||||||
|
|
||||||
|
.minoes-table {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mino {
|
||||||
|
background: var(--color);
|
||||||
|
border: 3px solid var(--border);
|
||||||
|
box-shadow: 0 0 8px var(--border);
|
||||||
|
}
|
||||||
|
|
||||||
|
.I {
|
||||||
|
--color: #00eaf888;
|
||||||
|
--border: #00eaf5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.J {
|
||||||
|
--color: #00a9f788;
|
||||||
|
--border: #00a9f7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.L {
|
||||||
|
--color: #f9b60088;
|
||||||
|
--border: #f9b600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.O {
|
||||||
|
--color: #e3e04988;
|
||||||
|
--border: #e3e049;
|
||||||
|
}
|
||||||
|
|
||||||
|
.S {
|
||||||
|
--color: #7bd59e88;
|
||||||
|
--border: #7bd59e;
|
||||||
|
}
|
||||||
|
|
||||||
|
.T {
|
||||||
|
--color: #d136e288;
|
||||||
|
--border: #d136e2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Z {
|
||||||
|
--color: #E67D8688;
|
||||||
|
--border: #E67D86;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ghost {
|
||||||
|
--color: #fff4;
|
||||||
|
--border: #fff5;
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 444 KiB After Width: | Height: | Size: 444 KiB |
|
Before Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 21 KiB |
@@ -75,10 +75,6 @@ body {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
td#timeCell {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#matrixCard {
|
#matrixCard {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
@@ -146,3 +142,14 @@ td#timeCell {
|
|||||||
filter: brightness(50%) contrast(80%);
|
filter: brightness(50%) contrast(80%);
|
||||||
opacity: 70%;
|
opacity: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@keyframes locked-animation {
|
||||||
|
from {
|
||||||
|
filter: saturate(50%) brightness(400%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.locked.mino {
|
||||||
|
animation: locked-animation;
|
||||||
|
animation-duration: 0.2s;
|
||||||
|
}
|
||||||
@@ -1,15 +1,17 @@
|
|||||||
:root {
|
:root {
|
||||||
--cell-size: 20px;
|
--cell-side: 20px;
|
||||||
--sprite-size: 40px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Early GameBoy";
|
font-family: "Early GameBoy";
|
||||||
src: url("old-school/Early GameBoy.ttf");
|
src: url("retro/Early GameBoy.ttf");
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#screenRow {
|
#screenRow {
|
||||||
background-image: url("old-school/bg.png");
|
background-image: url("retro/bg.png");
|
||||||
background-size: 10px;
|
background-size: 10px;
|
||||||
padding: 40px 20px;
|
padding: 40px 20px;
|
||||||
border: 3px inset black;
|
border: 3px inset black;
|
||||||
@@ -23,7 +25,7 @@
|
|||||||
.card {
|
.card {
|
||||||
background: #8D8E04;
|
background: #8D8E04;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-image-source: url("old-school/border-sm.png");
|
border-image-source: url("retro/border-sm.png");
|
||||||
border-image-slice: 25;
|
border-image-slice: 25;
|
||||||
border-image-width: 13px;
|
border-image-width: 13px;
|
||||||
border-image-repeat: repeat;
|
border-image-repeat: repeat;
|
||||||
@@ -38,7 +40,7 @@
|
|||||||
|
|
||||||
#matrixCard {
|
#matrixCard {
|
||||||
background: #808302;
|
background: #808302;
|
||||||
border-image-source: url("old-school/border-lg.png");
|
border-image-source: url("retro/border-lg.png");
|
||||||
border-image-slice: 30;
|
border-image-slice: 30;
|
||||||
border-image-width: 15px;
|
border-image-width: 15px;
|
||||||
border-image-outset: 15px;
|
border-image-outset: 15px;
|
||||||
@@ -47,7 +49,7 @@
|
|||||||
#statsTable,
|
#statsTable,
|
||||||
.card,
|
.card,
|
||||||
.card-header,
|
.card-header,
|
||||||
#messagesSpan div {
|
#messagesSpan {
|
||||||
font-family: "Early GameBoy", monospace;
|
font-family: "Early GameBoy", monospace;
|
||||||
font-smooth: never;
|
font-smooth: never;
|
||||||
-webkit-font-smoothing: none;
|
-webkit-font-smoothing: none;
|
||||||
@@ -80,53 +82,51 @@
|
|||||||
text-shadow: -2px -2px #808302, -2px 2px #808302, 2px -2px #808302, 2px 2px #808302;
|
text-shadow: -2px -2px #808302, -2px 2px #808302, 2px -2px #808302, 2px 2px #808302;
|
||||||
}
|
}
|
||||||
|
|
||||||
.minoes-table td {
|
td {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mino {
|
.mino {
|
||||||
box-shadow: -2px -2px 5px rgba(0, 0, 0, 40%), 1px 1px 2px rgba(0, 0, 0, 40%);
|
box-shadow: -2px -2px 5px rgba(0, 0, 0, 40%), 1px 1px 2px rgba(0, 0, 0, 40%);
|
||||||
background-size: cover;
|
background-size: 100%;
|
||||||
background-image: url("old-school/sprites.png");
|
|
||||||
background-position: calc(var(--sprite-pos) * var(--sprite-size)) 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.I.mino {
|
.I.mino {
|
||||||
--sprite-pos: 0;
|
background-image: url("retro/I-mino.png")
|
||||||
}
|
}
|
||||||
|
|
||||||
.J.mino {
|
.J.mino {
|
||||||
--sprite-pos: 1;
|
background-image: url("retro/J-mino.png")
|
||||||
}
|
}
|
||||||
|
|
||||||
.L.mino {
|
.L.mino {
|
||||||
--sprite-pos: 2;
|
background-image: url("retro/L-mino.png")
|
||||||
}
|
}
|
||||||
|
|
||||||
.O.mino {
|
.O.mino {
|
||||||
--sprite-pos: 3;
|
background-image: url("retro/O-mino.png")
|
||||||
}
|
}
|
||||||
|
|
||||||
.S.mino {
|
.S.mino {
|
||||||
--sprite-pos: 4;
|
background-image: url("retro/S-mino.png")
|
||||||
}
|
}
|
||||||
|
|
||||||
.T.mino {
|
.T.mino {
|
||||||
--sprite-pos: 5;
|
background-image: url("retro/T-mino.png")
|
||||||
}
|
}
|
||||||
|
|
||||||
.Z.mino {
|
.Z.mino {
|
||||||
--sprite-pos: 6;
|
background-image: url("retro/Z-mino.png")
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blinker {
|
@keyframes blinker {
|
||||||
35% {
|
35% {
|
||||||
opacity: 50%;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.locking.mino {
|
.locking.mino {
|
||||||
filter: brightness(135%) contrast(70%);
|
animation: blinker 0.08s step-start infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ghost.mino,
|
.ghost.mino,
|
||||||
BIN
css/retro/I-mino.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
css/retro/J-mino.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
css/retro/L-mino.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
css/retro/O-mino.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
css/retro/S-mino.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
css/retro/T-mino.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
css/retro/Z-mino.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 870 B After Width: | Height: | Size: 870 B |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 298 KiB After Width: | Height: | Size: 298 KiB |
388
css/stereo.css
@@ -1,388 +0,0 @@
|
|||||||
:root {
|
|
||||||
--rbw: 4px;
|
|
||||||
--tl: calc(-1 * var(--rbw));
|
|
||||||
--cell-size-opposite: calc(-1 * var(--cell-size));
|
|
||||||
--t3d: translate3d(var(--tl), var(--tl), var(--cell-size-opposite));
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
background-image: url(stereo/bg.jpg),
|
|
||||||
radial-gradient(circle at center,
|
|
||||||
#39444f 0%,
|
|
||||||
#2c323b 25%,
|
|
||||||
#293036 28%,
|
|
||||||
#252b32 34%,
|
|
||||||
#242930 38%,
|
|
||||||
#1a1d22 52%,
|
|
||||||
#191c22 53%,
|
|
||||||
#151519 63%,
|
|
||||||
#141418 65%,
|
|
||||||
#0f0f12 74%,
|
|
||||||
#0a0c0d 100%);
|
|
||||||
background-repeat: space;
|
|
||||||
background-position: center;
|
|
||||||
background-size: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sceneDiv {
|
|
||||||
perspective: 500px;
|
|
||||||
cursor: grab;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sceneDiv:active {
|
|
||||||
cursor: grabbing;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screenRow {
|
|
||||||
--light-rX: calc(-1 * var(--rY) / 30);
|
|
||||||
--light-rY: calc(var(--rX) / 20);
|
|
||||||
display: block;
|
|
||||||
transform: translateZ(var(--tZ)) rotateX(calc((var(--rX)) * 1deg)) rotateY(calc((var(--rY)) * 1deg));
|
|
||||||
}
|
|
||||||
|
|
||||||
#sceneDiv,
|
|
||||||
#screenRow,
|
|
||||||
#screenRow .col,
|
|
||||||
#screenRow .card,
|
|
||||||
#screenRow .card-body,
|
|
||||||
.minoes-table,
|
|
||||||
.minoes-table tbody,
|
|
||||||
.minoes-table tr,
|
|
||||||
.minoes-table td {
|
|
||||||
display: block;
|
|
||||||
transform-style: preserve-3d;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screenRow .col {
|
|
||||||
display: inline-block !important;
|
|
||||||
width: max-content;
|
|
||||||
height: 100%;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
|
||||||
background: #36394180;
|
|
||||||
}
|
|
||||||
|
|
||||||
#matrixCard {
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screenRow .card>* {
|
|
||||||
transform: translateZ(var(--cell-size));
|
|
||||||
}
|
|
||||||
|
|
||||||
#screenRow .card-header {
|
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card,
|
|
||||||
.card-header {
|
|
||||||
text-shadow:
|
|
||||||
calc(-0.3px * var(--rY)) calc(0.4px * var(--rX)) 5px #0008;
|
|
||||||
}
|
|
||||||
|
|
||||||
#holdTable .mino {
|
|
||||||
--row: 7;
|
|
||||||
--column: -5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#nextTable .mino {
|
|
||||||
--row: 15;
|
|
||||||
--column: 15;
|
|
||||||
}
|
|
||||||
|
|
||||||
.minoes-table th,
|
|
||||||
.minoes-table td {
|
|
||||||
display: inline-block !important;
|
|
||||||
width: max-content;
|
|
||||||
}
|
|
||||||
|
|
||||||
.minoes-table tr {
|
|
||||||
width: max-content;
|
|
||||||
height: var(--cell-size);
|
|
||||||
}
|
|
||||||
|
|
||||||
#statsTable tr {
|
|
||||||
display: table;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#statsTable th,
|
|
||||||
#statsTable td {
|
|
||||||
display: table-cell;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.matrix td:not(.mino) {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.minoes-table td {
|
|
||||||
width: var(--cell-size);
|
|
||||||
height: var(--cell-size);
|
|
||||||
overflow: visible;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mino,
|
|
||||||
.mino::before,
|
|
||||||
.mino + :not(.mino)::before,
|
|
||||||
.mino::after {
|
|
||||||
--light-pX: calc(0.5 - var(--column) / 10);
|
|
||||||
--light-pY: calc(3.5 - var(--row) / 6);
|
|
||||||
--light-x: calc(var(--light-rX) + var(--light-pX));
|
|
||||||
--light-y: calc(var(--light-rY) + var(--light-pY));
|
|
||||||
--center-color: hsla(var(--h), var(--s), calc(var(--l) * var(--light) * 1.1), var(--a));
|
|
||||||
--edge-color: hsla(var(--h), var(--s), calc(var(--l) * (var(--light) * 0.9)), var(--a));
|
|
||||||
background: var(--center-color);
|
|
||||||
border-radius: 4px;
|
|
||||||
border: 2px outset var(--center-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mino::before,
|
|
||||||
.mino + :not(.mino)::before,
|
|
||||||
.mino::after,
|
|
||||||
td.trail-animation::before,
|
|
||||||
td.trail-animation::after,
|
|
||||||
tr.cleared-line-animation td::before,
|
|
||||||
tr.cleared-line-animation td::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
display: block;
|
|
||||||
width: var(--cell-size);
|
|
||||||
height: var(--cell-size);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Front face */
|
|
||||||
.mino,
|
|
||||||
td.trail-animation {
|
|
||||||
--light: calc(
|
|
||||||
1
|
|
||||||
+ (var(--light-y) * 0.3)
|
|
||||||
+ (var(--light-x) * 0.2)
|
|
||||||
);
|
|
||||||
--center-x: calc(35% + var(--light-x) * 10%);
|
|
||||||
--center-y: calc(35% + var(--light-y) * 10%);
|
|
||||||
background: radial-gradient(
|
|
||||||
circle at var(--center-x) var(--center-y),
|
|
||||||
var(--center-color) 15%,
|
|
||||||
var(--edge-color) 100%
|
|
||||||
);
|
|
||||||
box-shadow: 0 0 6px hsla(var(--h), var(--s), calc(var(--l) * var(--light) * 1.3), 40%);
|
|
||||||
border-style: ridge;
|
|
||||||
border-width: var(--rbw);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Left face */
|
|
||||||
.mino::before,
|
|
||||||
td.trail-animation::before,
|
|
||||||
tr.cleared-line-animation td::before,
|
|
||||||
.mino + .mino::before {
|
|
||||||
--light: calc(
|
|
||||||
1.1
|
|
||||||
+ (var(--light-x) * -0.2)
|
|
||||||
+ (var(--light-y) * 0.15)
|
|
||||||
);
|
|
||||||
transform: var(--t3d) rotateY(-90deg);
|
|
||||||
transform-origin: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Right face */
|
|
||||||
.mino + :not(.mino)::before,
|
|
||||||
.right .mino + .mino::before,
|
|
||||||
.right td.trail-animation::before,
|
|
||||||
.right tr.cleared-line-animation td::before {
|
|
||||||
--light: calc(
|
|
||||||
0.85
|
|
||||||
+ (var(--light-x) * -0.2)
|
|
||||||
+ (var(--light-y) * -0.15)
|
|
||||||
);
|
|
||||||
--center-x: calc(65% + var(--light-x) * 10%);
|
|
||||||
--center-y: calc(35% + var(--light-y) * 10%);
|
|
||||||
filter: saturate(0.95);
|
|
||||||
transform: translate3d(0, 0, var(--cell-size-opposite)) rotateY(-90deg);
|
|
||||||
transform-origin: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right .mino:last-child::before {
|
|
||||||
transform: var(--t3d) rotateY(90deg) !important;
|
|
||||||
transform-origin: right !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Top face */
|
|
||||||
.mino::after,
|
|
||||||
td.trail-animation::after,
|
|
||||||
tr.cleared-line-animation td::after {
|
|
||||||
--light: calc(
|
|
||||||
1.5
|
|
||||||
+ (var(--light-y) * 0.2)
|
|
||||||
);
|
|
||||||
transform: var(--t3d) rotateX(90deg);
|
|
||||||
transform-origin: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Bottom face */
|
|
||||||
.bottom .mino::after,
|
|
||||||
.bottom td.trail-animation::after,
|
|
||||||
.bottom tr.cleared-line-animation td::after {
|
|
||||||
--light: calc(
|
|
||||||
1.1
|
|
||||||
+ (var(--light-y) * -0.3)
|
|
||||||
);
|
|
||||||
--center-x: calc(65% + var(--light-x) * 10%);
|
|
||||||
--center-y: calc(65% + var(--light-y) * 10%);
|
|
||||||
filter: saturate(0.95);
|
|
||||||
transform: var(--t3d) rotateX(-90deg);
|
|
||||||
transform-origin: bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
.J, .J + :not(.mino) { --h: 210deg; --s: 78%; --l: 52%; --a: 0.75; }
|
|
||||||
.L, .L + :not(.mino) { --h: 28deg; --s: 85%; --l: 52%; --a: 0.75; }
|
|
||||||
.O, .O + :not(.mino) { --h: 48deg; --s: 88%; --l: 52%; --a: 0.75; }
|
|
||||||
.I, .I + :not(.mino) { --h: 200deg; --s: 70%; --l: 52%; --a: 0.75; }
|
|
||||||
.S, .S + :not(.mino) { --h: 118deg; --s: 45%; --l: 52%; --a: 0.75; }
|
|
||||||
.T, .T + :not(.mino) { --h: 293deg; --s: 48%; --l: 52%; --a: 0.75; }
|
|
||||||
.Z, .Z + :not(.mino) { --h: 352deg; --s: 75%; --l: 52%; --a: 0.75; }
|
|
||||||
|
|
||||||
.ghost.mino, .ghost.mino + :not(.mino) { --h: 0deg; --s: 0%; --l: 55%; --a: 0.40; }
|
|
||||||
.locking.mino, .locking.mino + :not(.mino) { --h: 0deg; --s: 0%; --l: 92%; --a: 0.72; }
|
|
||||||
.disabled.mino, .disabled.mino + :not(.mino) { --h: 0deg; --s: 0%; --l: 45%; --a: 0.72; }
|
|
||||||
|
|
||||||
#holdTable .J + :not(.mino),
|
|
||||||
#holdTable .L + :not(.mino),
|
|
||||||
#holdTable .S + :not(.mino),
|
|
||||||
#holdTable .T + :not(.mino),
|
|
||||||
#holdTable .Z + :not(.mino),
|
|
||||||
#nextTable .J + :not(.mino),
|
|
||||||
#nextTable .L + :not(.mino),
|
|
||||||
#nextTable .S + :not(.mino),
|
|
||||||
#nextTable .T + :not(.mino),
|
|
||||||
#nextTable .Z + :not(.mino) {
|
|
||||||
transform: translateX(50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes trail-animation {
|
|
||||||
from {
|
|
||||||
background-color: hsla(180, 100%, 100%, 0.1);
|
|
||||||
border-color: hsla(180, 100%, 100%, 0.1);
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
background-color: transparent;
|
|
||||||
border-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
td.trail-animation::before,
|
|
||||||
td.trail-animation::after {
|
|
||||||
animation: trail-animation ease-out .3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes locked-animation {
|
|
||||||
from {
|
|
||||||
--h: 0deg; --s: 0%; --l: 100%; --a: 1;
|
|
||||||
box-shadow: 0 0 10px hsla(180, 100%, 100%, 0.2);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.locked.mino::before,
|
|
||||||
.locked.mino::after {
|
|
||||||
animation: locked-animation;
|
|
||||||
animation-duration: .2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes cleared-line-animation {
|
|
||||||
from {
|
|
||||||
background-color: white !important;
|
|
||||||
box-shadow: 0 0 0 white;
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
background-color: #fff0;
|
|
||||||
box-shadow: 0 0 100px transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.cleared-line-animation td::before,
|
|
||||||
tr.cleared-line-animation td::after {
|
|
||||||
animation: cleared-line-animation ease-out .3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes show-level-animation {
|
|
||||||
from {
|
|
||||||
opacity: 1;
|
|
||||||
transform: translateY(200%);
|
|
||||||
}
|
|
||||||
|
|
||||||
50% {
|
|
||||||
transform: translateY(0) scaleY(1);
|
|
||||||
line-height: var(--bs-body-line-height);
|
|
||||||
}
|
|
||||||
|
|
||||||
to {
|
|
||||||
opacity: 1;
|
|
||||||
transform: translateY(-100%) scaleY(0);
|
|
||||||
line-height: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes zoom-in-animation {
|
|
||||||
from {
|
|
||||||
opacity: 1;
|
|
||||||
transform: scale3d(0.3, 0.3, 0.3);
|
|
||||||
line-height: var(--bs-body-line-height);
|
|
||||||
}
|
|
||||||
|
|
||||||
30% {
|
|
||||||
transform: scale3d(1, 1, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
80% {
|
|
||||||
transform: scale3d(1, 1, 1);
|
|
||||||
line-height: var(--bs-body-line-height);
|
|
||||||
}
|
|
||||||
|
|
||||||
to {
|
|
||||||
opacity: 1;
|
|
||||||
transform: scale3d(1.5, 0, 1);
|
|
||||||
line-height: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes rotate-in-animation {
|
|
||||||
0% {
|
|
||||||
opacity: 1;
|
|
||||||
transform: rotate(200deg);
|
|
||||||
line-height: var(--bs-body-line-height);
|
|
||||||
}
|
|
||||||
|
|
||||||
30% {
|
|
||||||
transform: translateZ(0) scale3d(1, 1, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
80% {
|
|
||||||
transform: scale3d(1, 1, 1);
|
|
||||||
line-height: var(--bs-body-line-height);
|
|
||||||
}
|
|
||||||
|
|
||||||
to {
|
|
||||||
opacity: 1;
|
|
||||||
transform: scale3d(1.5, 0, 1);
|
|
||||||
line-height: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes game-over-animation {
|
|
||||||
from {
|
|
||||||
opacity: 1;
|
|
||||||
transform: translateY(200%);
|
|
||||||
}
|
|
||||||
|
|
||||||
to {
|
|
||||||
opacity: 1;
|
|
||||||
transform: translateY(0) scaleY(1);
|
|
||||||
line-height: var(--bs-body-line-height);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
43
css/svg.css
@@ -1,43 +0,0 @@
|
|||||||
tr.matrix td:not(.mino),
|
|
||||||
tr.matrix td.mino {
|
|
||||||
border-left: none;
|
|
||||||
border-right: 1px solid #333;
|
|
||||||
border-top: 1px solid #333;
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mino {
|
|
||||||
background-size: cover
|
|
||||||
}
|
|
||||||
|
|
||||||
.I {
|
|
||||||
background-image: url(https://www.svgrepo.com/show/395902/blue-square.svg)
|
|
||||||
}
|
|
||||||
|
|
||||||
.J {
|
|
||||||
background-image: url(https://www.svgrepo.com/show/395944/brown-square.svg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.L {
|
|
||||||
background-image: url(https://www.svgrepo.com/show/397681/orange-square.svg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.O {
|
|
||||||
background-image: url(https://www.svgrepo.com/show/398716/yellow-square.svg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.S {
|
|
||||||
background-image: url(https://www.svgrepo.com/show/396582/green-square.svg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.T {
|
|
||||||
background-image: url(https://www.svgrepo.com/show/398143/purple-square.svg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.Z {
|
|
||||||
background-image: url(https://www.svgrepo.com/show/397699/red-square.svg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.ghost {
|
|
||||||
background-image: url(https://www.svgrepo.com/show/398610/white-large-square.svg);
|
|
||||||
}
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
background-image: url(synthwave/wtCSusF.jpeg);
|
background-image: url("new-wave/bg.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -11,79 +11,113 @@ body[data-bs-theme="dark"] {
|
|||||||
--bs-btn-bg: #2125296b;
|
--bs-btn-bg: #2125296b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
|
||||||
background: #25292d66;
|
|
||||||
}
|
|
||||||
|
|
||||||
#matrixCard {
|
|
||||||
background-image: radial-gradient(#2226, #25292d66);
|
|
||||||
}
|
|
||||||
|
|
||||||
.card,
|
.card,
|
||||||
#matrixCard {
|
#matrixCard {
|
||||||
background: repeating-linear-gradient(transparent, transparent 2px, #1114 2px, #1114 5px);
|
background: repeating-linear-gradient(transparent, #111 1px);
|
||||||
backdrop-filter: blur(3px);
|
backdrop-filter: blur(3px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.minoes-table {
|
.card-header {
|
||||||
background: transparent;
|
background-color: rgba(37, 41, 45, 50%);
|
||||||
border-spacing: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#matrixTable {
|
#matrixTable {
|
||||||
margin-top: calc(-1 * var(--buffer-zone-rows) * var(--cell-size) - 8px);
|
border-spacing: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#matrixTable td:not(.mino) {
|
tr.matrix td:not(.mino) {
|
||||||
border-color: #8881;
|
border: 1px solid #111;
|
||||||
border-top: none;
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mino {
|
.mino {
|
||||||
background: var(--color);
|
background: radial-gradient(#fff3 0%, var(--color) 170%);
|
||||||
border: 3px solid var(--border);
|
border: 2px solid var(--color);
|
||||||
border-radius: 6px;
|
border-radius: 0;
|
||||||
box-shadow: 0 0 8px var(--border);
|
outline: 1px solid #0006;
|
||||||
filter: blur(0.5px);
|
opacity: 100%;
|
||||||
|
box-shadow: 0 0 12px var(--color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.I {
|
.I.mino {
|
||||||
--color: #00eaf866;
|
--color: #00eaf5;
|
||||||
--border: #00eaf5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.J {
|
.J.mino {
|
||||||
--color: #00a9f766;
|
--color: #00a9f7;
|
||||||
--border: #00a9f7;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.L {
|
.L.mino {
|
||||||
--color: #f9b60066;
|
--color: #f9b600;
|
||||||
--border: #f9b600;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.O {
|
.O.mino {
|
||||||
--color: #e3e04966;
|
--color: #f7f200;;
|
||||||
--border: #e3e049;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.S {
|
.T.mino {
|
||||||
--color: #7bd59e66;
|
--color: #d136e2;;
|
||||||
--border: #7bd59e;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.T {
|
.S.mino {
|
||||||
--color: #d136e266;
|
--color: #35da3f;
|
||||||
--border: #d136e2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.Z {
|
.Z.mino {
|
||||||
--color: #E67D8666;
|
--color: #ee3b3a;
|
||||||
--border: #E67D86;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ghost {
|
.ghost.mino {
|
||||||
--color: #fff4;
|
background: transparent;
|
||||||
--border: #fff5;
|
opacity: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.moving.mino {
|
||||||
|
filter: brightness(120%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.locking.mino {
|
||||||
|
--color: white;
|
||||||
|
box-shadow: 0 0 10px var(--color);
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes locked-animation {
|
||||||
|
from {
|
||||||
|
background: white;
|
||||||
|
--color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.locked.mino {
|
||||||
|
animation: locked-animation;
|
||||||
|
animation-duration: 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled.mino {
|
||||||
|
outline: 0px;
|
||||||
|
box-shadow: none;
|
||||||
|
filter: contrast(40%) brightness(50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.cleared-line-animation {
|
||||||
|
animation: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.cleared-line-animation::after {
|
||||||
|
content: "";
|
||||||
|
width: 100%;
|
||||||
|
height: var(--cell-side);
|
||||||
|
position: fixed;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
display: block;
|
||||||
|
background: repeating-linear-gradient(transparent, #fffb 1px);
|
||||||
|
opacity: 0;
|
||||||
|
animation: cleared-line-animation ease-out .3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes cleared-line-animation {
|
||||||
|
25% {
|
||||||
|
width: 200%;
|
||||||
|
opacity: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 972 KiB |
@@ -1,84 +0,0 @@
|
|||||||
:root {
|
|
||||||
--cell-size: 30px;
|
|
||||||
--sprite-size: round(100% / 11, 1px);
|
|
||||||
--skin-url: url(https://you.have.fail/ed/at/tetrioplus/data/content/skin/Haley%20Halcyon/tetrio_gameboy_plus.svg);
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.matrix td:not(.mino) {
|
|
||||||
border-left: none;
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mino {
|
|
||||||
background-image: var(--skin-url);
|
|
||||||
background-size: cover;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position-x: calc(var(--sprite-pos) * var(--sprite-size));
|
|
||||||
}
|
|
||||||
|
|
||||||
.I {
|
|
||||||
--sprite-pos: 4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.J {
|
|
||||||
--sprite-pos: 5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.L {
|
|
||||||
--sprite-pos: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.O {
|
|
||||||
--sprite-pos: 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.S {
|
|
||||||
--sprite-pos: 3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.T {
|
|
||||||
--sprite-pos: 6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Z {
|
|
||||||
--sprite-pos: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ghost {
|
|
||||||
--sprite-pos: 7;
|
|
||||||
opacity: 40%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.disabled {
|
|
||||||
--sprite-pos: 8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.locking.mino {
|
|
||||||
filter: saturate(60%) brightness(180%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#holdTable .mino,
|
|
||||||
#nextTable .mino {
|
|
||||||
box-shadow: 4px 4px 10px #0002;
|
|
||||||
}
|
|
||||||
|
|
||||||
.option {
|
|
||||||
--cell-size: 24px;
|
|
||||||
display: inline-block;
|
|
||||||
height: var(--cell-size);
|
|
||||||
}
|
|
||||||
|
|
||||||
.result {
|
|
||||||
--nb-sprites: 9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.select2-container:not(.select2-container--disabled) .selection {
|
|
||||||
--padded-cell-size: calc(var(--cell-size) + 1px);
|
|
||||||
--nb-sprites: 4;
|
|
||||||
--sprite-pos: 2;
|
|
||||||
width: calc(var(--nb-sprites) * var(--padded-cell-size) - 1px);
|
|
||||||
background-position-x: calc(-1 * var(--sprite-pos) * var(--padded-cell-size));
|
|
||||||
background-image: var(--skin-url);
|
|
||||||
background-size: cover;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
96
index.html
@@ -1,5 +1,5 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="fr" data-bs-theme="dark">
|
<html lang="fr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
@@ -8,23 +8,16 @@
|
|||||||
<meta name="color-scheme" content="dark">
|
<meta name="color-scheme" content="dark">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css"/>
|
<link rel="stylesheet" href="css/common.css">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css" />
|
<link rel="stylesheet" href="css/classic.css" title="Thème sélectionné" id="selectedStyleSheet">
|
||||||
<link rel="stylesheet" href="css/_select2-dark.css">
|
<link rel="alternate stylesheet" href="css/classic.css" title="Classique">
|
||||||
<link rel="stylesheet" href="css/_common.css">
|
<link rel="alternate stylesheet" href="css/minimal.css" title="Minimal">
|
||||||
<link rel="stylesheet" href="css/jstris-skin.css" title="Thème sélectionné" id="selectedStyleSheet">
|
<link rel="alternate stylesheet" href="css/electro.css" title="Électro">
|
||||||
<link rel="alternate stylesheet" href="css/jstris-skin.css" title="Sample...">
|
<link rel="alternate stylesheet" href="css/new-wave.css" title="New Wave">
|
||||||
<link rel="alternate stylesheet" href="css/classic.css" title="Classique">
|
<link rel="alternate stylesheet" href="css/synthwave.css" title="Synthwave">
|
||||||
<link rel="alternate stylesheet" href="css/neo-classic.css" title="Néo-classique">
|
<link rel="alternate stylesheet" href="css/retro.css" title="Rétro">
|
||||||
<link rel="alternate stylesheet" href="css/electro.css" title="Électro">
|
<link rel="alternate stylesheet" href="css/opera.css" title="Opéra">
|
||||||
<link rel="alternate stylesheet" href="css/synthwave.css" title="Synthwave">
|
<link rel="alternate stylesheet" href="css/binaural.css" title="Binaural">
|
||||||
<link rel="alternate stylesheet" href="css/heavy-metal.css" title="Heavy metal">
|
|
||||||
<link rel="alternate stylesheet" href="css/jazz.css" title="Jazz">
|
|
||||||
<link rel="alternate stylesheet" href="css/old-school.css" title="Old School">
|
|
||||||
<link rel="alternate stylesheet" href="css/stereo.css" title="Stéréo (3D)">
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
|
|
||||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.1.0-rc.0/js/select2.min.js"></script>
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="favicons/T-2.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="favicons/T-2.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
|
||||||
@@ -35,12 +28,12 @@
|
|||||||
<meta property="og:image" content="https://adrien.malingrey.fr/jeux/quatuor/thumbnail.png"/>
|
<meta property="og:image" content="https://adrien.malingrey.fr/jeux/quatuor/thumbnail.png"/>
|
||||||
<meta property="og:image:width" content="288"/>
|
<meta property="og:image:width" content="288"/>
|
||||||
<meta property="og:image:height" content="288"/>
|
<meta property="og:image:height" content="288"/>
|
||||||
<meta property="og:description" content="Un jeu de quatuors de blocs qui tombent."/>
|
<meta property="og:description" content="Un jeu avec un quatuor de blocs qui tombent."/>
|
||||||
<meta property="og:locale" content="fr_FR"/>
|
<meta property="og:locale" content="fr_FR"/>
|
||||||
<meta property="og:site_name" content="adrien.malingrey.fr"/>
|
<meta property="og:site_name" content="adrien.malingrey.fr"/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body data-bs-theme="dark">
|
||||||
|
|
||||||
<div class="modal fade" id="settingsModal" data-bs-backdrop="static" data-bs-keyboard="false">
|
<div class="modal fade" id="settingsModal" data-bs-backdrop="static" data-bs-keyboard="false">
|
||||||
<div class="modal-dialog modal-dialog-centered">
|
<div class="modal-dialog modal-dialog-centered">
|
||||||
@@ -68,8 +61,7 @@
|
|||||||
<div class="col-4"><input name="pause" id="pauseInput" type="text" class="form-control text-center" value="Échap." onfocus="changeKey(this)" placeholder="Touche ?" title="Modifier la touche" required></div>
|
<div class="col-4"><input name="pause" id="pauseInput" type="text" class="form-control text-center" value="Échap." onfocus="changeKey(this)" placeholder="Touche ?" title="Modifier la touche" required></div>
|
||||||
<label for="pauseInput" title="Pause" class="col-2 col-form-label d-flex align-items-center justify-content-center"><i class="bi bi-pause"></i></label>
|
<label for="pauseInput" title="Pause" class="col-2 col-form-label d-flex align-items-center justify-content-center"><i class="bi bi-pause"></i></label>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset id="autorepeatFieldset" class="row g-2 mb-3 align-items-center text-center">
|
<fieldset id="autorepeatFieldset" class="row g-2 mb-3 align-items-center text-center"><legend class="text-start">Répétition automatique</legend>
|
||||||
<!--<legend class="text-start">Répétition automatique</legend>-->
|
|
||||||
<label for="arrInput" class="col-2 col-form-label"><abbr title="Automatic Repeat Rate : période de répétition de l'action">ARR</abbr></label>
|
<label for="arrInput" class="col-2 col-form-label"><abbr title="Automatic Repeat Rate : période de répétition de l'action">ARR</abbr></label>
|
||||||
<div class="col-4"><div class="input-group"><input name="arr" id="arrInput" type="number" class="form-control text-center" value="50" min="2" max="200" step="1"><div class="input-group-text">ms</div></div></div>
|
<div class="col-4"><div class="input-group"><input name="arr" id="arrInput" type="number" class="form-control text-center" value="50" min="2" max="200" step="1"><div class="input-group-text">ms</div></div></div>
|
||||||
<div class="col-4"><div class="input-group"><input name="das" id="dasInput" type="number" class="form-control text-center" value="300" min="100" max="500" step="5"><div class="input-group-text">ms</div></div></div>
|
<div class="col-4"><div class="input-group"><input name="das" id="dasInput" type="number" class="form-control text-center" value="300" min="100" max="500" step="5"><div class="input-group-text">ms</div></div></div>
|
||||||
@@ -77,35 +69,18 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset class="row g-2 mb-3 align-items-center text-center"><legend class="text-start">Interface</legend>
|
<fieldset class="row g-2 mb-3 align-items-center text-center"><legend class="text-start">Interface</legend>
|
||||||
<label for="stylesheetSelect" class="col-2 col-form-label">Thème</label>
|
<label for="stylesheetSelect" class="col-2 col-form-label">Thème</label>
|
||||||
<div class="col-4">
|
<div class="col-4"><select name="stylesheet" id="stylesheetSelect" class="form-select" oninput="selectedStyleSheet.href = this.value">
|
||||||
<select name="stylesheet" id="stylesheetSelect" class="form-select">
|
<option value="css/classic.css" selected>Classique</option>
|
||||||
<option value="css/jstris-skin.css" selected>Sample JStris...</option>
|
<option value="css/minimal.css">Minimal</option>
|
||||||
<option value="css/tetrio-skin.css">Sample Tetr.io...</option>
|
<option value="css/new-wave.css">New Wave</option>
|
||||||
<option value="css/classic.css">Classique</option>
|
<option value="css/synthwave.css">Synthwave</option>
|
||||||
<option value="css/neo-classic.css">Néo-classique</option>
|
<option value="css/electro.css">Électro</option>
|
||||||
<option value="css/synthwave.css">Synthwave</option>
|
<option value="css/retro.css">Rétro</option>
|
||||||
<option value="css/electro.css">Électro</option>
|
<option value="css/opera.css">Opéra</option>
|
||||||
<option value="css/heavy-metal.css">Heavy metal</option>
|
<option value="css/binaural.css">Binaural</option>
|
||||||
<option value="css/jazz.css">Jazz</option>
|
</select></div>
|
||||||
<option value="css/old-school.css">Old School</option>
|
|
||||||
<option value="css/stereo.css">Stéréo (3D)</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
<div class="col-4">
|
|
||||||
<select name="skinURL" id="skinURLSelect" class="form-select"
|
|
||||||
oninput="document.documentElement.style.setProperty('--skin-url', `url(${encodeURI(this.value)})`)">
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
<label for="skinURLSelect" class="col-2 col-form-label">Sample</label>
|
|
||||||
<label for="sfxVolumeRange" class="col-2 col-form-label">Volume</label>
|
|
||||||
<div class="col-4 d-flex align-items-baseline"><input name="sfxVolumeRange" id="sfxVolumeRange" class="form-range" type="range" min="0" max="1" step="any" value="0.7"></div>
|
<div class="col-4 d-flex align-items-baseline"><input name="sfxVolumeRange" id="sfxVolumeRange" class="form-range" type="range" min="0" max="1" step="any" value="0.7"></div>
|
||||||
<div class="col-4">
|
<label for="sfxVolumeRange" class="col-2 col-form-label">Volume</label>
|
||||||
<div class="form-check form-switch text-start">
|
|
||||||
<input id="fullscreenCheckbox" type="checkbox" role="switch" class="form-check-input" tabindex="0">
|
|
||||||
<label for="fullscreenCheckbox" class="form-check-label">Plein écran</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-2"></div>
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset class="row g-2 mb-3 align-items-center text-center"><legend class="text-start">Partie</legend>
|
<fieldset class="row g-2 mb-3 align-items-center text-center"><legend class="text-start">Partie</legend>
|
||||||
<label for="levelInput" class="col-2 col-form-label text-center">Niveau</label>
|
<label for="levelInput" class="col-2 col-form-label text-center">Niveau</label>
|
||||||
@@ -142,9 +117,9 @@
|
|||||||
<table id="statsTable" class="table mb-0">
|
<table id="statsTable" class="table mb-0">
|
||||||
<tr class="card-header fw-bold text-uppercase"><th>Score</th><td id="scoreCell">0</td> </tr>
|
<tr class="card-header fw-bold text-uppercase"><th>Score</th><td id="scoreCell">0</td> </tr>
|
||||||
<tr><th>Meilleur<br/>score</th><td id="highScoreCell"><script>document.write(Number(localStorage["highScore"]) || 0)</script></td></tr>
|
<tr><th>Meilleur<br/>score</th><td id="highScoreCell"><script>document.write(Number(localStorage["highScore"]) || 0)</script></td></tr>
|
||||||
<tr><th>Niveau</th><td id="levelCell">0</td> </tr>
|
<tr><th>Niveau</th> <td id="levelCell">0</td> </tr>
|
||||||
<tr><th>But</th> <td id="goalCell">0</td> </tr>
|
<tr><th>But</th> <td id="goalCell">0</td> </tr>
|
||||||
<tr><th>Temps</th> <td id="timeCell">00:00:00</td></tr>
|
<tr><th>Temps</th> <td id="timeCell">00:00</td> </tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -213,21 +188,21 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="modal fade" id="statsModal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1">
|
<div class="modal fade" id="statsModal" tabindex="-1">
|
||||||
<div class="modal-dialog modal-dialog-centered">
|
<div class="modal-dialog modal-dialog-centered">
|
||||||
<div class="modal-dialog">
|
<div class="modal-dialog">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title w-100 text-center">Fin</h2>
|
<h2 class="modal-title w-100 text-center">Fin</h2>
|
||||||
<!-- <button type="button" class="btn-close" data-bs-dismiss="modal"></button> -->
|
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body p-0">
|
<div class="modal-body p-0">
|
||||||
<table class="table mb-0">
|
<table class="table mb-0">
|
||||||
<tr><th>Score</th> <td id="statsModalScoreCell"></td> <th>Quatuors</th> <td id="statsModalNbQuatuors"></td> </tr>
|
<tr><th>Score</th> <td id="statsModalScoreCell"></td> <th>Niveau</th> <td id="statsModalLevelCell"></td> </tr>
|
||||||
<tr><th>Meilleur score</th><td id="statsModalHighScoreCell"></td> <th>Pirouettes</th> <td id="statsModalNbTSpin"></td> </tr>
|
<tr><th>Meilleur score</th><td id="statsModalHighScoreCell"></td> <th>Temps</th> <td id="statsModalTimeCell"></td> </tr>
|
||||||
<tr><th>Temps</th> <td id="statsModalTimeCell"></td> <th>Plus long combo</th> <td id="statsModalMaxCombo"></td> </tr>
|
<tr><th>Lignes</th> <td id="statsModaltotalClearedLines"></td><th>Lignes par minute</th> <td id="statsModaltotalClearedLinesPM"></td></tr>
|
||||||
<tr><th>Niveau</th> <td id="statsModalLevelCell"></td> <th>Plus long bout à bout</th><td id="statsModalMaxB2B"></td> </tr>
|
<tr><th>Quatuors</th> <td id="statsModalNbQuatuors"></td> <th>Plus long combo</th> <td id="statsModalMaxCombo"></td> </tr>
|
||||||
<tr><th>Lignes</th> <td id="statsModaltotalClearedLines"></td><th>Lignes par minute</th> <td id="statsModaltotalClearedLinesPM"></td></tr>
|
<tr><th>Pirouettes</th> <td id="statsModalNbTSpin"></td> <th>Plus long bout en bout</th><td id="statsModalMaxB2B"></td> </tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
@@ -254,6 +229,7 @@
|
|||||||
<audio id="quatuorSound" src="sounds/BRRDC1.wav" preload="auto" type="audio/wav"></audio>
|
<audio id="quatuorSound" src="sounds/BRRDC1.wav" preload="auto" type="audio/wav"></audio>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
|
||||||
<script src="js/game_logic.js" language="Javascript" type="text/javascript"></script>
|
<script src="js/game_logic.js" language="Javascript" type="text/javascript"></script>
|
||||||
<script src="js/interface.js" language="Javascript" type="text/javascript"></script>
|
<script src="js/interface.js" language="Javascript" type="text/javascript"></script>
|
||||||
<script src="js/app.js" language="Javascript" type="text/javascript"></script>
|
<script src="js/app.js" language="Javascript" type="text/javascript"></script>
|
||||||
|
|||||||
458
js/app.js
@@ -1,104 +1,110 @@
|
|||||||
document.onfullscreenchange = function () {
|
let scheduler = new Scheduler()
|
||||||
if (document.fullscreenElement) {
|
let settings = new Settings()
|
||||||
fullscreenCheckbox.checked = true;
|
let stats = new Stats()
|
||||||
} else {
|
let holdQueue = new HoldQueue()
|
||||||
fullscreenCheckbox.checked = false;
|
let matrix = new Matrix()
|
||||||
if (playing) pauseSettings();
|
let nextQueue = new NextQueue()
|
||||||
}
|
let playing = false
|
||||||
};
|
//let lastActionSucceded = true
|
||||||
document.onfullscreenerror = function () {
|
let favicon
|
||||||
fullscreenCheckbox.checked = false;
|
|
||||||
};
|
window.onload = function(event) {
|
||||||
|
document.selectedStyleSheetSet = selectedStyleSheet.title
|
||||||
|
selectedStyleSheet.href = stylesheetSelect.value
|
||||||
|
favicon = document.querySelector("link[rel~='icon']")
|
||||||
|
|
||||||
|
restart()
|
||||||
|
}
|
||||||
|
|
||||||
function restart() {
|
function restart() {
|
||||||
stats.modal.hide();
|
stats.modal.hide()
|
||||||
holdQueue.init();
|
holdQueue.init()
|
||||||
holdQueue.redraw();
|
holdQueue.redraw()
|
||||||
stats.init();
|
stats.init()
|
||||||
matrix.init();
|
matrix.init()
|
||||||
nextQueue.init();
|
nextQueue.init()
|
||||||
settings.init();
|
settings.init()
|
||||||
pauseSettings();
|
pauseSettings()
|
||||||
}
|
}
|
||||||
|
|
||||||
function pauseSettings() {
|
function pauseSettings() {
|
||||||
scheduler.clearInterval(fall);
|
scheduler.clearInterval(fall)
|
||||||
scheduler.clearTimeout(lockDown);
|
scheduler.clearTimeout(lockDown)
|
||||||
scheduler.clearTimeout(repeat);
|
scheduler.clearTimeout(repeat)
|
||||||
scheduler.clearInterval(autorepeat);
|
scheduler.clearInterval(autorepeat)
|
||||||
scheduler.clearInterval(ticktack);
|
scheduler.clearInterval(ticktack)
|
||||||
stats.pauseTime = stats.time;
|
stats.pauseTime = stats.time
|
||||||
|
|
||||||
document.onkeydown = null;
|
document.onkeydown = null
|
||||||
|
|
||||||
settings.show();
|
settings.show()
|
||||||
}
|
}
|
||||||
|
|
||||||
function newGame(event) {
|
function newGame(event) {
|
||||||
if (!settings.form.checkValidity()) {
|
if (!settings.form.checkValidity()) {
|
||||||
event.preventDefault();
|
event.preventDefault()
|
||||||
event.stopPropagation();
|
event.stopPropagation()
|
||||||
settings.form.reportValidity();
|
settings.form.reportValidity()
|
||||||
settings.form.classList.add('was-validated');
|
settings.form.classList.add('was-validated')
|
||||||
} else {
|
} else {
|
||||||
const audioContext = new AudioContext();
|
const audioContext = new AudioContext()
|
||||||
for (const sound of document.getElementsByTagName('audio')) {
|
for(const sound of document.getElementsByTagName("audio")) {
|
||||||
sound.preservesPitch = false;
|
sound.preservesPitch = false
|
||||||
audioContext.createMediaElementSource(sound).connect(audioContext.destination);
|
audioContext.createMediaElementSource(sound).connect(audioContext.destination)
|
||||||
}
|
}
|
||||||
|
|
||||||
levelInput.name = 'level';
|
levelInput.name = "level"
|
||||||
levelInput.disabled = true;
|
levelInput.disabled = true
|
||||||
titleHeader.innerHTML = 'PAUSE';
|
titleHeader.innerHTML = "PAUSE"
|
||||||
resumeButton.innerHTML = 'Reprendre';
|
resumeButton.innerHTML = "Reprendre"
|
||||||
event.target.onsubmit = resume;
|
event.target.onsubmit = resume
|
||||||
stats.level = levelInput.valueAsNumber;
|
stats.level = levelInput.valueAsNumber
|
||||||
localStorage['startLevel'] = levelInput.value;
|
localStorage["startLevel"] = levelInput.value
|
||||||
playing = true;
|
playing = true
|
||||||
onblur = pauseSettings;
|
onblur = pauseSettings
|
||||||
resume(event);
|
resume(event)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function resume(event) {
|
function resume(event) {
|
||||||
event.preventDefault();
|
event.preventDefault()
|
||||||
event.stopPropagation();
|
event.stopPropagation()
|
||||||
|
|
||||||
settings.form.reportValidity();
|
settings.form.reportValidity()
|
||||||
settings.form.classList.add('was-validated');
|
settings.form.classList.add('was-validated')
|
||||||
|
|
||||||
if (settings.form.checkValidity()) {
|
if (settings.form.checkValidity()) {
|
||||||
for (const sound of document.getElementsByTagName('audio'))
|
for(const sound of document.getElementsByTagName("audio"))
|
||||||
sound.volume = sfxVolumeRange.value;
|
sound.volume = sfxVolumeRange.value
|
||||||
|
|
||||||
settings.modal.hide();
|
settings.modal.hide()
|
||||||
settings.getInputs();
|
settings.getInputs()
|
||||||
|
|
||||||
document.onkeydown = onkeydown;
|
document.onkeydown = onkeydown
|
||||||
document.onkeyup = onkeyup;
|
document.onkeyup = onkeyup
|
||||||
|
|
||||||
|
stats.time = stats.pauseTime
|
||||||
|
scheduler.setInterval(ticktack, 1000)
|
||||||
|
|
||||||
stats.time = stats.pauseTime;
|
if (matrix.piece) scheduler.setInterval(fall, stats.fallPeriod)
|
||||||
scheduler.setInterval(ticktack, 1000);
|
else generate()
|
||||||
|
|
||||||
if (matrix.piece) scheduler.setInterval(fall, stats.fallPeriod);
|
|
||||||
else generate();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function ticktack() {
|
function ticktack() {
|
||||||
timeCell.innerText = stats.timeFormat.format(stats.time);
|
timeCell.innerText = stats.timeFormat.format(stats.time)
|
||||||
}
|
}
|
||||||
|
|
||||||
function generate(piece) {
|
function generate(piece) {
|
||||||
matrix.piece = piece || nextQueue.shift();
|
matrix.piece = piece || nextQueue.shift()
|
||||||
if (!piece && holdQueue.piece) holdQueue.drawPiece();
|
if (!piece && holdQueue.piece) holdQueue.drawPiece()
|
||||||
//lastActionSucceded = true
|
//lastActionSucceded = true
|
||||||
favicon.href = matrix.piece.favicon_href;
|
favicon.href = matrix.piece.favicon_href
|
||||||
|
|
||||||
if (matrix.piece.canMove(TRANSLATION.NONE)) {
|
if (matrix.piece.canMove(TRANSLATION.NONE)) {
|
||||||
scheduler.setInterval(fall, stats.fallPeriod);
|
scheduler.setInterval(fall, stats.fallPeriod)
|
||||||
} else {
|
} else {
|
||||||
gameOver(); // block out
|
gameOver() // block out
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -113,73 +119,70 @@ let playerActions = {
|
|||||||
|
|
||||||
softDrop: () => matrix.piece.move(TRANSLATION.DOWN) && ++stats.score,
|
softDrop: () => matrix.piece.move(TRANSLATION.DOWN) && ++stats.score,
|
||||||
|
|
||||||
hardDrop: function () {
|
hardDrop: function() {
|
||||||
scheduler.clearTimeout(lockDown);
|
scheduler.clearTimeout(lockDown)
|
||||||
playSound(hardDropSound);
|
playSound(hardDropSound)
|
||||||
while (matrix.piece.move(TRANSLATION.DOWN, ROTATION.NONE, true)) stats.score += 2;
|
while (matrix.piece.move(TRANSLATION.DOWN, ROTATION.NONE, true)) stats.score += 2
|
||||||
matrixCard.classList.remove('hard-dropped-table-animation');
|
matrixCard.classList.add("hard-dropped-table-animation")
|
||||||
matrixCard.offsetHeight;
|
lockDown()
|
||||||
matrixCard.classList.add('hard-dropped-table-animation'); // restart animation
|
return true
|
||||||
lockDown();
|
|
||||||
return true;
|
|
||||||
},
|
},
|
||||||
|
|
||||||
hold: function () {
|
hold: function() {
|
||||||
if (matrix.piece.holdEnabled) {
|
if (matrix.piece.holdEnabled) {
|
||||||
scheduler.clearInterval(fall);
|
scheduler.clearInterval(fall)
|
||||||
scheduler.clearTimeout(lockDown);
|
scheduler.clearTimeout(lockDown)
|
||||||
|
|
||||||
let piece = matrix.piece;
|
let piece = matrix.piece
|
||||||
piece.facing = FACING.NORTH;
|
piece.facing = FACING.NORTH
|
||||||
piece.locked = false;
|
piece.locked = false
|
||||||
generate(holdQueue.piece);
|
generate(holdQueue.piece)
|
||||||
matrix.piece.holdEnabled = false;
|
matrix.piece.holdEnabled = false
|
||||||
holdQueue.piece = piece;
|
holdQueue.piece = piece
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
pause: pauseSettings,
|
pause: pauseSettings,
|
||||||
};
|
}
|
||||||
|
|
||||||
// Handle player inputs
|
// Handle player inputs
|
||||||
const REPEATABLE_ACTIONS = [
|
const REPEATABLE_ACTIONS = [
|
||||||
playerActions.moveLeft,
|
playerActions.moveLeft,
|
||||||
playerActions.moveRight,
|
playerActions.moveRight,
|
||||||
playerActions.softDrop,
|
playerActions.softDrop
|
||||||
];
|
]
|
||||||
pressedKeys = new Set();
|
pressedKeys = new Set()
|
||||||
actionsQueue = [];
|
actionsQueue = []
|
||||||
|
|
||||||
function onkeydown(event) {
|
function onkeydown(event) {
|
||||||
if (event.key in settings.keyBind) {
|
if (event.key in settings.keyBind) {
|
||||||
event.preventDefault();
|
event.preventDefault()
|
||||||
if (!pressedKeys.has(event.key)) {
|
if (!pressedKeys.has(event.key)) {
|
||||||
pressedKeys.add(event.key);
|
pressedKeys.add(event.key)
|
||||||
action = settings.keyBind[event.key];
|
action = settings.keyBind[event.key]
|
||||||
/*if (action()) {
|
/*if (action()) {
|
||||||
lastActionSucceded = true
|
lastActionSucceded = true
|
||||||
} else if (lastActionSucceded || !(action in REPEATABLE_ACTIONS)) {
|
} else if (lastActionSucceded || !(action in REPEATABLE_ACTIONS)) {
|
||||||
playSound(wallSound)
|
playSound(wallSound)
|
||||||
lastActionSucceded = false
|
lastActionSucceded = false
|
||||||
}*/
|
}*/
|
||||||
action();
|
action()
|
||||||
if (REPEATABLE_ACTIONS.includes(action)) {
|
if (REPEATABLE_ACTIONS.includes(action)) {
|
||||||
actionsQueue.unshift(action);
|
actionsQueue.unshift(action)
|
||||||
scheduler.clearTimeout(repeat);
|
scheduler.clearTimeout(repeat)
|
||||||
scheduler.clearInterval(autorepeat);
|
scheduler.clearInterval(autorepeat)
|
||||||
if (action == playerActions.softDrop)
|
if (action == playerActions.softDrop) scheduler.setInterval(autorepeat, settings.fallPeriod/20)
|
||||||
scheduler.setInterval(autorepeat, settings.fallPeriod / 20);
|
else scheduler.setTimeout(repeat, settings.das)
|
||||||
else scheduler.setTimeout(repeat, settings.das);
|
|
||||||
}
|
}
|
||||||
matrix.drawPiece();
|
matrix.drawPiece()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function repeat() {
|
function repeat() {
|
||||||
if (actionsQueue.length) {
|
if (actionsQueue.length) {
|
||||||
actionsQueue[0]();
|
actionsQueue[0]()
|
||||||
scheduler.setInterval(autorepeat, settings.arr);
|
scheduler.setInterval(autorepeat, settings.arr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -191,220 +194,121 @@ function autorepeat() {
|
|||||||
wallSound.play()
|
wallSound.play()
|
||||||
lastActionSucceded = false
|
lastActionSucceded = false
|
||||||
}*/
|
}*/
|
||||||
actionsQueue[0]();
|
actionsQueue[0]()
|
||||||
} else scheduler.clearInterval(autorepeat);
|
}
|
||||||
|
else scheduler.clearInterval(autorepeat)
|
||||||
}
|
}
|
||||||
|
|
||||||
function onkeyup(event) {
|
function onkeyup(event) {
|
||||||
if (event.key in settings.keyBind) {
|
if (event.key in settings.keyBind) {
|
||||||
event.preventDefault();
|
event.preventDefault()
|
||||||
pressedKeys.delete(event.key);
|
pressedKeys.delete(event.key)
|
||||||
action = settings.keyBind[event.key];
|
action = settings.keyBind[event.key]
|
||||||
if (actionsQueue.includes(action)) {
|
if (actionsQueue.includes(action)) {
|
||||||
actionsQueue.splice(actionsQueue.indexOf(action), 1);
|
actionsQueue.splice(actionsQueue.indexOf(action), 1)
|
||||||
scheduler.clearTimeout(repeat);
|
scheduler.clearTimeout(repeat)
|
||||||
scheduler.clearInterval(autorepeat);
|
scheduler.clearInterval(autorepeat)
|
||||||
if (actionsQueue.length) {
|
if (actionsQueue.length) {
|
||||||
if (actionsQueue[0] == playerActions.softDrop)
|
if (actionsQueue[0] == playerActions.softDrop) scheduler.setInterval(autorepeat, settings.fallPeriod/20)
|
||||||
scheduler.setInterval(autorepeat, settings.fallPeriod / 20);
|
else scheduler.setTimeout(repeat, settings.das)
|
||||||
else scheduler.setTimeout(repeat, settings.das);
|
|
||||||
} else {
|
} else {
|
||||||
matrix.drawPiece();
|
matrix.drawPiece()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function fall() {
|
function fall() {
|
||||||
matrix.piece.move(TRANSLATION.DOWN);
|
matrix.piece.move(TRANSLATION.DOWN)
|
||||||
}
|
}
|
||||||
|
|
||||||
function lockDown() {
|
function lockDown() {
|
||||||
scheduler.clearTimeout(lockDown);
|
scheduler.clearTimeout(lockDown)
|
||||||
scheduler.clearInterval(fall);
|
scheduler.clearInterval(fall)
|
||||||
|
|
||||||
if (matrix.lock()) {
|
if (matrix.lock()) {
|
||||||
stats.lockDown(matrix.piece.tSpin, matrix.clearLines());
|
stats.lockDown(matrix.piece.tSpin, matrix.clearLines())
|
||||||
|
|
||||||
generate();
|
generate()
|
||||||
} else {
|
} else {
|
||||||
gameOver(); // lock out
|
gameOver() // lock out
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
onanimationend = function (event) {
|
onanimationend = function (event) {
|
||||||
event.target.classList.remove(event.animationName);
|
event.target.classList.remove(event.animationName)
|
||||||
};
|
}
|
||||||
|
|
||||||
messagesSpan.onanimationend = function (event) {
|
messagesSpan.onanimationend = function(event) {
|
||||||
event.target.remove();
|
event.target.remove()
|
||||||
};
|
}
|
||||||
|
|
||||||
function gameOver() {
|
function gameOver() {
|
||||||
matrix.piece.locked = true;
|
matrix.piece.locked = true
|
||||||
matrix.drawPiece();
|
matrix.drawPiece()
|
||||||
|
|
||||||
document.onkeydown = null;
|
document.onkeydown = null
|
||||||
onblur = null;
|
onblur = null
|
||||||
scheduler.clearInterval(ticktack);
|
scheduler.clearInterval(ticktack)
|
||||||
playing = false;
|
playing = false
|
||||||
|
|
||||||
stats.show();
|
stats.show()
|
||||||
}
|
}
|
||||||
|
|
||||||
window.onbeforeunload = function (event) {
|
window.onbeforeunload = function(event) {
|
||||||
stats.save();
|
stats.save()
|
||||||
settings.save();
|
settings.save()
|
||||||
if (playing) return false;
|
if (playing) return false;
|
||||||
};
|
}
|
||||||
|
|
||||||
// Play with 3D
|
// Play with 3D
|
||||||
let mousedown = false;
|
let mousedown = false
|
||||||
let rX0 = -15;
|
let rX0 = 0
|
||||||
let rY0 = 0;
|
let rY0 = 0
|
||||||
let clientX0 = 0;
|
let clientX0 = 0
|
||||||
let clientY0 = 0;
|
let clientY0 = 0
|
||||||
|
|
||||||
sceneDiv.onmousedown = function (event) {
|
sceneDiv.onmousedown = function(event) {
|
||||||
mousedown = true;
|
mousedown = true
|
||||||
rX0 = parseInt(getComputedStyle(screenRow).getPropertyValue('--rX'));
|
rX0 = parseInt(getComputedStyle(screenRow).getPropertyValue("--rX"))
|
||||||
dy0 = parseInt(getComputedStyle(screenRow).getPropertyValue('--rY'));
|
dy0 = parseInt(getComputedStyle(screenRow).getPropertyValue("--rY"))
|
||||||
clientX0 = event.clientX;
|
clientX0 = event.clientX
|
||||||
clientY0 = event.clientY;
|
clientY0 = event.clientY
|
||||||
};
|
}
|
||||||
|
|
||||||
sceneDiv.onmousemove = function (event) {
|
sceneDiv.onmousemove = function(event) {
|
||||||
if (mousedown) {
|
if (mousedown) {
|
||||||
event.preventDefault();
|
event.preventDefault()
|
||||||
event.stopPropagation();
|
event.stopPropagation()
|
||||||
rX = (rX0 - 0.5 * (event.clientY - clientY0)) % 360;
|
rX = (rX0 - event.clientY + clientY0 + 360) % 360
|
||||||
screenRow.style.setProperty('--rX', rX);
|
screenRow.style.setProperty("--rX", rX + "deg")
|
||||||
if (rX >= 0) {
|
if (rX <= 180) {
|
||||||
screenRow.classList.remove('top');
|
screenRow.classList.remove("top")
|
||||||
screenRow.classList.add('bottom');
|
screenRow.classList.add("bottom")
|
||||||
} else {
|
} else {
|
||||||
screenRow.classList.add('top');
|
screenRow.classList.add("top")
|
||||||
screenRow.classList.remove('bottom');
|
screenRow.classList.remove("bottom")
|
||||||
}
|
}
|
||||||
rY = (rY0 + 0.5 * (event.clientX - clientX0)) % 360;
|
rY = (rY0 + event.clientX - clientX0 + 360) % 360
|
||||||
screenRow.style.setProperty('--rY', rY);
|
screenRow.style.setProperty("--rY", rY + "deg")
|
||||||
if (rY <= 0) {
|
if (rY >= 180) {
|
||||||
screenRow.classList.remove('left');
|
screenRow.classList.remove("left")
|
||||||
screenRow.classList.add('right');
|
screenRow.classList.add("right")
|
||||||
} else {
|
} else {
|
||||||
screenRow.classList.add('left');
|
screenRow.classList.add("left")
|
||||||
screenRow.classList.remove('right');
|
screenRow.classList.remove("right")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
|
||||||
|
|
||||||
sceneDiv.onmouseup = document.onmouseleave = function (event) {
|
|
||||||
mousedown = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
fullscreenCheckbox.onchange = function () {
|
|
||||||
if (this.checked) {
|
|
||||||
document.documentElement.requestFullscreen();
|
|
||||||
} else {
|
|
||||||
document.exitFullscreen();
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
sceneDiv.onwheel = function (event) {
|
|
||||||
event.preventDefault();
|
|
||||||
event.stopPropagation();
|
|
||||||
let tZ = parseInt(getComputedStyle(screenRow).getPropertyValue('--tZ'));
|
|
||||||
tZ -= event.deltaY;
|
|
||||||
screenRow.style.setProperty('--tZ', tZ + 'px');
|
|
||||||
};
|
|
||||||
|
|
||||||
$.fn.select2.defaults.set("templateResult", (state) =>
|
|
||||||
state.id
|
|
||||||
? $(`<img class="option result" src="${state.id}" title="${state.text}" loading="lazy"/>`)
|
|
||||||
: state.text
|
|
||||||
)
|
|
||||||
$.fn.select2.defaults.set("templateSelection", (state) =>
|
|
||||||
state.id
|
|
||||||
? $(`<span class="option selection" style="--skin-url: url(${state.id})" title="${state.text}" alt="${state.id}" loading="lazy"></span>`)
|
|
||||||
: state.text
|
|
||||||
)
|
|
||||||
$.fn.select2.defaults.set("theme", "bootstrap-5")
|
|
||||||
$.fn.select2.defaults.set("selectionCssClass", 'form-select')
|
|
||||||
$.fn.select2.defaults.set("dropdownParent", $('#settingsModal'))
|
|
||||||
$.fn.select2.defaults.set("dropdownAutoWidth", true)
|
|
||||||
$.fn.select2.defaults.set("placeholder", "URL de l'image")
|
|
||||||
$.fn.select2.defaults.set("tags", true)
|
|
||||||
$.fn.select2.defaults.set("createTag", function (params) {
|
|
||||||
const url = encodeURI(params.term);
|
|
||||||
if (/^(https?:\/\/.*\.(?:png|jpg|jpeg|gif|bmp|webp|svg))$/i.test(url)) {
|
|
||||||
return {
|
|
||||||
id: url,
|
|
||||||
text: 'Source externe',
|
|
||||||
newTag: true,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
stylesheetSelect.oninput = function (event) {
|
|
||||||
selectedStyleSheet.href = this.value;
|
|
||||||
|
|
||||||
$("#skinURLSelect").empty();
|
|
||||||
switch (this.value) {
|
|
||||||
case 'css/jstris-skin.css':
|
|
||||||
skinURLSelect.disabled = false;
|
|
||||||
|
|
||||||
fetch('https://konsola5.github.io/jstris-customization-database/jstrisCustomizationDatabase.json')
|
|
||||||
.then(response => response.json())
|
|
||||||
.then(json => {
|
|
||||||
const data = [];
|
|
||||||
for (const group in json) {
|
|
||||||
const groupData = {
|
|
||||||
text: group,
|
|
||||||
children: json[group].map(skin => ({
|
|
||||||
id: skin.link,
|
|
||||||
text: `${skin.name} (${skin.author})\n${skin.description}`,
|
|
||||||
})),
|
|
||||||
};
|
|
||||||
data.push(groupData);
|
|
||||||
}
|
|
||||||
|
|
||||||
$('#skinURLSelect').select2({data: data});
|
|
||||||
});
|
|
||||||
break;
|
|
||||||
case 'css/tetrio-skin.css':
|
|
||||||
skinURLSelect.disabled = false;
|
|
||||||
|
|
||||||
fetch("https://you.have.fail/tetrioplus/data/data.json")
|
|
||||||
.then((resp) => resp.json())
|
|
||||||
.then((json) => {
|
|
||||||
const data = json
|
|
||||||
.filter((item) => (item.type == "skin" && item.format == "tetrioraster"))
|
|
||||||
.map((skin) => {
|
|
||||||
return {
|
|
||||||
id: `https://you.have.fail/tetrioplus/data/${skin.path}`,
|
|
||||||
text:`${skin.name} (${skin.author})`
|
|
||||||
}
|
|
||||||
})
|
|
||||||
$('#skinURLSelect').select2({data: data});
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
|
||||||
skinURLSelect.disabled = true;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let scheduler = new Scheduler();
|
sceneDiv.onmouseup = document.onmouseleave = function(event) {
|
||||||
let settings = new Settings();
|
mousedown = false
|
||||||
let stats = new Stats();
|
}
|
||||||
let holdQueue = new HoldQueue();
|
|
||||||
let matrix = new Matrix();
|
|
||||||
let nextQueue = new NextQueue();
|
|
||||||
let playing = false;
|
|
||||||
//let lastActionSucceded = true
|
|
||||||
let favicon = document.querySelector("link[rel~='icon']");
|
|
||||||
|
|
||||||
window.onload = function (event) {
|
sceneDiv.onwheel = function(event) {
|
||||||
restart();
|
event.preventDefault()
|
||||||
};
|
event.stopPropagation()
|
||||||
|
let tZ = parseInt(getComputedStyle(screenRow).getPropertyValue("--tZ"))
|
||||||
|
tZ += event.deltaY
|
||||||
|
screenRow.style.setProperty("--tZ", tZ + "px")
|
||||||
|
}
|
||||||
@@ -251,12 +251,8 @@ class Matrix extends MinoesTable {
|
|||||||
if (piece.locked) className += " locking"
|
if (piece.locked) className += " locking"
|
||||||
if (piece==this.piece && actionsQueue.length) className += " moving"
|
if (piece==this.piece && actionsQueue.length) className += " moving"
|
||||||
super.drawPiece(piece, className)
|
super.drawPiece(piece, className)
|
||||||
this.table.style.setProperty('--piece-column', this.piece.center.x)
|
matrix.table.style.setProperty('--piece-column', this.piece.center.x)
|
||||||
this.table.style.setProperty('--piece-row', this.piece.center.y)
|
matrix.table.style.setProperty('--piece-row', this.piece.center.y)
|
||||||
}
|
|
||||||
|
|
||||||
clearPiece(piece=this.piece, className="") {
|
|
||||||
super.drawPiece(piece, className)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
redraw() {
|
redraw() {
|
||||||
@@ -332,7 +328,7 @@ class Tetromino {
|
|||||||
let success = this.canMove(translation, rotation)
|
let success = this.canMove(translation, rotation)
|
||||||
if (success) {
|
if (success) {
|
||||||
scheduler.clearTimeout(lockDown)
|
scheduler.clearTimeout(lockDown)
|
||||||
matrix.clearPiece(this, hardDropped? "trail-animation" : "")
|
matrix.drawPiece(this, hardDropped? "trail-animation" : "")
|
||||||
this.center = success.center
|
this.center = success.center
|
||||||
if (rotation) this.facing = success.facing
|
if (rotation) this.facing = success.facing
|
||||||
this.lastRotation = rotation
|
this.lastRotation = rotation
|
||||||
|
|||||||
428
js/interface.js
@@ -1,360 +1,334 @@
|
|||||||
const KEY_NAMES = new Proxy(
|
const KEY_NAMES = new Proxy({
|
||||||
{
|
["ArrowLeft"] : "←",
|
||||||
['ArrowLeft']: '←',
|
["←"] : "ArrowLeft",
|
||||||
['←']: 'ArrowLeft',
|
["ArrowRight"] : "→",
|
||||||
['ArrowRight']: '→',
|
["→"] : "ArrowRight",
|
||||||
['→']: 'ArrowRight',
|
["ArrowUp"] : "↑",
|
||||||
['ArrowUp']: '↑',
|
["↑"] : "ArrowUp",
|
||||||
['↑']: 'ArrowUp',
|
["ArrowDown"] : "↓",
|
||||||
['ArrowDown']: '↓',
|
["↓"] : "ArrowDown",
|
||||||
['↓']: 'ArrowDown',
|
[" "] : "Espace",
|
||||||
[' ']: 'Espace',
|
["Espace"] : " ",
|
||||||
['Espace']: ' ',
|
["Escape"] : "Échap.",
|
||||||
['Escape']: 'Échap.',
|
["Échap."] : "Escape",
|
||||||
['Échap.']: 'Escape',
|
["Backspace"] : "Ret. arrière",
|
||||||
['Backspace']: 'Ret. arrière',
|
["Ret. arrière"]: "Backspace",
|
||||||
['Ret. arrière']: 'Backspace',
|
["Enter"] : "Entrée",
|
||||||
['Enter']: 'Entrée',
|
["Entrée"] : "Enter",
|
||||||
['Entrée']: 'Enter',
|
}, {
|
||||||
},
|
get(target, key) {
|
||||||
{
|
return key in target? target[key] : key
|
||||||
get(target, key) {
|
}
|
||||||
return key in target ? target[key] : key;
|
})
|
||||||
},
|
|
||||||
},
|
|
||||||
);
|
|
||||||
|
|
||||||
class Settings {
|
class Settings {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.form = settingsForm;
|
this.form = settingsForm
|
||||||
this.load();
|
this.load()
|
||||||
this.modal = new bootstrap.Modal('#settingsModal');
|
this.modal = new bootstrap.Modal('#settingsModal')
|
||||||
settingsModal.addEventListener('shown.bs.modal', () => resumeButton.focus());
|
settingsModal.addEventListener('shown.bs.modal', () => resumeButton.focus())
|
||||||
}
|
}
|
||||||
|
|
||||||
load() {
|
load() {
|
||||||
this.form.querySelectorAll('[name]').forEach(element => {
|
this.form.querySelectorAll("[name]").forEach(element => {
|
||||||
if (element.name in localStorage) element.value = localStorage[element.name];
|
if (element.name in localStorage)
|
||||||
});
|
element.value = localStorage[element.name]
|
||||||
stylesheetSelect.oninput();
|
})
|
||||||
if (localStorage['skinURL']) {
|
window.document.selectedStyleSheetSet = stylesheetSelect.value
|
||||||
if ($('#skinURLSelect').find("option[value='" + localStorage['skinURL'] + "']").length) {
|
|
||||||
$('#skinURLSelect').val(localStorage['skinURL']).trigger('change');
|
|
||||||
} else {
|
|
||||||
var option = new Option(
|
|
||||||
'Source externe',
|
|
||||||
localStorage['skinURL'],
|
|
||||||
true,
|
|
||||||
true,
|
|
||||||
);
|
|
||||||
$('#skinURLSelect').append(option).trigger('change');
|
|
||||||
}
|
|
||||||
skinURLSelect.oninput();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
save() {
|
save() {
|
||||||
this.form
|
this.form.querySelectorAll("[name]").forEach(element => localStorage[element.name] = element.value)
|
||||||
.querySelectorAll('[name]')
|
|
||||||
.forEach(element => (localStorage[element.name] = element.value));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
this.form.onsubmit = newGame;
|
this.form.onsubmit = newGame
|
||||||
levelInput.name = 'startLevel';
|
levelInput.name = "startLevel"
|
||||||
levelInput.disabled = false;
|
levelInput.disabled = false
|
||||||
titleHeader.innerHTML = 'QUATUOR';
|
titleHeader.innerHTML = "QUATUOR"
|
||||||
resumeButton.innerHTML = 'Jouer';
|
resumeButton.innerHTML = "Jouer"
|
||||||
}
|
}
|
||||||
|
|
||||||
show() {
|
show() {
|
||||||
resumeButton.disabled = false;
|
resumeButton.disabled = false
|
||||||
settings.form.classList.remove('was-validated');
|
settings.form.classList.remove('was-validated')
|
||||||
settings.modal.show();
|
settings.modal.show()
|
||||||
settings.form.reportValidity();
|
settings.form.reportValidity()
|
||||||
}
|
}
|
||||||
|
|
||||||
getInputs() {
|
getInputs() {
|
||||||
for (let input of this.form.querySelectorAll("input[type='text']")) {
|
for (let input of this.form.querySelectorAll("input[type='text']")) {
|
||||||
this[input.name] = KEY_NAMES[input.value];
|
this[input.name] = KEY_NAMES[input.value]
|
||||||
}
|
}
|
||||||
for (let input of this.form.querySelectorAll("input[type='number'], input[type='range']")) {
|
for (let input of this.form.querySelectorAll("input[type='number'], input[type='range']")) {
|
||||||
this[input.name] = input.valueAsNumber;
|
this[input.name] = input.valueAsNumber
|
||||||
}
|
}
|
||||||
for (let input of this.form.querySelectorAll("input[type='checkbox']")) {
|
for (let input of this.form.querySelectorAll("input[type='checkbox']")) {
|
||||||
this[input.name] = input.checked == true;
|
this[input.name] = input.checked == true
|
||||||
}
|
}
|
||||||
|
|
||||||
this.keyBind = new Proxy(
|
this.keyBind = new Proxy({}, {
|
||||||
{},
|
get: (target, key) => target[key.toLowerCase()],
|
||||||
{
|
set: (target, key, value) => target[key.toLowerCase()] = value,
|
||||||
get: (target, key) => target[key.toLowerCase()],
|
has: (target, key) => key.toLowerCase() in target
|
||||||
set: (target, key, value) => (target[key.toLowerCase()] = value),
|
|
||||||
has: (target, key) => key.toLowerCase() in target,
|
})
|
||||||
},
|
|
||||||
);
|
|
||||||
for (let actionName in playerActions) {
|
for (let actionName in playerActions) {
|
||||||
this.keyBind[settings[actionName]] = playerActions[actionName];
|
this.keyBind[settings[actionName]] = playerActions[actionName]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function changeKey(input) {
|
function changeKey(input) {
|
||||||
prevValue = input.value;
|
prevValue = input.value
|
||||||
input.value = '';
|
input.value = ""
|
||||||
keyInputs = Array.from(input.form.querySelectorAll("input[type='text']"));
|
keyInputs = Array.from(input.form.querySelectorAll("input[type='text']"))
|
||||||
input.onkeydown = function (event) {
|
input.onkeydown = function (event) {
|
||||||
event.preventDefault();
|
event.preventDefault()
|
||||||
input.value = KEY_NAMES[event.key];
|
input.value = KEY_NAMES[event.key]
|
||||||
keyInputs.forEach(input => {
|
keyInputs.forEach(input => {
|
||||||
input.setCustomValidity('');
|
input.setCustomValidity("")
|
||||||
input.classList.remove('is-invalid');
|
input.classList.remove("is-invalid")
|
||||||
});
|
})
|
||||||
keyInputs.sort((input1, input2) => {
|
keyInputs.sort((input1, input2) => {
|
||||||
if (input1.value == input2.value) {
|
if(input1.value == input2.value) {
|
||||||
input1.setCustomValidity('Touche déjà utilisée');
|
input1.setCustomValidity("Touche déjà utilisée")
|
||||||
input1.classList.add('is-invalid');
|
input1.classList.add("is-invalid")
|
||||||
input2.setCustomValidity('Touche déjà utilisée');
|
input2.setCustomValidity("Touche déjà utilisée")
|
||||||
input2.classList.add('is-invalid');
|
input2.classList.add("is-invalid")
|
||||||
}
|
}
|
||||||
return input1.value > input2.value;
|
return input1.value > input2.value
|
||||||
});
|
})
|
||||||
if (input.checkValidity()) {
|
if (input.checkValidity()) {
|
||||||
input.blur();
|
input.blur()
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
input.onblur = function (event) {
|
input.onblur = function (event) {
|
||||||
if (!input.value) input.value = prevValue;
|
if (!input.value) input.value = prevValue
|
||||||
input.onkeydown = null;
|
input.onkeydown = null
|
||||||
input.onblur = null;
|
input.onblur = null
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class Stats {
|
class Stats {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.modal = new bootstrap.Modal('#statsModal');
|
this.modal = new bootstrap.Modal('#statsModal')
|
||||||
this.load();
|
this.load()
|
||||||
}
|
}
|
||||||
|
|
||||||
load() {
|
load() {
|
||||||
this.highScore = Number(localStorage['highScore']) || 0;
|
this.highScore = Number(localStorage["highScore"]) || 0
|
||||||
}
|
}
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
levelInput.value = localStorage['startLevel'] || 1;
|
levelInput.value = localStorage["startLevel"] || 1
|
||||||
this.score = 0;
|
this.score = 0
|
||||||
this.goal = 0;
|
this.goal = 0
|
||||||
this.combo = 0;
|
this.combo = 0
|
||||||
this.b2b = 0;
|
this.b2b = 0
|
||||||
this.startTime = new Date();
|
this.startTime = new Date()
|
||||||
this.lockDelay = DELAY.LOCK;
|
this.lockDelay = DELAY.LOCK
|
||||||
this.totalClearedLines = 0;
|
this.totalClearedLines = 0
|
||||||
this.nbQuatuors = 0;
|
this.nbQuatuors = 0
|
||||||
this.nbTSpin = 0;
|
this.nbTSpin = 0
|
||||||
this.maxCombo = 0;
|
this.maxCombo = 0
|
||||||
this.maxB2B = 0;
|
this.maxB2B = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
set score(score) {
|
set score(score) {
|
||||||
this._score = score;
|
this._score = score
|
||||||
scoreCell.innerText = score.toLocaleString();
|
scoreCell.innerText = score.toLocaleString()
|
||||||
if (score > this.highScore) {
|
if (score > this.highScore) {
|
||||||
this.highScore = score;
|
this.highScore = score
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
get score() {
|
get score() {
|
||||||
return this._score;
|
return this._score
|
||||||
}
|
}
|
||||||
|
|
||||||
set highScore(highScore) {
|
set highScore(highScore) {
|
||||||
this._highScore = highScore;
|
this._highScore = highScore
|
||||||
highScoreCell.innerText = highScore.toLocaleString();
|
highScoreCell.innerText = highScore.toLocaleString()
|
||||||
}
|
}
|
||||||
|
|
||||||
get highScore() {
|
get highScore() {
|
||||||
return this._highScore;
|
return this._highScore
|
||||||
}
|
}
|
||||||
|
|
||||||
set level(level) {
|
set level(level) {
|
||||||
this._level = level;
|
this._level = level
|
||||||
this.goal += level * 5;
|
this.goal += level * 5
|
||||||
if (level <= 20) {
|
if (level <= 20){
|
||||||
this.fallPeriod = 1000 * Math.pow(0.8 - (level - 1) * 0.007, level - 1);
|
this.fallPeriod = 1000 * Math.pow(0.8 - ((level - 1) * 0.007), level - 1)
|
||||||
}
|
}
|
||||||
if (level > 15) this.lockDelay = 500 * Math.pow(0.9, level - 15);
|
if (level > 15)
|
||||||
levelInput.value = level;
|
this.lockDelay = 500 * Math.pow(0.9, level - 15)
|
||||||
levelCell.innerText = level;
|
levelInput.value = level
|
||||||
messagesSpan.addNewChild('div', {
|
levelCell.innerText = level
|
||||||
className: 'show-level-animation',
|
messagesSpan.addNewChild("div", { className: "show-level-animation", innerHTML: `<h1>NIVEAU<br/>${this.level}</h1>` })
|
||||||
innerHTML: `<h1>NIVEAU<br/>${this.level}</h1>`,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
get level() {
|
get level() {
|
||||||
return this._level;
|
return this._level
|
||||||
}
|
}
|
||||||
|
|
||||||
set goal(goal) {
|
set goal(goal) {
|
||||||
this._goal = goal;
|
this._goal = goal
|
||||||
goalCell.innerText = goal;
|
goalCell.innerText = goal
|
||||||
}
|
}
|
||||||
|
|
||||||
get goal() {
|
get goal() {
|
||||||
return this._goal;
|
return this._goal
|
||||||
}
|
}
|
||||||
|
|
||||||
set combo(combo) {
|
set combo(combo) {
|
||||||
this._combo = combo;
|
this._combo = combo
|
||||||
if (combo > this.maxCombo) this.maxCombo = combo;
|
if (combo > this.maxCombo) this.maxCombo = combo
|
||||||
}
|
}
|
||||||
|
|
||||||
get combo() {
|
get combo() {
|
||||||
return this._combo;
|
return this._combo
|
||||||
}
|
}
|
||||||
|
|
||||||
set b2b(b2b) {
|
set b2b(b2b) {
|
||||||
this._b2b = b2b;
|
this._b2b = b2b
|
||||||
if (b2b > this.maxB2B) this.maxB2B = b2b;
|
if (b2b > this.maxB2B) this.maxB2B = b2b
|
||||||
}
|
}
|
||||||
|
|
||||||
get b2b() {
|
get b2b() {
|
||||||
return this._b2b;
|
return this._b2b
|
||||||
}
|
}
|
||||||
|
|
||||||
set time(time) {
|
set time(time) {
|
||||||
this.startTime = new Date() - time;
|
this.startTime = new Date() - time
|
||||||
ticktack();
|
ticktack()
|
||||||
}
|
}
|
||||||
|
|
||||||
get time() {
|
get time() {
|
||||||
return new Date() - this.startTime;
|
return new Date() - this.startTime
|
||||||
}
|
}
|
||||||
|
|
||||||
lockDown(tSpin, nbClearedLines) {
|
lockDown(tSpin, nbClearedLines) {
|
||||||
this.totalClearedLines += nbClearedLines;
|
this.totalClearedLines += nbClearedLines
|
||||||
if (nbClearedLines == 4) this.nbQuatuors++;
|
if (nbClearedLines == 4) this.nbQuatuors++
|
||||||
if (tSpin == T_SPIN.T_SPIN) this.nbTSpin++;
|
if (tSpin == T_SPIN.T_SPIN) this.nbTSpin++
|
||||||
|
|
||||||
// Cleared lines & T-Spin
|
// Cleared lines & T-Spin
|
||||||
let awardedLineClears = AWARDED_LINE_CLEARS[tSpin][nbClearedLines];
|
let awardedLineClears = AWARDED_LINE_CLEARS[tSpin][nbClearedLines]
|
||||||
let patternScore = 100 * this.level * awardedLineClears;
|
let patternScore = 100 * this.level * awardedLineClears
|
||||||
if (tSpin)
|
if (tSpin) messagesSpan.addNewChild("div", {
|
||||||
messagesSpan.addNewChild('div', {
|
className: "rotate-in-animation",
|
||||||
className: 'rotate-in-animation',
|
innerHTML: tSpin
|
||||||
innerHTML: tSpin,
|
})
|
||||||
});
|
if (nbClearedLines) messagesSpan.addNewChild("div", {
|
||||||
if (nbClearedLines)
|
className: "zoom-in-animation",
|
||||||
messagesSpan.addNewChild('div', {
|
innerHTML: CLEARED_LINES_NAMES[nbClearedLines]
|
||||||
className: 'zoom-in-animation',
|
})
|
||||||
innerHTML: CLEARED_LINES_NAMES[nbClearedLines],
|
|
||||||
});
|
|
||||||
if (patternScore) {
|
if (patternScore) {
|
||||||
messagesSpan.addNewChild('div', {
|
messagesSpan.addNewChild("div", {
|
||||||
className: 'zoom-in-animation',
|
className: "zoom-in-animation",
|
||||||
style: 'animation-delay: .2s',
|
style: "animation-delay: .2s",
|
||||||
innerHTML: patternScore,
|
innerHTML: patternScore
|
||||||
});
|
})
|
||||||
this.score += patternScore;
|
this.score += patternScore
|
||||||
}
|
}
|
||||||
|
|
||||||
// Combo
|
// Combo
|
||||||
if (nbClearedLines) {
|
if (nbClearedLines) {
|
||||||
this.combo++;
|
this.combo++
|
||||||
if (this.combo >= 1) {
|
if (this.combo >= 1) {
|
||||||
let comboScore = (nbClearedLines == 1 ? 20 : 50) * this.combo * this.level;
|
let comboScore = (nbClearedLines == 1 ? 20 : 50) * this.combo * this.level
|
||||||
if (this.combo == 1) {
|
if (this.combo == 1) {
|
||||||
messagesSpan.addNewChild('div', {
|
messagesSpan.addNewChild("div", {
|
||||||
className: 'zoom-in-animation',
|
className: "zoom-in-animation",
|
||||||
style: 'animation-delay: .4s',
|
style: "animation-delay: .4s",
|
||||||
innerHTML: `COMBO<br/>${comboScore}`,
|
innerHTML: `COMBO<br/>${comboScore}`
|
||||||
});
|
})
|
||||||
} else {
|
} else {
|
||||||
messagesSpan.addNewChild('div', {
|
messagesSpan.addNewChild("div", {
|
||||||
className: 'zoom-in-animation',
|
className: "zoom-in-animation",
|
||||||
style: 'animation-delay: .4s',
|
style: "animation-delay: .4s",
|
||||||
innerHTML: `COMBO x${this.combo}<br/>${comboScore}`,
|
innerHTML: `COMBO x${this.combo}<br/>${comboScore}`
|
||||||
});
|
})
|
||||||
}
|
}
|
||||||
this.score += comboScore;
|
this.score += comboScore
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.combo = -1;
|
this.combo = -1
|
||||||
}
|
}
|
||||||
|
|
||||||
// Back to back sequence
|
// Back to back sequence
|
||||||
if (nbClearedLines == 4 || (tSpin && nbClearedLines)) {
|
if ((nbClearedLines == 4) || (tSpin && nbClearedLines)) {
|
||||||
this.b2b++;
|
this.b2b++
|
||||||
if (this.b2b >= 1) {
|
if (this.b2b >= 1) {
|
||||||
let b2bScore = patternScore / 2;
|
let b2bScore = patternScore / 2
|
||||||
if (this.b2b == 1) {
|
if (this.b2b == 1) {
|
||||||
messagesSpan.addNewChild('div', {
|
messagesSpan.addNewChild("div", {
|
||||||
className: 'zoom-in-animation',
|
className: "zoom-in-animation",
|
||||||
style: 'animation-delay: .4s',
|
style: "animation-delay: .4s",
|
||||||
innerHTML: `BOUT À BOUT<br/>${b2bScore}`,
|
innerHTML: `BOUT EN BOUT<br/>${b2bScore}`
|
||||||
});
|
})
|
||||||
} else {
|
} else {
|
||||||
messagesSpan.addNewChild('div', {
|
messagesSpan.addNewChild("div", {
|
||||||
className: 'zoom-in-animation',
|
className: "zoom-in-animation",
|
||||||
style: 'animation-delay: .4s',
|
style: "animation-delay: .4s",
|
||||||
innerHTML: `BOUT À BOUT x${this.b2b}<br/>${b2bScore}`,
|
innerHTML: `BOUT EN BOUT x${this.b2b}<br/>${b2bScore}`
|
||||||
});
|
})
|
||||||
}
|
}
|
||||||
this.score += b2bScore;
|
this.score += b2bScore
|
||||||
}
|
}
|
||||||
} else if (nbClearedLines && !tSpin) {
|
} else if (nbClearedLines && !tSpin ) {
|
||||||
if (this.b2b >= 1) {
|
if (this.b2b >= 1) {
|
||||||
messagesSpan.addNewChild('div', {
|
messagesSpan.addNewChild("div", {
|
||||||
className: 'zoom-in-animation',
|
className: "zoom-in-animation",
|
||||||
style: 'animation-delay: .4s',
|
style: "animation-delay: .4s",
|
||||||
innerHTML: `FIN DU BOUT À BOUT`,
|
innerHTML: `FIN DU BOUT EN BOUT`
|
||||||
});
|
})
|
||||||
}
|
}
|
||||||
this.b2b = -1;
|
this.b2b = -1
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sound
|
// Sound
|
||||||
if (sfxVolumeRange.value) {
|
if (sfxVolumeRange.value) {
|
||||||
if (nbClearedLines == 4) playSound(quatuorSound, this.combo);
|
if (nbClearedLines == 4) playSound(quatuorSound, this.combo)
|
||||||
else if (nbClearedLines) playSound(lineClearSound, this.combo);
|
else if (nbClearedLines) playSound(lineClearSound, this.combo)
|
||||||
if (tSpin) playSound(tSpinSound, this.combo);
|
if (tSpin) playSound(tSpinSound, this.combo)
|
||||||
}
|
}
|
||||||
|
|
||||||
this.goal -= awardedLineClears;
|
this.goal -= awardedLineClears
|
||||||
if (this.goal <= 0) this.level++;
|
if (this.goal <= 0) this.level++
|
||||||
}
|
}
|
||||||
|
|
||||||
show() {
|
show() {
|
||||||
let time = stats.time;
|
let time = stats.time
|
||||||
statsModalScoreCell.innerText = this.score.toLocaleString();
|
statsModalScoreCell.innerText = this.score.toLocaleString()
|
||||||
statsModalHighScoreCell.innerText = this.highScore.toLocaleString();
|
statsModalHighScoreCell.innerText = this.highScore.toLocaleString()
|
||||||
statsModalLevelCell.innerText = this.level;
|
statsModalLevelCell.innerText = this.level
|
||||||
statsModalTimeCell.innerText = this.timeFormat.format(time);
|
statsModalTimeCell.innerText = this.timeFormat.format(time)
|
||||||
statsModaltotalClearedLines.innerText = this.totalClearedLines;
|
statsModaltotalClearedLines.innerText = this.totalClearedLines
|
||||||
statsModaltotalClearedLinesPM.innerText = (
|
statsModaltotalClearedLinesPM.innerText = (stats.totalClearedLines * 60000 / time).toFixed(2)
|
||||||
(stats.totalClearedLines * 60000) /
|
statsModalNbQuatuors.innerText = this.nbQuatuors
|
||||||
time
|
statsModalNbTSpin.innerText = this.nbTSpin
|
||||||
).toFixed(2);
|
statsModalMaxCombo.innerText = this.maxCombo
|
||||||
statsModalNbQuatuors.innerText = this.nbQuatuors;
|
statsModalMaxB2B.innerText = this.maxB2B
|
||||||
statsModalNbTSpin.innerText = this.nbTSpin;
|
this.modal.show()
|
||||||
statsModalMaxCombo.innerText = this.maxCombo;
|
|
||||||
statsModalMaxB2B.innerText = this.maxB2B;
|
|
||||||
this.modal.show();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
save() {
|
save() {
|
||||||
localStorage['highScore'] = this.highScore;
|
localStorage["highScore"] = this.highScore
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Stats.prototype.timeFormat = new Intl.DateTimeFormat('fr-FR', {
|
Stats.prototype.timeFormat = new Intl.DateTimeFormat("fr-FR", {
|
||||||
hour: 'numeric',
|
hour: "numeric",
|
||||||
minute: '2-digit',
|
minute: "2-digit",
|
||||||
second: '2-digit',
|
second: "2-digit",
|
||||||
timeZone: 'UTC',
|
timeZone: "UTC"
|
||||||
});
|
})
|
||||||
|
|
||||||
function playSound(sound, note = 0) {
|
function playSound(sound, note=0) {
|
||||||
sound.currentTime = 0;
|
sound.currentTime = 0
|
||||||
sound.playbackRate = Math.pow(5 / 4, note);
|
sound.playbackRate = Math.pow(5/4, note)
|
||||||
sound.play();
|
sound.play()
|
||||||
}
|
}
|
||||||