shithub: cstory

Download patch

ref: 049b5e373af6b5df2574e602409776c7c30ed865
parent: 620a25d75c2a9a307543b5abf2612c2ea38d5967
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Sep 21 20:33:50 EDT 2020

Backport the portable branch's PHILOSOPHY.md

--- a/PHILOSOPHY.md
+++ b/PHILOSOPHY.md
@@ -25,31 +25,36 @@
 what Pixel's code-style looked like, and I find it **extremely** hard to read.
 
 ## Language
-Cave Story's developer, Pixel, primarily speaks Japanese, but his code's
+Cave Story's developer (Pixel) primarily speaks Japanese, but his code's
 variable/function names are mostly written in English (with a few rare instances
 of Romanised Japanese).
 
-The Organya source code release indicates Pixel wrote his comments in Japanese,
-however, in this project, I prefer them to be written in English.
+The Organya source code release indicates that Pixel wrote his comments in
+Japanese, however, in this project, I prefer them to be written in English.
 
 The English employed in this project is a mix of American English, Canadian
 English, and British English.
 
+
+
 # `portable` branch
 This branch takes a different direction to the `accurate` branch, but they still
-share some core philosophies:
+share many core philosophies:
 
 ## Goal
-The goal is still to accurately-reproduce Cave Story's original code, but
-modified to the extent that it is easy to port to other platforms. This branch
-is intended for purists that don't want to use Windows or its deprecated APIs.
+While accurately-reproducing Cave Story's original code is still a priority, the
+main focus of this branch is to port the game to other platforms, while also
+preserving the game the way it was experienced back in 2004.
 
-Notably, this means bugs should still be left intact. However, bugs and other
-coding errors that affect portability should be fixed.
+Essentially, this branch exists to provide a purist Cave Story experience
+without requiring an old Windows XP computer.
 
-For comparison, I believe this branch shares some parallels with the
-Chocolate Doom project, except perhaps more strict. See the link below for their
-list of philosophies which may be applicable here:
+Notably, this means that bugs should still be left intact. However, bugs and
+other coding errors that affect portability should be fixed.
+
+For comparison, I believe this branch shares many parallels with the
+Chocolate Doom project. Follow the link below to see that project's list of
+philosophies, which may be applicable here:
 
 https://github.com/chocolate-doom/chocolate-doom/blob/master/PHILOSOPHY.md