GameMaker - Asteroids - Part B
EXE File: https://drive.google.com/file/d/1GQC_s4WcQkz_D2mNjMljQZIuJdsI1Mkq/view?usp=sharing What difficulties did you have? How did you solve them? In Part B, I had some difficulties getting my game to work. I would run the game and find it riddled with some annoying error. To solve this I ran the game in debug mode so I can precisely see where the error is in my lines of code and fix it. It was often some stupid typo like I would write ramdom instead of random .