📝 Add credits

This commit is contained in:
Kazhnuz 2025-02-28 22:54:47 +01:00
parent 37599b90b9
commit 8f73b38a5e

View file

@ -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. 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) - PHP (8.1 and higher)
- MySQL - MySQL
- zlib compression enabled on your server (optional) - zlib compression enabled on your server (optional)
# Installation Instructions ## Installation Instructions
1. Clone this repo or download the zip. 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. 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. 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. 6. After completing installation, delete `install.php` from your Dragon Knight directory for security.
7. Enjoy the game. 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 MIT License
Copyright (c) 2017 renderse7en 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, 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 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
```