Raylib-Slo-Jam2023: Asteroids Redux

My enty for the Raylib Slo Jam

Keyboard Controls

  • W: Speed Up
  • S: Slow Down
  • A: Rotate Left
  • D: Rotate Right
  • Space Bar: Shoot
  • Arrow Key Down: Zoom Out
  • Arrow Key Up: Zoom Up
  • P: Pause

Gamepad Controls

  • Left Stick Forward: Speed Up
  • Left Stick Backward: Slow Down
  • Right Stick Right: Rotate Left
  • Right Stick Left: Rotate Right
  • Right Trigger: Shoot
  • Left Bumper: Zoom Out
  • Right Bumper: Zoom Up
  • Start Button: Pause

Goal of the Game

Destroy as many asteroids and NPC ships before the time runs out. Asteroids are worth 1 point while ships are worth 5 points. Be careful, as sometimes the ships will attack back!

Source Code

https://github.com/RyanDeivert555/Raylib-Slo-Jam2023

Leave a comment

Log in with itch.io to leave a comment.