Skip to content

natejenkins/xkcd-mario

Repository files navigation

xkcd mario-ish

A playable version of xkcd 1110

Game

Available here

Development setup

Watch and build all coffee files:

coffee --watch  -o lib src/*

Run a server, for example hserver:

hserver

Animations

I use Synfig and Pinta to create animations. Synfig will render to a series of png files which need to be converted to a single strip of pngs (see files in stick_figures for examples). To do this I use montage:

montage *.png -background none -tile 100x -geometry +0+0 output.png

The above command creates a single png with 100 frames.

Meta

Nathan Jenkins – @nathanjenkins12[email protected]

Distributed under the MIT license. See LICENSE for more information.

https://github.com/natejenkins/xkcd-mario

Contributing

  1. Fork it (https://github.com/natejenkins/xkcd-mario/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

compiling coffeescript

coffee --watch -o lib src/*

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published