/ms-exe

Primary project.

Primary LanguageRen'PyGNU General Public License v3.0GPL-3.0

ms-exe

Current Version: 0.1.0-alpha-rc1

About This Project

This project contains the main game executable, written in Python for use alongside the Ren'Py Launcher. More info on Ren'Py can be found here. Drag the containing folder into the Ren'Py Launcher folder in order to launch it. Or, if you clone it using the desktop app, you can specify the target folder to clone into.

NOTE: PLEASE MAKE REVISION CHANGES IN THE GITHUB FOLDER.

For this game, we are using version 6.99.12.2, which may change. Please discuss possible version changes on Discord.

About Version Control

We will be using version control in order to keep track of builds. This will help reduce issues with conflicting scripts and possible bugs that might pop up. You can download Github for Desktop here on the site, or use the Git command-line tools, which can be found here.

Software Numbering System

There are many ways to keep track of versions, but for this project we'll be using the following:

major.minor.build-stage

Major numbers are reserved for finalized versions (i.e., the public release of the full game) and significant jumps in functionality.

Minor numbers are reserved for smaller changes, such as small feature additions or script changes.

Build numbers cover bug fixes, and are released the most frequently.

Stage designations work a bit differently - these are used to denote alpha, beta, and release candidate versions of softwate.