# SuperV The open-source videogame by Minimal64! ## Versions In the future, I'll probably have some sort of release channel thing, like "main release", "pre-release", "snapshots" all that stuff. But for now, there's one streamline version: `pre-alpha4262021` - first release **more versioning info can be found on this repo's wiki.** If you want to alpha/beta-test this game, download the source in the pre-release branch and run it up in Godot. tip for version numbers (mainly just pre-alpha versions): the number at the end is the date format MONTH/DAY/YEAR without the slashes. ## Compiling Compiling SuperV requires a modified version of Godot. Which can be found here. It's open source and provides pre-compiled binaries for Windows, MacOS, and Linux. This is needed because of the experiments with Java. There's a good chance Java won't stick with SuperV, but you need this to compile and run SuperV from source. Thanks for understanding!