
About
Bobby is a browser-based puzzle game built with JavaScript/npm tooling, described by its author as inspired by Pascal Penguin and Bobby Carrot.
Getting started
Build and run it locally using the project's standard npm install-and-serve workflow.
Known limitations
- input: Animation does not activate when attempting to move into a solid block until the click is released; simultaneous three-key presses do not behave intuitively.
- level design: First line of level definition determines level width, which can cause issues if blocks are not present across the entire first line.
- graphics: Fine lines appear between blocks during camera movement, particularly visible on ice tiles; motion blur appears on player during camera movement.
- gameplay: Player experiences unintended acceleration after teleporting from one side of screen to the other.
Additional notes
- Known bug
- The developer notes that movement animation currently only starts once a directional click is released rather than during the press.
- Known bug
- Teleporting from one edge of the screen to the other causes a small unintended speed boost, and thin visual seams appear between blocks (most noticeable on ice) when the camera moves.