Coding Challenge #46.2: Asteroids with p5.js - Part 2
In this two part coding challenge, I use the p5.js library to create my own version of the classic Atari video game Asteroids! Code: https://thecodingtrain.com/challenges/46-asteroids
đšī¸ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/VtYr6E4_M
đĨ Next video: https://youtu.be/JUDYkxU6J0o?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
đĨ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
References:
đ Asteroids on Wikipedia: https://en.wikipedia.org/wiki/Asteroids_(video_game)
Videos:
đĨ Asteroids Part 1: https://youtu.be/hacZU523FyM
đĨ Polar Coordinates: https://youtu.be/O5wjXoFrau4
đĨ Livestream Archive: https://youtu.be/VFnF87-JNtY
Related Coding Challenges:
đ #81 Circle Morphing: https://youtu.be/u2D4sxh3MTs
Timestamps:
0:00 Asteroids - Part 2
0:49 Add a Laser object
7:13 Add collision detection
11:44 Add a breakup function
15:38 Loop through the asteroids backwards
19:38 Use concat to add the new asteroids to the array
22:47 Remove the asteroids if their size falls below a threshold value
24:13 Check if the ship hits the asteroid
26:03 Possibilities for variations
27:00 Remove lasers that are offscreen
Editing by Mathieu Blanchette
Animations by Jason Heglund
Music from Epidemic Sound
đ Website: http://thecodingtrain.com/
đž Share Your Creation! https://thecodingtrain.com/guides/passenger-showcase-guide
đŠ Suggest Topics: https://github.com/CodingTrain/Suggestion-Box
đĄ GitHub: https://github.com/CodingTrain
đŦ Discord: https://discord.gg/hPuGy2g
đ Membership: http://youtube.com/thecodingtrain/join
đ Store: https://standard.tv/codingtrain
đī¸ Twitter: https://twitter.com/thecodingtrain
đ¸ Instagram: https://www.instagram.com/the.coding.train/
đĨ Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
đĨ Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA
đ p5.js: https://p5js.org
đ p5.js Web Editor: https://editor.p5js.org/
đ Processing: https://processing.org
đ Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct
This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecodingtrain.com/issues/new
#atariasteroids #polartocartesiancoordinates #p5js #javascript