This course has been archived and is no longer supported. For our latest courses on web development or HTML5 game development, consider trying our evergreen curriculums with a 1-Year Unlimited Access Package.
Enhance your Phaser-based multiplayer games by learning to add a chat system and various player enhancements. Using a Phaser MMORPG, Express, and Socket.IO (a library for real-time communication), you will set up various customizations for your game with avatar selection and variable screen sizes. You will also master chat systems, allowing you to implement unique, interactive experiences for each player which will increase your game’s appeal and overall polish.
You will learn how to:
- Scale all scenes automatically based on the window’s size
- Set up a character select scene with properly sized sprites
- Send character selection feedback to display custom chosen avatars to all players
- Create dialog windows to display chat text
- Implement chat-related events to allow for messages to be sent by players
- Coordinate chat dialogue with Socket.IO to display to all players