Skip to content

Releases: bugoverdose/maze-runner

v1.2.0

06 Feb 16:45
Compare
Choose a tag to compare
  • give eyes to the red blob & change facing direction on every key input
  • show keyboard input on the input tags on the screen
  • fix and cleanse responsive design for overall layout & canvas
  • CI/CD with github action & gh-pages

v1.1.0

22 Nov 09:11
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

Add Protection on input value

  • 392ec7f: prevent number type state from becoming NaN and destroying the whole website
  • 0722418: validate maze size input on maze generation so the maze size state stays in the 5~25 range without lowering user experience

v1.0.0

22 Nov 04:58
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

Features

  • 0457f7a : count and show the time passed from maze generation to reaching the finish area.
  • 86b5472 : show popup on reaching the finish area
  • c279ce4 : able to manipulate player position with keyboard
  • de68810 : show help text on hovering over the question mark

dev-ops

  • CI/CD with Netlify
  • git flow & tag