Skip to content

Releases: CodinGame/codingame-game-engine

v3.10.0

29 Nov 15:45
Compare
Choose a tag to compare

🎁 Features

  • Added game statement editor with preview

🐞 Bug fix

  • Report malformed JSON error instead of crashing when there are invalid JSON files in assets folder
  • Fixed game replay where output always shown at player 0 for games in which not all players act each turn

v3.9.0

29 Nov 15:45
Compare
Choose a tag to compare

🎁 Features

  • Added EASE_IN and EASE_OUT curves

v3.8.3

07 Oct 09:58
Compare
Choose a tag to compare

🐞 Bug fix

  • SpriteAnimation: fix wrong current frame when the animation duration is changed

v3.8.2

24 Sep 14:30
Compare
Choose a tag to compare

🐞 Bug fix

  • ViewportModule: don't reset zoom when playing

v3.8.1

23 Sep 09:41
Compare
Choose a tag to compare

🎁 New features

v3.6.0

20 Sep 15:15
Compare
Choose a tag to compare

🎁 New features

  • Add TilingSprite

⚠️ Known issues

  • Referee and player output improperly displayed
  • Game Errors not displayed

v3.5.2

13 Aug 15:40
Compare
Choose a tag to compare

🐞 Bug fix

  • Fixed the skewX and skewY interpolation method.
  • Fixed the next frame button no longer updating the view

v3.5.1

13 Aug 13:19
Compare
Choose a tag to compare

🐞 Bug fix

  • Fixed the skewX and skewY properties for all Entities.

⚠️ Known issues

  • skew property is not functional, to use it please move to 3.5.2 or higher
  • the next frame button no longer updates the view

v3.5.0

13 Aug 09:24
Compare
Choose a tag to compare

🎁 New features

  • Added methods to change an entity's skew in the GraphicEntityModule
  • Added methods to change the player timeout of the first round of a game.

🐞 Bug fix

  • Updated the test page's player to match the codingame IDE

⚠️ Known issues

  • skew property is not functional, to use it please move to 3.5.2 or higher
  • the next frame button no longer updates the view

v3.4.10

19 Jul 07:34
Compare
Choose a tag to compare

🎁 New features

  • Added an optional export to config.js called stepByStepAnimateSpeed which lets you set whether to animate the view when stepping from one frame to the next

🐞 Bug fix

  • Fixed Tooltip not showing all texts of stacked sprites below the cursor
  • Fixed viewer not updating on mouse wheel event