This was a CodeClan group project that uses the Phaser3.js JavaScript framework to create a basic point and click adventure game. The front end uses the React framework to display the game and inventory as React components.
- The player has a sprite which they can move around using the W A S D and UP DOWN LEFT RIGHT arrow keys.
- The game features 3 rooms which the player needs to escape from.
- Each room has an NPC that requires an item before they will let the player move to the next room.
- The game has a basic inventory which is shown in a separate React component on the webpage