Skip to content

Instantly share code, notes, and snippets.

View BlankC6874's full-sized avatar

BlankC6874

  • 22:14 (UTC -07:00)
View GitHub Profile
@BlankC6874
BlankC6874 / index.html
Created January 19, 2026 00:58
a top-town view rogue-like shooting game prototype using Gambit (a specialized LLM created by Adam Smith)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Roguelike Shooter Feel Test</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: #1a1a2e;
display: flex;