A playable version of xkcd 1110
Available here
Watch and build all coffee files:
coffee --watch -o lib src/*
Run a server, for example hserver:
hserver
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.
Nathan Jenkins – @nathanjenkins12 – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/natejenkins/xkcd-mario
- Fork it (https://github.com/natejenkins/xkcd-mario/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
coffee --watch -o lib src/*