Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.04 KB

Birinto

Birinto is the ultimate maze solving challenge. Get unlimited procedurally generated mazes to solve until the end of the world!

Screenshot

Gameplay video.

Infinite Mazes!

Test your skills of problem solving and make it to the end before the time runs out.

Works offline

Add it to your mobile device's home screen and play it anywhere, even during the world's apocalypse (no internet connection)!

Built for a Hackathon

Was developed as an entry for the Static Showdown 2015 hackathon, where it got to be one of the finalists!.

Development

  • Development server npm run dev.
  • Continuously run tests on file changes npm run watch-test;
  • Run tests: npm test;
  • Build npm run build;

Authors