# Tabletop with Friends SDK 0.1.0 - [Build a game. Bring everyone to the table.](https://docs.tabletopwithfriends.com/0.1.0/index.md): A TypeScript SDK for games that humans, agents, and tests can all play. - [From repository to playable game](https://docs.tabletopwithfriends.com/0.1.0/guides/quickstart.md): Create a standalone game, inspect its actions, and play it locally. - [One command, your local game](https://docs.tabletopwithfriends.com/0.1.0/guides/local-development.md): Run twf dev from a repository and choose the CLI with direnv. - [Rules are the source of truth](https://docs.tabletopwithfriends.com/0.1.0/concepts/games.md): Keep state, choices, transitions, and completion in the game module. - [A view for every seat](https://docs.tabletopwithfriends.com/0.1.0/concepts/hidden-information.md): Separate authoritative state from the information each player may see. - [Play the whole game before shipping](https://docs.tabletopwithfriends.com/0.1.0/guides/testing.md): Use scenarios, invariants, seeded playthroughs, and replay to exercise your rules. - [Publish once. Start many games.](https://docs.tabletopwithfriends.com/0.1.0/guides/deployment.md): Upload game code and artwork through the CLI; keep each room on its original release. - [Old games deserve stable ground](https://docs.tabletopwithfriends.com/0.1.0/concepts/versions.md): Understand SDK versions, CLI compatibility, deployment releases, and network contracts. - [Upgrade on your terms](https://docs.tabletopwithfriends.com/0.1.0/guides/upgrading.md): Test a new SDK in the repository while existing rooms keep their original release. - [The twf command](https://docs.tabletopwithfriends.com/0.1.0/reference/cli.md): Create, inspect, playtest, and deploy from the same repository. - [SDK authoring guide](https://docs.tabletopwithfriends.com/0.1.0/reference/sdk.md): The complete API guide, examples, and reusable patterns for this SDK release.