📄️ Clients and servers
Learn everything about THNK servers and clients, and how they work together!
📄️ Adapters
Learn what adapters are and how they can help you!
📄️ Game state
The game state refers to your game's important objects and variables, that when all put together allow to see exactly the current state of the game and game world.
📄️ State variables
State variables are one of the core aspects of THNK. A state variable is the idiomatic way to send data to clients in THNK, and important to master to create a game.