neilA / game /__init__.py
TriggerFish212's picture
initial commit
b54f80c
Raw
History Blame Contribute Delete
312 Bytes
"""First Contact — game package.
A small-model game: you teach an alien that knows *words* but has never
experienced human life. The model is a stateless function; the alien's growing
understanding lives in a plain-Python *concept ledger* injected into the prompt
each turn. See SPEC.md for the contract.
"""