Releases: bugoverdose/maze-runner
Releases · bugoverdose/maze-runner
v1.2.0
- 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
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
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