Hello everyone!
I stopped working at my game bcuz I feel lost and I need some guidance or having tips.
My plan is to create a game using html5 and JS and then publish it on Itch.io as an HTML5 project. And to be more specific, my current game-code consists a lot of Jquery ( a JS library) to make it easier for me to manipulate (adding/removing objects) the dom.
The thing is that, I have recently discovered a few JS frameworks and this made me rethink about the whole process. Personally, I feel like I can make what I have in mind without using any framework but I'm worried about how game's performance will turn out at the end. Do you think it's worth the time to invest into one of those framewroks (ex. Phaser.js) and why?
Here are the things that I have managed to implement in my project (2D game) so far :
- A basic battle system (turn-based)
- A way to interact with NPC:s
- Delay at some points.
- A way to switch between different rooms/levels.