├── LICENSE.txt ├── README.md ├── img ├── background.png └── player.png ├── index.html └── js └── leap-0.6.4.min.js /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/end3r/JavaScript-Game-Controls/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/end3r/JavaScript-Game-Controls/HEAD/README.md -------------------------------------------------------------------------------- /img/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/end3r/JavaScript-Game-Controls/HEAD/img/background.png -------------------------------------------------------------------------------- /img/player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/end3r/JavaScript-Game-Controls/HEAD/img/player.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/end3r/JavaScript-Game-Controls/HEAD/index.html -------------------------------------------------------------------------------- /js/leap-0.6.4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/end3r/JavaScript-Game-Controls/HEAD/js/leap-0.6.4.min.js --------------------------------------------------------------------------------