Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 443 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 443 Bytes

STAR_FIELD

Program that uses SDL to create a star field which basically contains a lot of particles positioned randomly across the screen and change colors over time.

Requirements:

  • Must have SDL2 installed
  • C++ 11 or higher

SCREENSHOT

Updates:

-Added motion to particles...particles move about randomly but within the window.