Skip to content

Novout/history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

265fbb2 Â· Dec 15, 2022

History

71 Commits
Nov 8, 2022
Nov 1, 2022
Dec 15, 2022
Oct 26, 2022
Oct 27, 2022
Nov 8, 2022
Oct 26, 2022
Dec 15, 2022
Dec 15, 2022
Oct 26, 2022
Oct 26, 2022
Nov 3, 2022
Oct 26, 2022

Repository files navigation

History

A 4X Strategy Game in Web Browser with Pixi.js v6, Vite 3.x and Vue 3.x. Only for study.

Example of History Gameplay UI Example of War

Cycle

  • Turn based to Events -> IA Factors -> IA Actions -> Player Actions -> Next Round;
  • Watch tracking in out of turn.

Terrain

  • Hex based with default terrain type settings;
  • Graphic Hex -> Territory Owner Hex -> Fog Hex.

ESM

  • Only Vue Pinia statement values.

IA

  • Factor + Heuristic Best Case Choice.

Troops

  • Ikariam-style War;
  • Groups in hex-to-hex;
  • Count + line-type based.