Welcome to Star Blast! This isn't a game, just a fun pen thing. Press the spacebar to start or stop. Vortex Controls: ➸ Use the arrow keys to shift the vortex around. ➸ Use the W and S keys to speed up or slow down the vortex. ➸ Move the mouse left and right to change the spin of the vortex. Debug (Data Display) Controls: ➻ Move the mouse to the top to display the Star sprite's "vel" and "n" variables, and the "directions" list. Go to the Notes and Credits to learn what they do. ➻ Move the mouse to the bottom to make each clone say its individual "vel" variable. Go to the Notes and Credits to learn what they do. ➻ Move the mouse to the bottom left to display each clone's "myY" variable and to the bottom right to display each clone's "myX" variable. Go to the Notes and Credits to learn what they do.
If you have any suggestions to improve the experience, feel free to comment them! :) Data Information: ➻ The "vel" variable dictates the speed of each star. ➻ The "n" variable dictates what item of the list "directions" a star will originally point in. ➻ The "directions" list stores a series of available starting directions for each clone. ➻ "myX" is the change of each star's x position when the vortex is moved, and the "myY" variable is the change of each star's y position when the vortex is moved. Credits: ➻ I used Gravit Designer to make the thumbnail. ➻ All my coding :D