update background image, version

This commit is contained in:
evanpelle
2024-09-01 15:25:40 -07:00
parent 026a0cddbe
commit 804bc8746d
4 changed files with 13 additions and 4 deletions
+11 -2
View File
@@ -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
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

+1 -1
View File
@@ -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';
+1 -1
View File
@@ -10,7 +10,7 @@
<body>
<div class="content">
<h1>OpenFront.io</h1>
<h2>(v0.01)</h2>
<h2>(v0.02)</h2>
<div id="username-container">
<input type="text" id="username" placeholder="Enter your username">
</div>