This is another simple space game where you control a spacecraft and dodge asteroids.
It is made with Unity and C# and can be played on Android, Windows or Web. The latest version is currently built only for Android and Web. To play on Windows or Android simply open "Space Action.exe" or "StarFlight.apk" file. On Android you can turn either by tapping on screen or by using accelerometer.
To run in web browser you may need to open "index.html" in folder "WebBuild" in Chrome with disabled web security or create a web server with this page so that it will work in any browser.
You can launch Chrome with disabled web security by executing these commands in windows cmd (replace with actual path)
cd <PATH TO CHROME.EXE>
chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security