This repository has been archived on 2021-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
superv/README.md

15 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2021-04-26 20:13:38 +00:00
# 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:
2021-04-26 19:54:36 +00:00
2021-04-26 20:13:38 +00:00
`pre-alpha4262021` - first release
2021-04-27 13:44:37 +00:00
**more versioning info can be found on this repo's wiki.**
2021-04-27 12:41:10 +00:00
<a href="https://tildegit.org/minimal64/superv/src/branch/pre-release">If you want to alpha/beta-test this game, download the source in the pre-release branch and run it up in Godot.</a>
2021-04-27 16:00:12 +00:00
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. <a href="https://github.com/GodotExplorer/ECMAScript">Which can be found here</a>. 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!