diff --git a/AGENTS.md b/AGENTS.md index 031ee452..5c2fe7d0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -13,7 +13,6 @@ This is a game engine developed using a QuickJS fork as its scripting language. ## Coding Practices - Use K&R style C -- Use as little whitespace as possible - Javascript style prefers objects and prototypical inheritence over ES6 classes, liberal use of closures, and var everywhere ## Instructions