Skip to content

Instantly share code, notes, and snippets.

View nonetrix's full-sized avatar
🏖️
vibing

fuggy nonetrix

🏖️
vibing
  • 17:01 (UTC -06:00)
View GitHub Profile
@nonetrix
nonetrix / gist:daa8b6233176b740aead594f99e427d2
Last active November 19, 2025 08:28
vibe coded game so bad that crashes Mesa somehow
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title>Touch Voxel Clone</title>
<style>
body { margin: 0; overflow: hidden; background-color: #87CEEB; font-family: sans-serif; touch-action: none; user-select: none; -webkit-user-select: none; }
canvas { display: block; }