Edit ‘emu_war_online_3’

This commit is contained in:
osmarks 2024-09-11 14:07:12 +00:00 committed by wikimind
parent 225eb399bc
commit 138e2972e0

View File

@ -8,7 +8,7 @@ Features implemented:
** EWO3 is turn-based, but with about 20 turns per second. ** EWO3 is turn-based, but with about 20 turns per second.
** Players have no walking speed limit but enemies do (though they move somewhat randomly). ** Players have no walking speed limit but enemies do (though they move somewhat randomly).
* Procedural worldgen. * Procedural worldgen.
** Base worldgen is simplex noise. Height is indicated with slightly-slow-to-traverse contour ** Base worldgen is simplex noise. Height is indicated with slightly-slow-to-traverse contour lines.
** River "simulation" and lakes/rivers. ** River "simulation" and lakes/rivers.
*** Physical plausibility isn't real, so the rivers A*-path themselves down to the seas or lakes. *** Physical plausibility isn't real, so the rivers A*-path themselves down to the seas or lakes.
*** They run from sources at the tallest points with sufficient separation (found greedily). *** They run from sources at the tallest points with sufficient separation (found greedily).