Skip to content

Commit

Permalink
Merge branch 'Missouri' of https://github.com/timothyjbrooks/godip in…
Browse files Browse the repository at this point in the history
…to gatewayWestVariant
  • Loading branch information
timothyjbrooks committed Feb 23, 2024
2 parents 19a7327 + 3ff4ad1 commit 9737f9a
Show file tree
Hide file tree
Showing 8 changed files with 7,790 additions and 0 deletions.
329 changes: 329 additions & 0 deletions variants/classicalcrowded/bindata.go

Large diffs are not rendered by default.

453 changes: 453 additions & 0 deletions variants/classicalcrowded/classicalcrowded.go

Large diffs are not rendered by default.

123 changes: 123 additions & 0 deletions variants/classicalcrowded/svg/balkans.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
134 changes: 134 additions & 0 deletions variants/classicalcrowded/svg/benelux.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,786 changes: 3,786 additions & 0 deletions variants/classicalcrowded/svg/classicalcrowdedmap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,829 changes: 2,829 additions & 0 deletions variants/classicalcrowded/svg/iberia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
134 changes: 134 additions & 0 deletions variants/classicalcrowded/svg/scandinavia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions variants/variants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package variants

import (
"github.com/zond/godip/variants/gatewaywest"
"github.com/zond/godip/variants/classicalcrowded"
"github.com/zond/godip/variants/beta/threekingdoms"
"github.com/zond/godip/variants/ancientmediterranean"
"github.com/zond/godip/variants/canton"
Expand Down Expand Up @@ -36,6 +37,7 @@ var Variants = map[string]common.Variant{}

var OrderedVariants = []common.Variant{
gatewaywest.GatewayWestVariant,
classicalcrowded.ClassicalCrowdedVariant,
threekingdoms.ThreeKingdomsVariant,
ancientmediterranean.AncientMediterraneanVariant,
canton.CantonVariant,
Expand Down

0 comments on commit 9737f9a

Please sign in to comment.