Files
testprojekt/CLAUDE.md

20 lines
512 B
Markdown

# 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.