Build a Pokémon Game in JavaScript - Game Development Course for Beginners

preview_player
Показать описание


- Software -

Chapters

0:00 Intro
1:44 Project Setup
2:19 Making the canvas responsive with CSS
6:40 Setting up p5
8:32 How to load fonts + Initializing canvas
12:18 Creating the menu scene
28:21 Creating the world scene
42:21 Writing the player code
1:08:36 Error in setAnimFrame
1:15:32 Implementing a camera
1:42:38 Fixing player movement
1:46:05 Drawing the world map in Tiled
2:04:17 Implementing the world map in the game
2:30:11 Creating hitboxes for the world (Collidables)
2:43:54 Implementing debug mode
3:10:25 Writing the code for the NPC
3:27:18 Implementing dialog system
3:48:51 Making screen blink when talking to NPC
4:00:22 Implementing Battle scene + system
Рекомендации по теме
Комментарии
Автор

I haven’t seen the full video yet, but I feel the need to thank you for this masterpiece! :)

Thank you for this video, dude!!
You’re a legend!

NavasYZ
Автор

Great stuff! I've only created games using Canvas before, so seeing how a game can be made in P5.js was very interesting. I might have to give it a try now. Keep it up :)

dankoboirodriguez
Автор

Bro, you really are a jsLegenddev, great

andersoncdz
Автор

Gotta say this is a great course. Sadly I don't have much time to play with this though. I will like and put it on a watch list.

JS is not good at creating games, but you nailed it.

brangtoggez
Автор

how would u go about implementing multiplayer for this?

CaptainDouchie