All Projects → paulkoegel → Omingard

paulkoegel / Omingard

Better Solitaire 'Irmingard' rewritten in ClojureScript with Om.

Programming Languages

javascript
184084 projects - #8 most used programming language

Omingard Logo

Omingard

Port of Better Solitaire Irmingard to ClojureScript and Om.
Original implementation with CoffeeScript and Backbone Marionette: irmingard-backbone.

Pull requests are very welcome!

Demo

screenshot of Omingard

Omingard is still work in progress.
For a more fleshed out version - not written in Om - check out the original implementation:

screenshot of Irmingard

Found a bug? Please create a new issue - thanks!

Notable Features

Planned Features

Planned features that go beyond the original version:

  • mobile friendliness: support touch events, present good mobile UI.
  • play offline.

Setup

Check out this repository:

git clone [email protected]:paulwittmann/omingard.git

Watch for ClojureScript changes:

lein cljsbuild auto

Watch for CSS changes - preprocessor language: Garden via lein-garden - with:

lein garden auto

Start a web server:

python -m SimpleHTTPServer

Open http://localhost:8000.

Refer to the excellent Lighttable ClojureScript tutorial for integrating a ClojureScript REPL with Lighttable. Or Perfect ClojureScript Development Environment With Vim for the same with vim. You should easily find similar tutorials for Emacs - e.g. Austin.

Also have a look at Weasel and Figwheel.

Production

  • run lein cljsbuild once production
  • open http://localhost:8000/prod.html
  • create a directory above the project directory named deploy
  • run ./build.sh to copy relevant files to ../deploy (ignore warnings about public/out not being included, we don't need it)
  • deploy code from ../deploy to 5apps
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].