Skip to content

Releases: SharifAIChallenge/AIC21-Server

v1.3.4

28 Apr 19:15
2592fbd
Compare
Choose a tag to compare

changes

  • base attack reduces health of all ants in a cell.
  • random resource cell type added to maps.

v1.3.3

27 Apr 20:10
Compare
Choose a tag to compare

changes

  • attacks priority changed to lowest ants health
  • SWAMP and TRAP cells added to map

v1.3.2

22 Apr 10:07
Compare
Choose a tag to compare

changes:

  • exit code changed for judge

v1.3.1

20 Apr 20:57
Compare
Choose a tag to compare

changes

  • declaring winner when an ant failed.
  • shift_x and shift_y added to map.json

v1.3.0

17 Apr 21:12
Compare
Choose a tag to compare

changes:

  • new judge logic implemented
  • turn jump on ant creation bug fixed

v1.2.9

14 Apr 19:41
Compare
Choose a tag to compare

changes

  • more tests for game judge added.
  • --first-team-name and --second-team-name args added.
  • total_soldiers and total_workers in graphics log corrected.

v1.2.8

11 Apr 19:27
a50a3a2
Compare
Choose a tag to compare

change

  • bug in resource allocation to ants fixed
  • changes in gui.py for selecting client files
  • other minor changes

v1.2.7

09 Apr 20:50
Compare
Choose a tag to compare

changes

  • managed process generation exception handling!
  • remove MAP_HEIGHT and MAP_WIDTH from map.config

v1.2.6

07 Apr 23:42
Compare
Choose a tag to compare

changes:

  • generating graphics log when game finishes soon
  • refactor and negative resource bug fixed
  • ant creation bug fixed
  • GUI added for generation execution command: gui.py

v1.2.5

01 Apr 08:44
Compare
Choose a tag to compare

changes:

  • some clients fields changed:
    • viewDistance
    • attacks
  • ant creation bug solved
  • graphics output optimized
  • other minor changes