#####Mork and Mindy (Demo) https://morkandmindy.herokuapp.com UNDER CONSTRUCTION (zZZ)
Javascript narrative puzzle game. Help Mork find his way home using GoogleMaps!
This web app was tested on Rails 4.2.0, PostgreSQL 9.4.0 and Chrome.
To get started, clone the project using the SSH URL git@github.com:natbatwat/shori.git
, run a rake db:create db:migrate db:seed
and bundle install
.
The following libraries/ frameworks were used in the making of this project.
- jQuery
This project is still in production but the following code snippets may come in handy for reference. I have categorized them via main functionality. Please feel free to reference them! Tweet me @natbatwat, or email me at hi@natalieloh.com if you have any questions!
I plan to write tutorials on these topics soon. Check my blog natalieloh.com/blog for updates.
1. Progressing narrative of separate
blocks whilst ensuring scalability and additions - using jQuery & HTML class naming- Write tests.