Skip to content

Commit 92832c1

Browse files
committed
* quick readme-update
* removed duplicate license * updated .gitignore Signed-off-by: mamen <markusme@edu.aau.at>
1 parent 34dc3f8 commit 92832c1

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
.idea/
2+
build/
3+
vendor/
24

35
core/config.php
4-
./test*.php
6+
test*.php
57
*todo.*
68

9+
robots.txt
10+
711
*.phar
812

913
.DS_Store

LICENSE.md

Whitespace-only changes.

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,25 @@ This open-source project is still in an alpha-state, **please do not use this in
2020

2121
```shell
2222
┌─── core/ # → contains all necessary classes
23-
── classes/ # → classes for the ORM-Mapping and parent-classes
24-
── data # → classes, which map database-values to objects
25-
└── units # → classes for various ingame-units
26-
── controllers/ # → all needed controller-classes
27-
── interfaces/ # → interfaces the classes
28-
── language/ # → contains all translations in subfolders named after their ISO 639-1 language-code
29-
── models/ # → all needed model-classes
30-
── templates/ # → template for each site (HTML)
23+
── classes/ # → classes for the ORM-Mapping and parent-classes
24+
── data # → classes, which map database-values to objects
25+
└── units # → classes for various ingame-units
26+
── controllers/ # → all needed controller-classes
27+
── interfaces/ # → interfaces the classes
28+
── language/ # → contains all translations in subfolders named after their ISO 639-1 language-code
29+
── models/ # → all needed model-classes
30+
── templates/ # → template for each site (HTML)
3131
│ └── views/ # → all needed view-classes
3232
├── css/ # → css for all pages outside of the game
3333
├── images/ # → images for all pages outside of the game
3434
├── install/ # → contains the necessary files for a first-time setup
35-
├── scripts/ #javascripts
35+
├── scripts/ #javascript-files
3636
├── skins/ # → skins, which are useable ingame (all images and css for the game must go here)
3737
├── game.php # → the main php-file, which dynamically loads the needed pages
3838
├── index.php # → redirects to the game.php if logged in, else to the login-page
3939
├── login.php # → login-form for the user
40-
└── logout.php # → user-logout
40+
├── logout.php # → user-logout
41+
└── register.php # → registration
4142
```
4243

4344
# Quick Start
@@ -66,4 +67,4 @@ For any further questions, support or general talk, please visit our Discord by
6667

6768
[![N|Solid](https://t5.rbxcdn.com/18108a5641ff1becc8dfa20aed634d1f)](https://discord.gg/YDUHM3k)
6869

69-
https://discord.gg/WPApmAX
70+
https://discord.gg/YDUHM3k

0 commit comments

Comments
 (0)