Skip to content

Instantly share code, notes, and snippets.

View senko's full-sized avatar

Senko Rašić senko

View GitHub Profile
@senko
senko / index.html
Created July 11, 2026 14:33
Flying simulator by Claude Opus 4.8
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>OPUS ACES — WW1 Dogfight</title>
<style>
:root { --ink:#f4e9c9; --accent:#e0b64a; --danger:#e05a3a; }
* { margin:0; padding:0; box-sizing:border-box; }
html,body { width:100%; height:100%; overflow:hidden; background:#0a0c10; }
@senko
senko / index.html
Created July 11, 2026 14:33
Flying simulator by Claude Fable 5
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Aces over Flanders — 1917</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Graduate&family=Special+Elite&display=swap" rel="stylesheet">
<style>
@senko
senko / index.html
Created July 11, 2026 14:33
Flying simulator by GPT-5.6 Sol
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" />
<link rel="icon" href="data:," />
<title>Sky Aces — 3D Dogfight</title>
<style>
:root { --ink:#182328; --paper:#f3e5bd; --gold:#efbd58; --red:#bd4b39; --blue:#6e9cac; }
* { box-sizing:border-box }
@senko
senko / index.html
Created July 11, 2026 14:14
Minecraft clone by Claude Opus 4.8
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>MiniCraft</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { width: 100%; height: 100%; overflow: hidden; background: #87ceeb; font-family: -apple-system, Segoe UI, Roboto, sans-serif; }
#game { position: fixed; inset: 0; display: block; }
@senko
senko / index.html
Created July 11, 2026 14:14
Minecraft clone by Claude Fable 5
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>VOXELHEIM — a tiny minecraft in one file</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap" rel="stylesheet">
<style>
@senko
senko / index.html
Created July 11, 2026 14:14
Minecraft clone by GPT-5.5 Sol
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Solarcraft — Tiny Voxel Adventure</title>
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='4' fill='%23101a2a'/%3E%3Cpath d='M16 3 29 16 16 29 3 16Z' fill='%23ffd35a'/%3E%3Cpath d='m16 8 8 8-8 8-8-8Z' fill='%23f3a72a'/%3E%3C/svg%3E" />
<style>
:root {
--ink: #f8fbff;
@senko
senko / index.html
Created July 10, 2026 06:11
RTS game by GPT-5.6 Sol
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="icon" href="data:," />
<title>Frontier Command</title>
<style>
:root {
--ink: #dcecf2;
@senko
senko / index.html
Created July 9, 2026 19:28
RTS game by GPT-5.6 Terra
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Frontier Command</title>
<link rel="icon" href="data:,">
<style>
:root {
color-scheme: dark;
@senko
senko / index.html
Created July 1, 2026 14:10
RTS game by Sonnet 5
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ironhold — RTS</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&display=swap" rel="stylesheet">
<style>
:root{
@senko
senko / index.html
Created June 17, 2026 20:59
RTS game by GLM-5.2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mini RTS — Build, Gather, Conquer</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
background: #14181c;