From a1ac4475581ff234918b6c7a188e6b80d5e5035c Mon Sep 17 00:00:00 2001 From: Andi <65138215+PrisonOfMirrors@users.noreply.github.com> Date: Sat, 28 Nov 2020 18:45:12 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c755771..39d89e5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ I've decided to release the very first version of Devilution alongside the last. The first version [2018_03_14](2018_03_14) was a raw dump from IDA that had thousands of errors fixed before it finally compiled. Executable immediately crashes when ran. -The last version [2020_03_31](2020_03_31) will let you see what two years of work to clean it all up resulted in. This is the latest rewrite done entirely by me, based off the beta and existing cleanups. Note that some files and functions were not cleaned up (like `players.cpp`), as I gave up on the project. +The last version [2020_03_31](2020_03_31) will let you see what two years of work to clean it all up resulted in. This is the latest rewrite done entirely by me, based off the beta and existing cleanups. -Credits to the people who also helped along the way. +Note that some files and functions were not cleaned up (like `player.cpp`), as I gave up on the project. The parts not cleaned up were carried out by others in the [official Devilution](https://github.com/diasurgical/devilution). + +Credits to the people who helped along the way. This project was a great learning experience and helped me develop useful skills.