This repository contains all the files for the game with the codename "SGNsl1O4p53fndzKu5WDOQ==". This project was started on December 21st, 2019. It is a game created for fun and will potentially be based around exploration and killing hostile mobs.
These are how the versioning system is handled. It goes in-depth into what each number represents, demonstrating how to read the version naming system, which may also be referred to as the VNS.
An example of the alpha VNS can be seen below.
A0.2.6.29.2C
If there is either an "A" or "B" before the version, it shows it is either in "A"lpha or "B"eta.
The first "0" is the major version, obviously in alpha no major release has been commited yet.
The "2" indicates a minor release, this would indicate an update that is not significant enough to warrant the departure of beta
The "6" shows the revision, which may be a set of minor bug fixes
"29" is the most common changing number and is changed with each coming commit.
"2C" displays the week number that the update was released, e.g. week 2 would be 1B since B is the second letter of the alphabet, 2C represents week 29. In rare cases, years can have 53 weeks, which leads to the rare ending of "3A" ending.
An example of the release VNS can be seen below.
1.7.11.7
This works the same as the alpha and beta VNS but doesn't have the week identification. The only case week identification would be used is in private releases, yet no reason can be seen to create a private release unless for a major company or sponsorship.