Skip to content

Create an action-adventure style fantasy story in Phaser using click events! Codecademy, Phaser JS

Notifications You must be signed in to change notification settings

mtapirina/adventure_fantasy_story

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!
adventure_game

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!
adventure_game_fin

About

Create an action-adventure style fantasy story in Phaser using click events! Codecademy, Phaser JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published