chore: initial project state with snake and design docs
This commit is contained in:
19
CLAUDE.md
Normal file
19
CLAUDE.md
Normal 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.
|
||||
Reference in New Issue
Block a user