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 September 6, 2026 08:50
Flying simulator by GPT-6 Astra
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#eff0e6">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3Crect width=%2732%27 height=%2732%27 rx=%276%27 fill=%27%233e5944%27/%3E%3Cpath d=%27M16 4v24M5 12h22M7 16h18M12 26h8%27 stroke=%27%23f3f3e9%27 stroke-width=%272%27/%3E%3C/svg%3E">
<title>Dawn Patrol — A little sky, a little courage.</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@senko
senko / index.html
Created September 6, 2026 08:50
Minecraft clone by GPT-6 Astra
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#203b31">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%23b8d485%27 d=%27M16 1 31 9 16 18 1 9Z%27/%3E%3Cpath fill=%27%2383a65b%27 d=%27m1 9 15 9v14L1 24Z%27/%3E%3Cpath fill=%27%235d8148%27 d=%27m16 18 15-9v15l-15 8Z%27/%3E%3C/svg%3E">
<title>Wildblock — A little world of your own</title>
<style>
:root{--cream:#f4f0db;--muted:#b7c8b3;--green:#bbd17b;--dark:#18382e;--line:rgba(237,244,215,.2)}
@senko
senko / index.html
Created September 6, 2026 08:50
RTS game by GPT-6 Astra
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#151d1b">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Crect width='40' height='40' rx='8' fill='%23202b22'/%3E%3Cpath d='M20 5 35 31H5ZM20 12v23M12 25h16' fill='none' stroke='%23d9ba77' stroke-width='2'/%3E%3C/svg%3E">
<title>Wilderland — The Green Reach</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Marcellus&display=swap');
@senko
senko / index.html
Created September 6, 2026 08:50
Flying simulator by Fable 5.1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sopwith Skies - WW1 Dogfight</title>
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='15' fill='%231f3a8a'/%3E%3Ccircle cx='16' cy='16' r='10' fill='%23f0f0f0'/%3E%3Ccircle cx='16' cy='16' r='5' fill='%23c02020'/%3E%3C/svg%3E">
<style>
html, body { margin: 0; height: 100%; overflow: hidden; background: #000;
font-family: "Segoe UI", system-ui, -apple-system, sans-serif; color: #eee; }
@senko
senko / index.html
Created September 6, 2026 08:50
Minecraft clone by Fable 5.1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>VoxelCraft</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<style>
html,body{margin:0;height:100%;overflow:hidden;background:#000;font-family:"Lucida Console",Monaco,Consolas,monospace;user-select:none;-webkit-user-select:none}
#c{display:block;width:100vw;height:100vh}
@senko
senko / index.html
Created September 6, 2026 08:50
RTS game by Fable 5.1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Fable Craft</title>
<style>
html,body{margin:0;height:100%;overflow:hidden;background:#000;font-family:"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#efe3c4;user-select:none;-webkit-user-select:none}
#view{position:absolute;left:0;top:36px;bottom:164px;width:100%;height:calc(100% - 200px);display:block;cursor:default;background:#000}
#view.target{cursor:crosshair}
@senko
senko / index.html
Created July 25, 2026 20:52
Minecraft clone by Opus 5
<!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>VoxelCraft</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect width='16' height='16' fill='%237a5230'/><rect width='16' height='6' fill='%235d9c40'/></svg>">
<style>
* { margin:0; padding:0; box-sizing:border-box; }
html,body { width:100%; height:100%; overflow:hidden; background:#000; }
@senko
senko / index.html
Created July 25, 2026 20:52
Biplane dogfight game by Opus 5
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<title>Ace of the Marne — WW1 Dogfight</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' fill='%230e0f0c'/%3E%3Cg fill='%23d8b45c'%3E%3Crect x='3' y='12' width='26' height='2.6'/%3E%3Crect x='6' y='18' width='20' height='2.2'/%3E%3Crect x='14.6' y='6' width='2.8' height='20'/%3E%3Crect x='11' y='24' width='10' height='2'/%3E%3C/g%3E%3C/svg%3E">
<style>
:root{
--brass:#d8b45c; --brass-dim:#8d7436; --ink:#0e0f0c; --linen:#e6dcc3;
@senko
senko / index.html
Created July 25, 2026 09:26
RTS game by Opus 5
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Ironhold — Realtime Strategy</title>
<style>
:root{
--panel:#1b1f2a;
--panel2:#232937;
@senko
senko / index.html
Created July 20, 2026 11:49
Flying simulator by Qwen 3.6 Max (preview)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>Sky Ace — WWI Biplane Dogfight</title>
<style>
* { margin:0; padding:0; box-sizing:border-box; }
html,body { width:100%; height:100%; overflow:hidden; background:#87b7e0;