commit a2f19de82ff56c52d445e88a802bee4df1c161e5
parent fe46cb47df86f1e740dce81e820ade70031902db
Author: Olav Sørensen <olav.sorensen@live.no>
Date: Thu, 30 Jan 2020 17:05:44 +0100
Merge branch 'master' of https://github.com/8bitbubsy/ft2-clone
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -13,5 +13,6 @@ If these don't work for you, you'll have to compile the code manually.
Please read HOW-TO-COMPILE.txt file in the repository.
PS: The source code is quite hackish and hardcoded. \
-My first priority is _accuracy_, not flexibility and clean code. \
+My first priority is to make an _accurate_ 1:1 clone, and not to make flexible and easily modifiable code.
+
Big parts of the code (except GUI) are directly ported from the original FT2 source code, with permission to use a BSD 3-Clause license.