2022-11-15 20:46:50 +01:00
|
|
|
# Coding and development help
|
|
|
|
|
|
|
|
|
|
This documentation aims to help you set up a sane development environment to
|
2022-11-25 21:22:34 +01:00
|
|
|
make your game, also if you never coded before.
|
2022-11-15 20:46:50 +01:00
|
|
|
|
2022-11-23 21:15:23 +01:00
|
|
|
See also the [Beginner Tutorial](../Howtos/Beginner-Tutorial/Beginner-Tutorial-Overview.md).
|
2022-11-15 20:46:50 +01:00
|
|
|
|
|
|
|
|
```{toctree}
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
2022-11-25 21:22:34 +01:00
|
|
|
Evennia-Code-Style.md
|
2022-11-26 15:37:02 +01:00
|
|
|
Default-Command-Syntax.md
|
2022-11-15 20:46:50 +01:00
|
|
|
Version-Control.md
|
|
|
|
|
Debugging.md
|
|
|
|
|
Unit-Testing.md
|
|
|
|
|
Profiling.md
|
2022-11-25 21:22:34 +01:00
|
|
|
Continuous-Integration.md
|
|
|
|
|
Setting-up-PyCharm.md
|
2022-11-23 22:14:59 +01:00
|
|
|
```
|
2022-11-15 20:46:50 +01:00
|
|
|
|
2022-11-23 22:14:59 +01:00
|
|
|
## Evennia Changelog
|
|
|
|
|
|
2022-11-24 00:01:57 +01:00
|
|
|
```{toctree}
|
2022-11-23 22:14:59 +01:00
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
|
|
Changelog.md
|
2022-11-15 20:46:50 +01:00
|
|
|
```
|
|
|
|
|
|