Skip to content

Instantly share code, notes, and snippets.

@farshou5
farshou5 / chaos_100_ideas.html
Created July 29, 2026 21:20
CHAOS MMO - 100 feature ideas (6 agents + Codex + Kimi)
<!DOCTYPE html>
<html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
<title>CHAOS MMO — 100 Feature Ideas</title>
<style>
body{font-family:-apple-system,Segoe UI,Roboto,sans-serif;background:#101418;color:#e8eaed;margin:0;padding:24px;line-height:1.45}
.wrap{max-width:860px;margin:0 auto}
h1{color:#7ee787;font-size:1.7em;margin-bottom:4px}
.sub{color:#9aa4af;margin-bottom:28px}
h2{color:#79c0ff;border-bottom:1px solid #2d333b;padding-bottom:6px;margin-top:34px}
ol{padding-left:1.6em;margin:0}
@farshou5
farshou5 / index.html
Created July 24, 2026 10:01
Chaos MMO - two months of problems and fixes
<!doctype html>
<html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Chaos MMO — Two Months of Problems &amp; Fixes</title>
<style>
:root{
--bg:#05050a; --card:#0b0b13; --line:#1c1c2e;
--text:#e2e4e6; --dim:#8b8fa3;
--accent:#00ff88; --accent2:#00d4ff; --warn:#ff3366;
--chip-bg:#101522;
}
@media (prefers-color-scheme: light){