Phaser 3 Tutorial

  Рет қаралды 16,764

Morgan Page

Morgan Page

Күн бұрын

Discord Server: bit.ly/mpt-dis...
Enjoyed this video? Sign up for a FREE course at my-free-course...
Practise Modern Javascript by Coding A Card Game
Full course plus source code use discount link - bit.ly/card-ga...
Covers ES6, Classes, Arrays, Objects, Functions, Phaser 3 and more!
If you need to practise your javascript...
If you want to learn some new ES6 stuff...
If you have ever wanted to create a card game...
Then this course is for you!
You will get experience using:
ES6
Classes
Arrays
Objects
Functions
Phaser 3
Figma
Bitmap Fonts (BMFont)
Card games are a great way to learn some javascript and phaser fundamentals.
The game includes:
Dragging and dropping
Tweening
Importing graphics and fonts
Buttons
I hope you enjoy the course!
Github repository link:
github.com/mor...

Пікірлер: 28
@matthiasbreiter4177
@matthiasbreiter4177 3 жыл бұрын
That is probably one of the best modern JS + Phaser Tutorials.
@MorganPageTech
@MorganPageTech 3 жыл бұрын
Thanks Matthias, much appreciated!
@lazarmoiseyevich442
@lazarmoiseyevich442 3 жыл бұрын
the only video that helped me. Thank you from Chile
@MorganPageTech
@MorganPageTech 3 жыл бұрын
Thank you for the kind comment!
@MsEnermis
@MsEnermis 3 жыл бұрын
Loved your video. However here's some (hopefully) constructive feedback. its obvious that you are copying the code verbatim from previously written code. Causing you to just type text from top to bottom in your files without including the viewer in the actual tough process. That's less than ideal for a coding tutorial since you are just explaining WHAT the code does rather than WHY you are adding it at that exact time. It helps immensely if you structure your video by incrementally adding parts to your program in a logical order as if you were writing it for the first time (even though you're not). As an example, when defining the CardPlayer class you immediately add a bunch of fields and methods that you know you will need in a bit, but at that point the current game doesn't require any of the fields yet. This also results in there being a lot of code being written between 'tests' (in this case health, armor, maxhealth, maxarmor, ... all finished in one go) and the only results you actually show the viewers are perfectly working finished parts. which is usually not how coding works.
@kayleeherrmann308
@kayleeherrmann308 3 жыл бұрын
Sorry if it's right in front of my face, but where is the next video for this tutorial located?
@mazejpg3242
@mazejpg3242 2 жыл бұрын
Thanks for your video! Will it be running with Phaser 3.55.2 "Ichika" as well without any issue?
@aravinth6872
@aravinth6872 3 жыл бұрын
where is the remaining part of the game bro ?
@Viachev
@Viachev 2 жыл бұрын
Thanks! no next tutorial ?
@ujjal147
@ujjal147 4 жыл бұрын
Pretty good video!
@alxx736
@alxx736 4 жыл бұрын
Why is it necessary to create a bitmap font instead of importing a font family with css and use it ?
@MorganPageTech
@MorganPageTech 3 жыл бұрын
Importing with css totally works too, thanks for pointing that out.
@vov4egde
@vov4egde 3 жыл бұрын
I would say one of the main advantages is the size. At 24:53 after he saved the bitmap font files you can clearly see the difference. ~114Kb for a *.ttf file with all glyphs and only ~12Kb in total for both exported files.
@naipeadicto
@naipeadicto 4 жыл бұрын
great video!!!
@VincentLabStudio
@VincentLabStudio 4 жыл бұрын
Nice video.
@aravinth6872
@aravinth6872 3 жыл бұрын
please share the assets if it is possible, also code base
@MorganPageTech
@MorganPageTech 3 жыл бұрын
Done! Check the bottom of the description. Thanks for asking!
@ooopaooo999
@ooopaooo999 3 жыл бұрын
good
@MorganPageTech
@MorganPageTech 3 жыл бұрын
Thankyou! I have a free course offering here: my-free-course.com/
@ASMRTimeLapse1
@ASMRTimeLapse1 3 жыл бұрын
Hi, did you have any idea or tutorial to add Google IMA ads to phaser game
@MorganPageTech
@MorganPageTech 3 жыл бұрын
Must admit sorry, no plans to do a Google IMA ads tutorial. However if I see a large demand for this, of course I will take a look! Thanks for the question.
@aravinth6872
@aravinth6872 3 жыл бұрын
if you shared a github repo then it might be useful.
@MorganPageTech
@MorganPageTech 3 жыл бұрын
Done! Check the bottom of the description. Thanks for asking!
@aravinth6872
@aravinth6872 3 жыл бұрын
Thank you
Making a Game in JavaScript with No Experience
5:49
Goodgis
Рет қаралды 859 М.
Phaser 3 Tutorial Preview - Full Course Available, see description
1:10:43
Хасанның өзі эфирге шықты! “Қылмыстық топқа қатысым жоқ” дейді. Талғарда не болды? Халық сене ме?
09:25
Демократиялы Қазақстан / Демократический Казахстан
Рет қаралды 316 М.
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 126 МЛН
Switching to Godot - Why I'm quitting PhaserJS
8:34
Yugen
Рет қаралды 10 М.
Phaser April 2023 Games Showcase
12:20
Richard Davey
Рет қаралды 32 М.
Let's Create a Compiler (Pt.1)
1:11:03
Pixeled
Рет қаралды 532 М.
TCP/IP for Programmers
3:03:31
Eli the Computer Guy
Рет қаралды 183 М.
Phaser Turns 10!  Massive 3.60 Release
8:26
Gamefromscratch
Рет қаралды 14 М.
Guest Tutorial #8: Phaser Game Development with Catt Small
38:06
The Coding Train
Рет қаралды 48 М.
6 Months of Learning JavaScript Game Dev in 6 Minutes
6:35
Suboptimal Engineer
Рет қаралды 123 М.
Defold vs Godot - game engine comparison
13:52
Unfolding Gamedev
Рет қаралды 83 М.
Code a Minecraft Clone with JavaScript, React, Three.js - Tutorial
1:31:16
freeCodeCamp.org
Рет қаралды 339 М.
NSURLProtocol: How I Stole an App For My Wedding
56:25
Bryce Bostwick
Рет қаралды 49 М.
Хасанның өзі эфирге шықты! “Қылмыстық топқа қатысым жоқ” дейді. Талғарда не болды? Халық сене ме?
09:25
Демократиялы Қазақстан / Демократический Казахстан
Рет қаралды 316 М.