https://github.com/mtapirina/adventure_fantasy_story
Create an action-adventure style fantasy story in Phaser using click events! Codecademy, Phaser JS
https://github.com/mtapirina/adventure_fantasy_story
codecademy-courses codecademy-pro game phaser-game phaser3
Last synced: 9 months ago
JSON representation
Create an action-adventure style fantasy story in Phaser using click events! Codecademy, Phaser JS
- Host: GitHub
- URL: https://github.com/mtapirina/adventure_fantasy_story
- Owner: mtapirina
- Created: 2023-10-24T14:15:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T14:54:35.000Z (over 2 years ago)
- Last Synced: 2025-03-12T21:35:04.344Z (about 1 year ago)
- Topics: codecademy-courses, codecademy-pro, game, phaser-game, phaser3
- Language: JavaScript
- Homepage: https://mtapirina.github.io/adventure_fantasy_story/
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create a Fantasy Adventure Game
Create an action-adventure style fantasy story in Phaser using click events! Codecademy, Phaser JS
### Creating the Game!
We’re going to be developing an interactive storytelling game with orcs, knights and wizards! Our first step is going to be adding in a create() function to our Phaser project.
* Create a background by adding the image.
* Let’s create a new function for rendering a character.
_This will update the image inside our background with the image of the relevant character who is speaking._
* Creating a Dialogue!

_Now that we’re displaying our characters correctly, let’s focus on adding playability to our game._
* Displaying Each Page To Make Our Adventure Game!
* Make Interaction Noticeable With Hover States.
* Now update the dialogue, and the option text too!
_When you reload the game, do you see what you expected!_