Skip to content

Instantly share code, notes, and snippets.

View cadroxemmalee-lab's full-sized avatar

cadroxemmalee-lab

  • Joined Jan 17, 2026
View GitHub Profile
@cadroxemmalee-lab
cadroxemmalee-lab / Index.html
Created January 17, 2026 02:21
Emmalee game
<!DOCTYPE html>
<html>
<head>
<title>EMMALEE'S UNFORTUNATE ADVENTURE</title>
<style>
body { margin: 0; background: #000; overflow: hidden; font-family: 'Courier New', Courier, monospace; }
canvas { display: block; filter: contrast(150%) saturate(200%) brightness(1.2); }
#ui { position: absolute; top: 10px; left: 10px; color: #0f0; background: rgba(0,0,0,0.7); padding: 10px; border: 2px solid #0f0; }
</style>
</head>