Skip to content

Latest commit

 

History

History
74 lines (35 loc) · 3.16 KB

CHANGELOG.md

File metadata and controls

74 lines (35 loc) · 3.16 KB

Changelog

1.3.2 (2024-05-19)

Bug Fixes

  • style: update CSS reset and default background color to white (c9fb7da)

1.3.1 (2024-04-25)

Bug Fixes

  • audio: add mp3 fallback (0b78d75)

1.3.0 (2024-04-25)

Features

  • intro: simplify code and add check (5c15167)
  • scenes: play sound on button press in Intro and End (cf6f988)

1.2.1 (2024-04-25)

Bug Fixes

1.2.0 (2024-04-25)

Features

  • scenes: add End (2bbd6bc)
  • scenes: display text "You Win!" in End (7e19a6b)
  • scenes: show confetti in End (8ff5ac3)

1.1.0 (2024-04-24)

Features

  • gameobjects: add hover animation when input is over Circle (b66560a), closes #6

1.0.2 (2024-04-23)

Performance Improvements

  • scenes: remove event listeners before restart in Main (9e739ff)

1.0.1 (2024-04-22)

Bug Fixes

  • constants: improve color contrast (47019ca)

1.0.0 (2024-04-21)

Features

Bug Fixes

  • audio: use import.meta.url to import sounds (e898a2a)
  • helpers: fix TypeScript error in pairs (cbb39c3)
  • scenes: center text and display game name for level 0 (e085467)