├── LICENSE ├── README.md ├── fpsmeter.min.js ├── index.html ├── level.json ├── level.tmx ├── platformer.js └── tiles.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakesgordon/javascript-tiny-platformer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakesgordon/javascript-tiny-platformer/HEAD/README.md -------------------------------------------------------------------------------- /fpsmeter.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakesgordon/javascript-tiny-platformer/HEAD/fpsmeter.min.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakesgordon/javascript-tiny-platformer/HEAD/index.html -------------------------------------------------------------------------------- /level.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakesgordon/javascript-tiny-platformer/HEAD/level.json -------------------------------------------------------------------------------- /level.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakesgordon/javascript-tiny-platformer/HEAD/level.tmx -------------------------------------------------------------------------------- /platformer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakesgordon/javascript-tiny-platformer/HEAD/platformer.js -------------------------------------------------------------------------------- /tiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakesgordon/javascript-tiny-platformer/HEAD/tiles.png --------------------------------------------------------------------------------