diff --git a/TODO.txt b/TODO.txt index 51097aeb6..1a7a60340 100644 --- a/TODO.txt +++ b/TODO.txt @@ -72,16 +72,25 @@ * BUG: fix boat leaves trail DONE 9/1/2024 * end game when no players left (or after 1 hour or so?) DONE 9/1/2024 * add structured logging DONE 9/1/2024 +* improve background image DONE 9/1/2024 +* center map on game start +* make mediterranion ocean, fix panama canal +* remove tiny islands * make attack execution stream tiles to pq * Create exit to menu button * use better favicon -* center map on game start +* show next game in menu +* test & deploy game + +--- v2 Release + * Make fake humans +* directed expansion +* win condition & popup * BUG: tiles get left behind during conquer * Load terrain dataImage in background * BUG: shore tiles left behind during conquer * BUG: when sending boat to TerraNullius, only takes one tile -* directed expansion * REFACTOR: give terranullius an ID, game.player() returns terranullius * REFACTOR: ocean is considered TerraNullius ? * BUG: sometimes islands don't get removed diff --git a/resources/images/TerrainMapFrontPage.png b/resources/images/TerrainMapFrontPage.png new file mode 100644 index 000000000..aaecb1722 Binary files /dev/null and b/resources/images/TerrainMapFrontPage.png differ diff --git a/src/client/Client.ts b/src/client/Client.ts index 423c34756..0ea80c6e5 100644 --- a/src/client/Client.ts +++ b/src/client/Client.ts @@ -5,7 +5,7 @@ import {PseudoRandom} from "../core/PseudoRandom"; import {GameID, Lobby, ServerMessage, ServerMessageSchema} from "../core/Schemas"; import {loadTerrainMap, TerrainMap} from "../core/TerrainMapLoader"; import {ClientGame, createClientGame} from "./ClientGame"; -import backgroundImage from '../../resources/images/PastelMap.png'; +import backgroundImage from '../../resources/images/TerrainMapFrontPage.png'; import favicon from '../../resources/images/Favicon.png'; import './styles.css'; diff --git a/src/client/index.html b/src/client/index.html index a02fcf42f..df90e25e2 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -10,7 +10,7 @@

OpenFront.io

-

(v0.01)

+

(v0.02)