Asteroids

Asteroids Game Cover

controls wasd to move  shoot with mouse left click or spacebar code https://github.com/katpavan/asteroids utilized prefabs for bullet and asteroidboth dynamic Rigidbody2D because we want physics to act on thembullets are kinematic since we don't want physics to act on themif we did, then we'd make them dynamicInstantiate to create bullets from the prefabOnCollisionEnter2Dto detect collisions with …

  • Web Browser

Similar Games