Compare commits

..

No commits in common. "8d45c78b6b902262cde3774718de28b8264a013c" and "7c3e6851aa4110b06b6fa91887b64a47444717bf" have entirely different histories.

View File

@ -241,7 +241,7 @@ body {
</div>
<script>
/* === 8 GAMBAR (16 kartu) === */
const images = [
"asset/alpukat.jpg",
"asset/anggur.jpg",
@ -281,7 +281,7 @@ function showComboPopup(targetCard, combo, bonus) {
}
function shuffleDistant(cards, minDistance = 4) {
function shuffleDistant(cards, minDistance = 5) {
let valid = false;
let result;