Evan
|
8c947a9fbf
|
use updates for serializing game updates
|
2025-02-01 12:05:11 -08:00 |
|
Evan
|
459fc50dae
|
builds
|
2025-02-01 12:05:11 -08:00 |
|
evanpelle
|
162b6dc349
|
in progress
|
2025-02-01 12:05:11 -08:00 |
|
evanpelle
|
8a320f184c
|
build worker messaging system
|
2025-02-01 12:05:11 -08:00 |
|
evanpelle
|
29ad62c2a4
|
leaderboard works with view
|
2025-02-01 12:05:11 -08:00 |
|
Evan
|
1bbb5c9ac3
|
packing tiles for more efficient transfer
|
2025-02-01 12:05:11 -08:00 |
|
Evan
|
2441abd7c8
|
game kind of working with GameView
|
2025-02-01 12:05:11 -08:00 |
|
Evan
|
8616e9bfcb
|
game runs in seperate thread
|
2025-02-01 12:05:11 -08:00 |
|
Evan
|
f988d555bb
|
update views
|
2025-02-01 12:05:11 -08:00 |
|
Evan
|
dab427d614
|
put methods onto terraintile
|
2025-02-01 12:05:11 -08:00 |
|
Evan
|
903a630953
|
added Black Sea
|
2025-01-02 11:16:43 -08:00 |
|
Evan
|
f4c98318b6
|
Show player relations in player info overlay
|
2024-12-30 09:40:16 -08:00 |
|
Evan
|
ac1d0c0378
|
Add relations, NPCs attack enemies using relation, NPCs attack targeted players
|
2024-12-27 16:53:56 -08:00 |
|
evanpelle
|
57cbf5c55e
|
Refactor: Split config into Config and ServerConfig
|
2024-12-25 14:04:19 -08:00 |
|
Evan
|
5307285d8b
|
give Battleships & Destroyers health, make shells more frequent & larger
|
2024-12-20 20:31:41 -08:00 |
|
evanpelle
|
c13bb1eef9
|
don't display unit deleted message when tranpsort ship lands
|
2024-12-11 16:49:23 -08:00 |
|
evanpelle
|
b97ef32adb
|
only calculate cluster when tile changes
|
2024-12-10 20:28:39 -08:00 |
|
evanpelle
|
601f606a7f
|
save game stats to bigquery, update enums
|
2024-12-10 20:28:39 -08:00 |
|
evanpelle
|
f20f099408
|
make hard & impossible more difficult
|
2024-12-10 20:28:39 -08:00 |
|
Evan
|
da7637477c
|
add Oceania and North America maps
|
2024-12-08 20:56:19 -08:00 |
|
Evan
|
2d2df14ae3
|
add GameConfig to Game
|
2024-12-07 09:45:39 -08:00 |
|
Evan
|
cd09c0a1d6
|
record game metadata to gcs
|
2024-12-07 08:54:09 -08:00 |
|
evanpelle
|
e068a9afc7
|
implement cities
|
2024-12-04 16:27:07 -08:00 |
|
evanpelle
|
5c51655eca
|
add radiation
|
2024-12-04 13:21:35 -08:00 |
|
Evan
|
d133092317
|
create defense post
|
2024-12-01 19:54:04 -08:00 |
|
Evan
|
e7039d3e07
|
add defense post unit (no execution)
|
2024-11-30 20:54:42 -08:00 |
|
Evan
|
30f72a3365
|
NPCs create battleships, destroyers. start work on miniastar
|
2024-11-30 12:41:22 -08:00 |
|
Evan
|
5d4befb117
|
Created mini map for a star search
|
2024-11-29 20:35:08 -08:00 |
|
Evan
|
020d193667
|
create async path finder, trade ships use async when captured
|
2024-11-29 15:41:13 -08:00 |
|
Evan
|
3e4f4e42cf
|
created path finding web worker
|
2024-11-29 11:34:03 -08:00 |
|
Evan
|
2216c34c41
|
create terrainsearchmap
|
2024-11-28 12:25:10 -08:00 |
|
Evan
|
8abc5e4aed
|
implement battleship
|
2024-11-26 10:15:54 -08:00 |
|
Evan
|
0b062179ac
|
ports increase in price, NPC attack more frequently, tradeship destroyed if dst port destroyed or captured
|
2024-11-24 21:03:09 -08:00 |
|
Evan
|
18ac34ae45
|
Created hydrogen bomb
|
2024-11-20 19:55:42 -08:00 |
|
evanpelle
|
108fad8096
|
create territoryBound, have player execution check units for capture
fix bug where PortExecution tries to get random element from empty list and crashes
|
2024-11-17 19:56:54 -08:00 |
|
Evan
|
371a33b406
|
fixed units() returning empty when no units specified, moved canBuild logic to PlayerImpl
|
2024-11-17 12:38:54 -08:00 |
|
Evan
|
8f8de97d9b
|
remove BuildValidator
|
2024-11-17 10:33:13 -08:00 |
|
Evan
|
b5a8339eb3
|
move unit info to config
|
2024-11-16 21:09:25 -08:00 |
|
Evan
|
05a3bed093
|
nukes spawn from missile silos
|
2024-11-16 13:48:33 -08:00 |
|
Evan
|
e26230275b
|
add missile silo
|
2024-11-16 11:45:28 -08:00 |
|
Evan
|
b1e1d7263c
|
Created TradeShips
|
2024-11-15 20:43:15 -08:00 |
|
evanpelle
|
d3d0651659
|
can capture and destroy ports
|
2024-11-15 20:43:15 -08:00 |
|
evanpelle
|
1c8489f099
|
port spawns on coast
|
2024-11-15 20:43:15 -08:00 |
|
evanpelle
|
febabf00db
|
must build port before destroyer
|
2024-11-15 20:43:15 -08:00 |
|
evanpelle
|
09ead3791d
|
add port
|
2024-11-15 20:43:15 -08:00 |
|
Evan
|
4236a580e3
|
working on port
|
2024-11-15 20:43:15 -08:00 |
|
Evan
|
975750b294
|
destroyer moves upwards
|
2024-11-15 20:43:15 -08:00 |
|
evanpelle
|
c7951d77c0
|
adding destroyer
|
2024-11-15 20:43:15 -08:00 |
|
Evan
|
6a1a09c335
|
Create Unit class
|
2024-11-15 20:43:15 -08:00 |
|
Evan
|
1654f73f43
|
require gold to buy items
|
2024-11-04 19:45:31 -08:00 |
|