---
title: ScoreCounter
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/scorecounter
---

# ScoreCounter

An object that keeps a score in a tabletop game.

## Declaration

```swift
struct ScoreCounter
```

## Topics

### Creating score counters

- [init(id:value:)](tabletopkit/scorecounter/init(id:value:).md)

### Getting score counter identifiers

- [id](tabletopkit/scorecounter/id.md)
- [ScoreCounter.Identifier](tabletopkit/scorecounter/identifier.md)

### Getting score counter values

- [value](tabletopkit/scorecounter/value.md)

## Relationships

### Conforms To

- [Identifiable](swift/identifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Score counters

- [CounterCollection](tabletopkit/countercollection.md)
