Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Created August 20, 2025 06:38
Show Gist options
  • Select an option

  • Save AppleCEO/0bc5f0995dc341ac55e6ee9f1be63965 to your computer and use it in GitHub Desktop.

Select an option

Save AppleCEO/0bc5f0995dc341ac55e6ee9f1be63965 to your computer and use it in GitHub Desktop.
struct SinglePlayerGame {
let id: String
let numOfPlayers: Int
let weaponsCollected: [String]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment