JS Game engine to create simple puzzle game?
Khoa Che

Khoa Che @voanhcuoc

About: A hacker by definition of the Jargon File | Be able to develop websites, desktop GUIs, libraries that he can imagine.

Location:
Ho Chi Minh City, Vietnam
Joined:
Jul 4, 2019

JS Game engine to create simple puzzle game?

Publish Date: Jul 7 '19
4 2

Greeting everybody, I'm a full-stack web dev with a very little exposure to game development at all. (I've tried to hack an HTML canvas game before, thanks to that I knew what a particle system is.)

Now I need to create some puzzle game quickly. They require dragging puzzle pieces around, which is an advanced topic for me.

Can you recommend any game engine dedicated to puzzle game with a simple API?

Thanks in advance!

Comments 2 total

  • Osman Zeki
    Osman ZekiJul 7, 2019

    Hey! I made a few games with Phaser in the past. Its such a fun, light-weight open source engine and has all kinds of built-in features for visuals, input (including touch and drag), audio, etc. You should give it a try.

    phaser.io/

    Good luck with your project!

    • Khoa Che
      Khoa CheJul 8, 2019

      Thank you! I will try it!

Add comment