mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 07:50:45 +00:00
update background image, version
This commit is contained in:
@@ -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 |
@@ -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';
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user