Releases: InfiniBrains/mobagen
Releases · InfiniBrains/mobagen
v1.12.0
chore(release): 1.12.0 [skip ci] # [1.12.0](https://github.com/InfiniBrains/mobagen/compare/v1.11.0...v1.12.0) (2023-04-07) ### Features * **hideandseek:** better explanations and references on what the students should do ([7de247b](https://github.com/InfiniBrains/mobagen/commit/7de247bb5b323a5fe1a2666b21194e1c15004e27))
v1.11.0
chore(release): 1.11.0 [skip ci] # [1.11.0](https://github.com/InfiniBrains/mobagen/compare/v1.10.0...v1.11.0) (2023-04-07) ### Features * **hideandseek:** first framework for hide and seek ([b1a56a6](https://github.com/InfiniBrains/mobagen/commit/b1a56a6f58a106e60a7326cbc96334ed017f580b))
v1.10.0
chore(release): 1.10.0 [skip ci] # [1.10.0](https://github.com/InfiniBrains/mobagen/compare/v1.9.0...v1.10.0) (2023-04-07) ### Features * **engine:** lazy start ([76bdfb2](https://github.com/InfiniBrains/mobagen/commit/76bdfb292e471523e2eb81ee6488e5a551fcc2ff))
v1.9.0
chore(release): 1.9.0 [skip ci] # [1.9.0](https://github.com/InfiniBrains/mobagen/compare/v1.8.0...v1.9.0) (2023-04-05) ### Features * **editor:** create a new demo about game editor ([17156fc](https://github.com/InfiniBrains/mobagen/commit/17156fcf1263e736869958c39d9683cbf084e2cc))
v
chore(release): 1.9.0 [skip ci] # [1.9.0](https://github.com/InfiniBrains/mobagen/compare/v1.8.0...v1.9.0) (2023-04-05) ### Features * **editor:** create a new demo about game editor ([17156fc](https://github.com/InfiniBrains/mobagen/commit/17156fcf1263e736869958c39d9683cbf084e2cc))
v1.8.0
chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/InfiniBrains/mobagen/compare/v1.7.0...v1.8.0) (2023-04-04) ### Features * **math:** vector2 is now a template ([926554e](https://github.com/InfiniBrains/mobagen/commit/926554e1a03de35354cf5b57b3c8260731c12513)) * **wasm:** include test ([d738312](https://github.com/InfiniBrains/mobagen/commit/d738312f58794164a10abf4bfd9cde4d0d58d842))
v1.7.0
chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/InfiniBrains/mobagen/compare/v1.6.0...v1.7.0) (2023-03-29) ### Features * **core:** boilerplate for game objects similar to unity ([7c028d8](https://github.com/InfiniBrains/mobagen/commit/7c028d8b2cb2298e527a8c87b79a924401234f34))
v1.6.0
chore(release): 1.6.0 [skip ci] # [1.6.0](https://github.com/InfiniBrains/mobagen/compare/v1.5.0...v1.6.0) (2023-03-28) ### Bug Fixes * **chess:** missing algorithm include ([efc42a4](https://github.com/InfiniBrains/mobagen/commit/efc42a44dae1fc6bf7d59aeb2451febd1ad217f3)) * semantic release ([0ae3f54](https://github.com/InfiniBrains/mobagen/commit/0ae3f54c416744552d9ba765e42243d75f1c248d)) ### Features * **chess:** 3 levels of search ([6ff01f9](https://github.com/InfiniBrains/mobagen/commit/6ff01f9e15dccad589288b10dca10879c0cd8321)) * forward includes ([ad643d6](https://github.com/InfiniBrains/mobagen/commit/ad643d629bbbb6229d3f0093dcc245364321559c)) * naive search for moves ([6abe70e](https://github.com/InfiniBrains/mobagen/commit/6abe70eb31e88db7b2ca561c0d3066730e4dc0e5))
v1.5.0
chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/InfiniBrains/mobagen/compare/v1.4.0...v1.5.0) (2023-03-20) ### Bug Fixes * conversions via casting ([fe37e59](https://github.com/InfiniBrains/mobagen/commit/fe37e5941d64a0cb89ffaa06603ea798b64a948c)) ### Features * **chess:** naive heuristics ([9573935](https://github.com/InfiniBrains/mobagen/commit/9573935bf0ae6cd7df38d6ef2ce976610050de89)) * show state score ([8ef874d](https://github.com/InfiniBrains/mobagen/commit/8ef874df3abc851dbaaf868ae8dbc9b9335a0c3b)) * simplified heuristics ([fb42040](https://github.com/InfiniBrains/mobagen/commit/fb42040bb5bf1bb9dfb8d3f98cc7a28780b35b63)) ### Performance Improvements * improve bit packing ([3bdf750](https://github.com/InfiniBrains/mobagen/commit/3bdf75083a45ccf192b8c703f64487ecb3468a99))
v1.4.0
chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/InfiniBrains/mobagen/compare/v1.3.7...v1.4.0) (2023-03-16) ### Features * **chess:** add now king respects pawn attacked places ([b828177](https://github.com/InfiniBrains/mobagen/commit/b828177c1fe190f33c9e3e419de492a2602b2622)) * **chess:** king now respects the enemy king ([731da64](https://github.com/InfiniBrains/mobagen/commit/731da642ff3d4bdfaa7619f84005f7d6bda2fced))