Point n Click Adventure examples

Hi there,

I’m looking to build a small point n click adventure game (Monkey Island style from back in the day)
for mobile browsers and iOS/Android (using capacitor to port to native).

I’m a web dev so I’m very familiar with HTML, JS ,CSS, etc.

I was wondering if anyone had built a point n click adventure using phaser and may have some code examples to share as a starting point?

I have found this example but it’s a bit outdated and doesn’t work on mobile browsers: GitHub - lewispollard/phaser-pnc: Phaser Point and Click Adventure Game Plugin

Any help appreciated

Thanks!

Hey! I’m on your same boat. Did you ever find anything like this?

Hi jlubeck,

So in the end I decided to code it all myself and learn Phaser effectively.

I used this template to start:

Then this to create a walkable area, however it is a bit glitchy:

The dialogue system I wrote myself and uses JSON files for the text. An inventory system I’m still working on, as well as a save/load system.

Here’s an example at what it’s looking like so far… If you need any pointers let me know.

Cheers
Greg