Skip to content

Commit

Permalink
Merge branch classicalCrowded into master.
Browse files Browse the repository at this point in the history
  • Loading branch information
tttppp committed Feb 9, 2024
2 parents b8da4ab + 87068ab commit 2e08a50
Show file tree
Hide file tree
Showing 8 changed files with 7,814 additions and 0 deletions.
329 changes: 329 additions & 0 deletions variants/classicalcrowded/bindata.go

Large diffs are not rendered by default.

477 changes: 477 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
@@ -1,6 +1,7 @@
package variants

import (
"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 @@ -34,6 +35,7 @@ func init() {
var Variants = map[string]common.Variant{}

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

0 comments on commit 2e08a50

Please sign in to comment.