chore: initial project state with snake and design docs

This commit is contained in:
Ferdinand
2026-03-31 14:15:01 +02:00
commit 9a5f212ef8
6 changed files with 1413 additions and 0 deletions

19
CLAUDE.md Normal file
View File

@@ -0,0 +1,19 @@
# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Regeln
Du darfst auf keinen Fall aus dem Projektordner ausbrechen!!!
## Project
This is a single-file browser game (`snake.html`) — a self-contained Snake implementation in plain HTML, CSS, and JavaScript with no build step, no dependencies, and no package manager.
## Running the game
Open directly in a browser:
```
open snake.html
```
No server, compilation, or installation required.