Skip to content

Commit 3d29eec

Browse files
Enhance README with AI Friendly resources
Added AI Friendly section with resources for LLM integration.
1 parent 785d4a4 commit 3d29eec

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ The code is very clean and well documented with many examples to get you started
7373
- Medal tracking system with [Newgrounds](https://www.newgrounds.com/) support
7474
- Node.js build system
7575

76+
### 🤖 AI Friendly
77+
78+
- The entire API is small and well documented so LLMs can produce high quality results
79+
- [LittleJS AI Tools](https://github.com/KilledByAPixel/LittleJS-AI) - Templates, examples, and prompts tuned for AI + LittleJS workflows
80+
- [LittleJS GPT](https://chatgpt.com/g/g-67c7c080b5bc81919736bc8815836be6-littlejs-game-maker) - Build LittleJS games right inside ChatGPT
81+
7682
## How To Use LittleJS
7783

7884
To get started download the latest LittleJS package from GitHub or install via npm:
@@ -113,7 +119,6 @@ engineInit(gameInit, gameUpdate, gameUpdatePost, gameRender, gameRenderPost);
113119
- [LittleJS Quick Reference Sheet](https://github.com/KilledByAPixel/LittleJS/blob/main/REFERENCE.md) - A reference sheet to help you get started.
114120
- [Little JS FAQ](https://github.com/KilledByAPixel/LittleJS/blob/main/FAQ.md) - Answers to common questions about LittleJS.
115121
- [JS13k Branch](https://github.com/KilledByAPixel/LittleJS/tree/js13k) - For size coding events like JS13k there is a special branch that builds to a 7KB zip.
116-
- [LittleJS AI Tools](https://github.com/KilledByAPixel/LittleJS-AI) - Experiments, games, and templates to improve LittleJS + AI workflows.
117122

118123
## Examples
119124

0 commit comments

Comments
 (0)