/maze

Primary LanguageRuby

Maze

Circle CI

Rails app to generate a random maze in ruby and solve it in JS. Live Demo

Setup

  • Clone repo.
  • bundle install
  • npm install
  • Run rake to run tests. (JS tests assume that you have chrome installed.)
  • Start rails server using rails s.