---
title: start()
framework: tabletopkit
role: symbol
role_heading: Instance Method
path: tabletopkit/tabletopnetworksession/start()
---

# start()

Start a new multiplayer game, promoting the local state of the table to all connected peers

## Declaration

```swift
func start()
```

## See Also

### Joining multiplayer games

- [join()](tabletopkit/tabletopnetworksession/join().md)
- [leave()](tabletopkit/tabletopnetworksession/leave().md)
- [terminate()](tabletopkit/tabletopnetworksession/terminate().md)
