cabelo Posted April 18, 2020 Share Posted April 18, 2020 Hello everybody. I'm new to the forum, so I'm sorry if this is off-topic. I'm a web developer and I want to try to create a point-and-click game. Something like Full Throttle or similar. But I have zero game developing experience so I want an advise of which engine to start with. I've found this list: https://github.com/collections/javascript-game-engines and I'm reaseaching them all, but still not sure on which I would pick up. Any advise? Thank you. Quote Link to comment Share on other sites More sharing options...
eguneys Posted April 21, 2020 Share Posted April 21, 2020 You can use PIXI.js for rendering textures on canvas with scale rotation etc. and a scene graph and a game loop and asset loader. You have to code scene transitions, object pooling yourself. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.