@@ -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