Tree @master (Download .tar.gz)
lab1rint
A mobile-friendly HTML5 maze game.
About
lab1rint is a game in which the player must traverse a maze, whose layout is shown for a brief period of time at the beginning of the level, thus making the player use his/her memory in order to successfully move back and forth the levels.
The scope each level is traversing the maze from one end to the other. To move, just swipe the screen in the direction that you want to move.
Successfully clearing a level awards you one score point, while losing resets your score.
The game is meant to be difficult. If you don't find it difficult, please send me an email, so I can be able to fix the issue.
The game is meant to be short. It's meant to be played while waiting for the bus, or other short periods of boredom which you'd prefer not to exist. There's no difficulty increase between levels (at least for now), and the only maze you'll see is four by four.
Bugs
So far, the only bug I've noticed is that, on a device which hasn't previously accessed the game, the screen may be zoomed in in the upper left corner of the screen. Refreshing takes care of this issue, until I can pin down the exact cause.
Please report any bugs you may encounter, so I can address the issues.
Licensing
lab1rint is licensed under the terms and conditions of the MIT license.
Contributing
Is highly appreciated! Be sure to send bug reports, ideas or improvements either on GitHub, or message the author via email.
If you feel like it, that is. There's no pressure on you.
Third party libraries
lab1rint uses hammer.js https://github.com/hammerjs/hammer.js for cross-platform handling of swipe and touch gestures.
Commit History
@master
git clone https://git.dumitru.net/lab1rint/
- Added .gitignore Vlad Dumitru 9 years ago
- Attempting to move outside the maze is no longer considered losing Vlad Dumitru 9 years ago
- Merge pull request #2 from deveah/gh-pages Vlad Dumitru 10 years ago
- Prettified the source and updated the README. Vlad Dumitru 10 years ago
- Added help screen. Vlad Dumitru 10 years ago
- Merge pull request #1 from deveah/gh-pages Vlad Dumitru 10 years ago
- Added time limit. Vlad Dumitru 10 years ago
- Added a destination square animation Vlad Dumitru 10 years ago
- Remade winning conditions. Vlad Dumitru 10 years ago
- More hammer.js mingling Vlad Dumitru 10 years ago