0
Do you need any additional programs to make a javascript game?
like p5.js or something else? i want to learn to make a simillar gane to io games...
3 Antworten
- 2
Fuck Javascript...pascal is love , pascal is life
+ 14
Nope, you can write your game in pure Javascript without any plugins or additional program. However, there are a lot of useful framework for help you to make a game:
• easel.js
• three.js
• pixi.js
• [ https://html5gameengine.com/ ]
In this period i'm focusing about collision detection and canvas drawing, i'm following this playlist, maybe can be helpful: https://www.youtube.com/playlist?list=PLh-MBXZEiyMhulEqYE3gn63idSAKG6Sx1
- 2
You can do it with native js...
You can do anythin' with native js if you can do it with libraries,cause they all wrote on native js(or using other library,using native js :D) and just reduce way of writing it's functions and methods.
But...it's much shorter,simpler and other good words if you're using it....