Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 476 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 476 Bytes

Space Invaders Clone

This Space Invaders clone was made in C++ with raylib. This project was made for fun and as a way to learn C++ and video game programming.

Credits

List of things that helped me complete the project:

  1. Sprites
  2. Video I watched for how to use sprites
  3. Various other YT videos on how to use raylib
  4. Friends to help test game and help find bugs in code