Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

0.6.0

Compare
Choose a tag to compare
@oakes oakes released this 29 Jan 02:01
· 265 commits to master since this release

This release adds support for tiled maps! Using the Tiled map editor, you can export your map as a JavaScript file and then import it into your game before the main.js. Then you can use the new load-tiled-map function to bring it in. I demonstrate how to do it in the super koalio example game:

Demo: https://oakes.github.io/play-cljs-examples/demos/super-koalio/

Code: https://github.com/oakes/play-cljs-examples/tree/master/super-koalio