Skip to content

Releases: iuriguilherme/hawk-dove-game

pre-alpha 0.19.7

21 Apr 00:14
Compare
Choose a tag to compare

Upload this file on https://fxhash.xyz/sandbox to test it live.

Features:

Known bugs:

  • The viewport is not yet properly responsive. Need to work the CSS, Phaser and Chart.js canvas' options to figure out how to fix that.

Full Changelog: 0.19.5...0.19.7

pre-alpha 0.19

20 Apr 20:02
Compare
Choose a tag to compare
pre-alpha 0.19 Pre-release
Pre-release

Upload this file on https://fxhash.xyz/sandbox to test it live.

Features:

Known bugs:

  • The viewport is not yet properly responsive. Need to work the CSS, Phaser and Chart.js canvas' options to figure out how to fix that.

Full Changelog: 0.18.0...0.19.5

pre-alpha 0.18

13 Apr 01:30
Compare
Choose a tag to compare

Upload this file to https://fxhash.xyz/sandbox to test it as intended.

New feature: genetic weights affecting strategy decision making.

Full Changelog: 0.17.0...0.18.0

pre-alpha 0.16

01 Apr 22:15
Compare
Choose a tag to compare

Upload this file on https://fxhash.xyz/sandbox to test it live.

Fixes:

  • fx(params) is meant to be static and consistent across reboots, removed the multi step approach where one param would affect others.

Known bugs:

  • The viewport is not yet properly responsive. Need to work the CSS, Phaser and Chart.js canvas' options to figure out how to fix that.

Full Changelog: 0.14.1...0.16.0

pre-alpha 0.14

30 Mar 20:17
Compare
Choose a tag to compare

Upload this file on https://fxhash.xyz/sandbox to test it live.

  • Working simulation of hawk-dove game;
  • fx(params) and fx(features);
  • Selection of themes for the sprites, mostly from openiconlibrary. Selectable by fx(params);
  • Option to simulate endlessly or reach a game over screen when the population of either Dove or Hawks is extermined;
  • Generation concept: when subjects reproduce, the children will be of next generation;
  • Age concept: Each iteration increment all subjects's age;
  • Graphs showing the population history, current population, generations, age;
  • Options to customize graphs colors and labels via fx(params);
  • Selection of algorithms to further customize the behaviour and outcome of the simulation via fx(params);
  • Added rulesets from Primer youtube channel;
  • Implemented strategies, subjects now can choose what to do;
  • Conditional fx(params) influence the availability of others;

Full Changelog: 0.0.1...0.14.1