Birinto is the ultimate maze solving challenge. Get unlimited procedurally generated mazes to solve until the end of the world!
Test your skills of problem solving and make it to the end before the time runs out.
Add it to your mobile device's home screen and play it anywhere, even during the world's apocalypse (no internet connection)!
Was developed as an entry for the Static Showdown 2015 hackathon, where it got to be one of the finalists!.
- Development server
npm run dev
. - Continuously run tests on file changes
npm run watch-test
; - Run tests:
npm test
; - Build
npm run build
;