Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 940 Bytes

CHANGELOG.md

File metadata and controls

49 lines (29 loc) · 940 Bytes

Change Log

Version 1.2.0 - 2024.02.11

Features

  • Added 3 AI difficulty levels.

Updates

  • Replaced game end modal with general purpose info modal.
  • Before game starts game checks if 2 or more players are set as active.
  • UI tweaks.

Bug fixes

  • Players' starting gold doesn't reset on at the start of the new game.
  • Selected region's info doesn't refresh at the start of the new game.
  • Pausing game can sometimes cause AI player to attack twice.
  • Starting game with all players disabled is breaking the game.

Version 1.1.0 - 2023.12.30

Features

  • Added game menu modal.
  • Added end game button.
  • Added restart game button.

Updates

  • UI tweaks.

Version 1.0.1 - 2023.09.13

Bug fixes

  • aiAttack function doesn't subtract properly attacking army from region of origin.
  • genetateMap function sort regionsPool incorrectly.

Version 1.0.0 - 2023.09.12

Initial release