Skip to content

Instantly share code, notes, and snippets.

View consti's full-sized avatar
:shipit:
casting spells

Constantin Hofstetter consti

:shipit:
casting spells
View GitHub Profile
@consti
consti / console.js
Created April 23, 2025 07:25
ExponenTile Auto-Play - with strategies
(function autoPlayExponenTile() {
// Configuration
const config = {
moveDelay: 500, // Milliseconds between moves
maxMoves: 1000, // Safety limit
strategy: 1 // Default strategy (1-4)
};
let moveCount = 0;
let running = false;