From 8f73b38a5e79a7b0c5c9f6b7a7f635dadaa76304 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Fri, 28 Feb 2025 22:54:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20credits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 703ce43..67d90dc 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ The aim of this fork is to : I'm inspired by other forks of dragon knight and scourge that tried the same things several years ago. I'm starting with knight, because it's a simpler engine to begin with and modernize. -# System Requirements +## System Requirements - PHP (8.1 and higher) - MySQL - zlib compression enabled on your server (optional) -# Installation Instructions +## Installation Instructions 1. Clone this repo or download the zip. 2. Create a new database for Dragon Knight to use, if you don't already have one set up. 3. Edit `config.php` to include the correct values for your database setup. @@ -28,7 +28,15 @@ I'm inspired by other forks of dragon knight and scourge that tried the same thi 6. After completing installation, delete `install.php` from your Dragon Knight directory for security. 7. Enjoy the game. -# License +## Crédits + +- Original Author : Jamin Blount +- A lot of code is inspired by Bludit by Diego Nagar +- Fork by Kazhnuz + +## License + +``` MIT License Copyright (c) 2017 renderse7en @@ -50,3 +58,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` \ No newline at end of file