ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit 4c269a5cf3dabe54417e90a00f6bffce1fef52b0
parent 8eb89a1cfaf049ba6d97626ae4e749fb1c328770
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Wed, 29 Jan 2020 16:09:03 +0100

Update README.md
Diffstat:
MREADME.md | 3++-
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.