JavaScriptベースの2Dゲームエンジン

gamepad で操作できるか試してみよう

  • https://github.com/topics/2d-game-engine のかなり上部にあったので気になったのだ
  • https://github.com/melonjs/melonJS?tab=readme-ov-file
  • https://www.youtube.com/watch?v=UXTOXF8Y2Cs
  • https://jsfiddle.net/obiot/4o9f02tc/
  • https://qiita.com/mqtsuo02/items/a65bb62a926b42ca19c4

実際にやってみる

  • https://github.com/melonjs/melonJS/wiki#details–usage
  • https://melonjs.org/tutorial/part-1-prerequisites/
    • https://towardsdatascience.com/a-quick-guide-to-using-command-line-terminal-96815b97b955
    • https://code.visualstudio.com/docs/introvideos/basics
    • https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide
  • https://melonjs.org/tutorial/part-2-setting-up/