An implementation of Mahjong solitaire as a Rails app.
You'll need Ruby 2+ and PostgreSQL.
bundle install
bundle exec rake db:create db:migrate
bundle exec rake db:seed
bundle exec rails s
bundle install
RAILS_ENV=test bundle exec rake test
X coordinates are in black horizontally across the top, y coordinates are in pale blue vertically along the left, and z coordinates are in yellow. See the coordinates in layouts/turtle.txt.
- taksuyu/tile-art for the tile images.
- Bulma.io for the CSS framework.
- Unsplash for the nice backgrounds.
- Font Awesome for the icons and font-awesome-rails for ease of use.