Ever wondered how the multiplayer browser games are made? Enroll in this course and you’ll be developing them.
What you will learn
Download & Install NodeJs
Download & Install – express and websockets libraries, and Phaser framework
Basics of OOP(Objected-oriented programming)
Develop and HTML5 game that supports multiplayer and runs in browser
Handling multiplayer movement, synchronizing it via server to clients
Handling shooting etc.
Possibilities of websocket technology
How to get working prototype in less than 2 hours
Description
My name is Matthew and I’m self-taught developer. I know how hard it can be to achieve some real career in IT and I want to help others to understand a specific topic. You might know games that are usually called “.io” games, but “.io” means only the favorite domain that they’re hosted on. In the real world, those “.io” games are browser-based multiplayer HTML5 games. And I want to share with you an authentic course where we will develop our multiplayer browser game. If you ever asked someone βhow to make online gameβ or anything similar, this might be the course youβre trying to find.
English
language
Content
Introduction
Resources
Introduction & Downloading NodeJS, NPM init
Install express & websockets
Server side
Setup the server
HTML response, Use and Get functions
File & Server configuring
Creating clients main JS file
Extending classes, creating player class.
Player update method, required in order to move player
Player input
Player rotation
Player shooting
Websockets – players
Websocket inputs
Websockets – bullets
Player death
Assets, code and whole projects.