Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 277 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 277 Bytes

Introduction

15 is an implementation of classic 15 puzzle using JQuery and Ruby with Sinatra.

Install

Install rvm and ruby-1.9.2

Then do:

$ gem install bundler
$ bundle install
$ ruby 15.rb

Open your favourite browser and goto http://localhost:4567 !