Orion 2D
About
A basic 2D procedural universe. Explore a total of 131k total 2d star systems in a retro style. The stars have varying temps{Not entirely accurate to real life}. There is also Supernovas{The Purple and blue ones} and planetary nebulas{the orange and yellow ones}. There is also unclickable black holes that you can on the galaxy map{the dark circles}. some of the planets have a varying ring {10% chance} along with 3 types of icons that will be above the planets.
Tree icon: Rich in plant life
Water drop icon: Rich in water
Grey brick icon: Rich in mineral's.
This is the first thing I've coded without unity so it is incredibly basic.
NOTE: This procedural generation uses a specific seed and is not random every time [still thousands of star systems}. On the X and Y plane 65535x65535 in total 131K total systems.
Another note: This game will not work without Visual studio redistributes installed because it was written in C++.
Controls
WSAD-Normal Movement
WSAD+SHIFT- Turbo speed movement.
Mouse 1 to click and observe procedural systems.
The game window is resizable.
Built off of Javid's Programming the universe Video