📝 Add credits
This commit is contained in:
parent
37599b90b9
commit
8f73b38a5e
1 changed files with 12 additions and 3 deletions
15
README.md
15
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.
|
||||
```
|
Loading…
Add table
Reference in a new issue