Add touch control for mobile devices

This commit is contained in:
Marcel
2018-01-18 12:00:25 +01:00
parent b77baa06f7
commit 69a441189f
3 changed files with 27 additions and 1 deletions

View File

@@ -36,8 +36,10 @@
<a id="git-repo" href="https://github.com/KingOfDog/Tetris.js" target="_blank">Github</a>
</div>
</div>
<script src="https://hammerjs.github.io/dist/hammer.js"></script>
<script src="language.js"></script>
<script src="tetris.js"></script>
<script src="menu.js"></script>
<script src="touch-control.js"></script>
</body>
</html>