Skip to content

Instantly share code, notes, and snippets.

@maartene
Last active January 9, 2019 18:49
Show Gist options
  • Save maartene/c2674379d779025820db996ca5d51664 to your computer and use it in GitHub Desktop.
Save maartene/c2674379d779025820db996ca5d51664 to your computer and use it in GitHub Desktop.
struct Map: Codable {
let width, height: Int
var cells: [Tile]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment