<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>CuqueClicker (web)</title>
<meta name="description" content="CookieClicker-inspired idle-clicker TUI, but you don't click a Cookie..." />
<meta property="og:title" content="CuqueClicker" />
<meta property="og:description" content="CookieClicker-inspired idle-clicker TUI, but you don't click a Cookie..." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://flipbit03.github.io/cuqueclicker/" />
<meta property="og:image" content="https://flipbit03.github.io/cuqueclicker/preview.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CuqueClicker" />
<meta name="twitter:description" content="CookieClicker-inspired idle-clicker TUI, but you don't click a Cookie..." />
<meta name="twitter:image" content="https://flipbit03.github.io/cuqueclicker/preview.png" />
<link data-trunk rel="copy-file" href="docs/preview.png" />
<link data-trunk rel="rust" data-target-name="cuqueclicker_lib" />
<style>
html, body {
margin: 0;
padding: 0;
background: #000;
height: 100%;
overflow: hidden;
}
body {
padding: 24px;
box-sizing: border-box;
cursor: default;
}
canvas {
display: block;
width: 100%;
height: 100%;
outline: none;
}
.footer {
position: fixed;
left: 50%;
bottom: 12px;
transform: translateX(-50%);
font: 14px ui-monospace, "SF Mono", Menlo, Consolas, monospace;
color: #ccc;
z-index: 10;
white-space: nowrap;
}
.footer a {
color: #ccc;
text-decoration: underline;
}
.footer a:hover { color: #fff; }
</style>
</head>
<body>
<div class="footer">
Made with ❤️ by <a
href="https://github.com/flipbit03/cuqueclicker"
target="_blank"
rel="noopener noreferrer">flipbit03</a>
</div>
</body>
</html>