HOW TO MAKE A PLATFORM GAME IN JAVASCRIPT - ENEMIES PT5
Welcome to our tutorial on building a captivating platform game using JavaScript and the powerful P5 Play library! In this step-by-step guide, we'll walk you through the process of creating an exciting 2D platformer from scratch, today we will implement some enemies.
โ๏ธ Tools and Resources:
To get started, you'll need the P5 Play library, which you can find at https://p5play.org/. The P5 Play library simplifies game development in JavaScript and offers essential functionalities to make our game development process more enjoyable.
๐จ Art Assets:
To give our game a visually stunning touch, we'll be using artwork from www.opengameart.org. These free and open-source assets will help us create an immersive gaming experience.
๐ฎ Follow Along:
Throughout the tutorial, we'll be following the work of the talented game developer Quentin Ashley. You can find him on Twitter at https://twitter.com/qashto. His expertise and insights will be invaluable as we delve into the world of game development.
โโโฆโโโฆโโโโฆโโฆโฆโฆโฆโโโโ
โโโฃโโโโโฃโโฃโโฃโโฃโโโฃโโฃ
โ โโโโโโโ โโโโฃโโโโโโโฃ
โโโฉโโโฉโโฉโโฉโโฉโโโฉโโฉโโ
Other Videos By Tech Head Online
2023-09-08 | What is a game mechanic? |
2023-09-07 | Why focus on player motivation? |
2023-09-06 | Why use dependency injection? |
2023-09-05 | Why is continuous integration useful? |
2023-09-04 | What is the software development lifecycle? |
2023-09-03 | Why is error handling crucial? |
2023-09-02 | Why use version control? |
2023-09-02 | How to make Flappy Bird with JavaScript p5play tutorial |
2023-09-01 | What's a memory leak? |
2023-08-31 | Why add comments to code? |
2023-08-30 | HOW TO MAKE A PLATFORM GAME IN JAVASCRIPT - ENEMIES PT5 |
2023-08-30 | What's the purpose of unit testing? |
2023-08-29 | Why optimize code? |
2023-08-28 | What is an API? |
2023-08-27 | Why refactor code? |
2023-08-26 | HOW TO MAKE A PLATFORM GAME IN JAVASCRIPT - SOUND & LEVELS |
2023-08-26 | What is the role of a compiler? |
2023-08-25 | Why use design patterns? |
2023-08-24 | What's the difference between syntax and logic errors? |
2023-08-23 | Why is code documentation important? |
2023-08-23 | HOW TO MAKE A PLATFORM GAME IN JAVASCRIPT COLLECTIBLES - PT 3 |