Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ Ernie Wright (USRA) ORCID logo.
Scientist
Noah Petro (NASA/GSFC) ORCID logo.

### Titan Map

[NASA/JPL-Caltech/ASI/USGS](https://science.nasa.gov/photojournal/titans-north/)
[Public Domain](https://www.nasa.gov/nasa-brand-center/images-and-media/)

### Antarctica Map

Polar Geospatial Center, 2018, "PGC Map Catalog", https://doi.org/10.7910/DVN/6R8F7U, Harvard Dataverse, V1, [2364], [Apr-02-2026].
Expand Down
Binary file added map-generator/assets/maps/titan/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
117 changes: 117 additions & 0 deletions map-generator/assets/maps/titan/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
{
"name": "Titan",
"nations": [
{
"name": "Stone-Keeping Purple Aliens",
"flag": "Purple Flag"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
},
{
"name": "European Space Agency",
"flag": "eu"
},
{
"name": "UKSA",
"flag": "gb"
},
{
"name": "CNSA",
"flag": "cn"
},
{
"name": "NASA",
"flag": "us"
},
{
"name": "Roscosmos",
"flag": "ru"
},
{
"name": "JAXA",
"flag": "jp"
},
{
"name": "UAESA",
"flag": "ae"
},
{
"name": "NATA",
"flag": "kp"
},
{
"name": "CONAE",
"flag": "ar"
},
{
"name": "ASA",
"flag": "au"
},
{
"name": "UEB",
"flag": "br"
},
{
"name": "CSA",
"flag": "ca"
},
{
"name": "CNES",
"flag": "fr"
},
{
"name": "ISRO",
"flag": "in"
},
{
"name": "Iranian Space Agency",
"flag": "ir"
},
{
"name": "Israel Space Agency",
"flag": "il"
},
{
"name": "ASI",
"flag": "it"
},
{
"name": "KARI",
"flag": "kr"
},
{
"name": "MSA",
"flag": "mx"
},
{
"name": "NZSA",
"flag": "nz"
},
{
"name": "SUPARCO",
"flag": "pk"
},
{
"name": "POLSA",
"flag": "pl"
},
{
"name": "SNSA",
"flag": "se"
},
{
"name": "SSAU",
"flag": "ua"
},
{
"name": "LuxSpace",
"flag": "lu"
},
{
"name": "TUA",
"flag": "tr"
},
{
"name": "UNOOSA",
"flag": "un"
}
]
}
1 change: 1 addition & 0 deletions map-generator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ var maps = []struct {
{Name: "svalmel"},
{Name: "taiwanstrait"},
{Name: "thebox"},
{Name: "titan"},
{Name: "tourney1"},
{Name: "tourney2"},
{Name: "tourney3"},
Expand Down
4 changes: 4 additions & 0 deletions resources/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -1963,6 +1963,10 @@
"continent": "North America",
"name": "Puerto Rico"
},
{
"code": "Purple Flag",
"name": "Purple Flag"
},
{
"code": "Putrajaya",
"continent": "Asia",
Expand Down
3 changes: 3 additions & 0 deletions resources/flags/Purple Flag.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 resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -614,13 +614,15 @@
"choppingblock": "Chopping Block",
"southeastasia": "Southeast Asia",
"mississippiriver": "Mississippi River",
"titan": "Titan",
"hongkong": "Hong Kong",
"juandefucastrait": "Juan De Fuca Strait"
},
"map_categories": {
"featured": "Featured",
"continental": "Continental",
"regional": "Regional",
"cosmic": "Cosmic",
"tournament": "Tournament",
"fantasy": "Other",
"special": "Special",
Expand Down
132 changes: 132 additions & 0 deletions resources/maps/titan/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
{
"map": {
"height": 2160,
"num_land_tiles": 1627144,
"width": 1232
},
"map16x": {
"height": 540,
"num_land_tiles": 96655,
"width": 308
},
"map4x": {
"height": 1080,
"num_land_tiles": 398688,
"width": 616
},
"name": "Titan",
"nations": [
{
"flag": "Purple Flag",
"name": "Stone-Keeping Purple Aliens"
},
{
"flag": "eu",
"name": "European Space Agency"
},
{
"flag": "gb",
"name": "UKSA"
},
{
"flag": "cn",
"name": "CNSA"
},
{
"flag": "us",
"name": "NASA"
},
{
"flag": "ru",
"name": "Roscosmos"
},
{
"flag": "jp",
"name": "JAXA"
},
{
"flag": "ae",
"name": "UAESA"
},
{
"flag": "kp",
"name": "NATA"
},
{
"flag": "ar",
"name": "CONAE"
},
{
"flag": "au",
"name": "ASA"
},
{
"flag": "br",
"name": "UEB"
},
{
"flag": "ca",
"name": "CSA"
},
{
"flag": "fr",
"name": "CNES"
},
{
"flag": "in",
"name": "ISRO"
},
{
"flag": "ir",
"name": "Iranian Space Agency"
},
{
"flag": "il",
"name": "Israel Space Agency"
},
{
"flag": "it",
"name": "ASI"
},
{
"flag": "kr",
"name": "KARI"
},
{
"flag": "mx",
"name": "MSA"
},
{
"flag": "nz",
"name": "NZSA"
},
{
"flag": "pk",
"name": "SUPARCO"
},
{
"flag": "pl",
"name": "POLSA"
},
{
"flag": "se",
"name": "SNSA"
},
{
"flag": "ua",
"name": "SSAU"
},
{
"flag": "lu",
"name": "LuxSpace"
},
{
"flag": "tr",
"name": "TUA"
},
{
"flag": "un",
"name": "UNOOSA"
}
]
}
1,286 changes: 1,286 additions & 0 deletions resources/maps/titan/map.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/maps/titan/map16x.bin

Large diffs are not rendered by default.

379 changes: 379 additions & 0 deletions resources/maps/titan/map4x.bin

Large diffs are not rendered by default.

Binary file added resources/maps/titan/thumbnail.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions src/core/game/Game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export enum GameMapType {
ChoppingBlock = "Chopping Block",
SoutheastAsia = "SoutheastAsia",
MississippiRiver = "Mississippi River",
Titan = "Titan",
HongKong = "Hong Kong",
Comment thread
RickD004 marked this conversation as resolved.
JuanDeFucaStrait = "Juan De Fuca Strait",
}
Expand Down Expand Up @@ -265,8 +266,6 @@ export const mapCategories: Record<string, GameMapType[]> = {
],
fantasy: [
GameMapType.Pangaea,
GameMapType.Pluto,
GameMapType.Mars,
GameMapType.DeglaciatedAntarctica,
GameMapType.Achiran,
GameMapType.BaikalNukeWars,
Expand All @@ -275,11 +274,16 @@ export const mapCategories: Record<string, GameMapType[]> = {
GameMapType.Surrounded,
GameMapType.TradersDream,
GameMapType.Passage,
GameMapType.MilkyWay,
GameMapType.Dyslexdria,
GameMapType.Luna,
GameMapType.WorldInverted,
],
cosmic: [
GameMapType.Luna,
GameMapType.Mars,
GameMapType.Titan,
GameMapType.Pluto,
GameMapType.MilkyWay,
],
arcade: [
GameMapType.TheBox,
GameMapType.ChoppingBlock,
Expand Down
1 change: 1 addition & 0 deletions src/server/MapPlaylist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const FREQUENCY: Partial<Record<GameMapName, number>> = {
Svalmel: 8,
TaiwanStrait: 5,
TheBox: 3,
Titan: 3,
TradersDream: 4,
TwoLakes: 6,
Venice: 6,
Expand Down
Loading