Update agents directive

This commit is contained in:
2025-06-06 14:59:30 -05:00
parent 4eecbd692b
commit cd05ab97b5

View File

@@ -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