update llm docs
This commit is contained in:
parent
31fb931c4a
commit
83f747d96b
2 changed files with 1925 additions and 1 deletions
1922
.claude/API_DOCs/fennel.md
Normal file
1922
.claude/API_DOCs/fennel.md
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -6,6 +6,8 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||||
|
|
||||||
This is a two-player cooperative cleaning game built with LÖVE2D using Fennel (a Lisp dialect that compiles to Lua).
|
This is a two-player cooperative cleaning game built with LÖVE2D using Fennel (a Lisp dialect that compiles to Lua).
|
||||||
|
|
||||||
|
Fennel docs are available locally at `.claude/API_DOCs/fennel.md`
|
||||||
|
|
||||||
## Key Architecture
|
## Key Architecture
|
||||||
|
|
||||||
### Fennel + LÖVE2D Setup
|
### Fennel + LÖVE2D Setup
|
||||||
|
|
@ -41,7 +43,7 @@ Games define lifecycle callbacks (all optional):
|
||||||
### Running the Game
|
### Running the Game
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
love ./two_player_cleaning_game
|
love ./game
|
||||||
```
|
```
|
||||||
|
|
||||||
LÖVE2D must be installed and in your PATH. See [Getting Started](https://love2d.org/wiki/Getting_Started) for installation.
|
LÖVE2D must be installed and in your PATH. See [Getting Started](https://love2d.org/wiki/Getting_Started) for installation.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue