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-21 00:33:36 +01:00
make your game, also if you never coded before. If you are an experienced coder, much of this will be familiar to you, but some things may still be useful.
2022-11-15 20:46:50 +01:00
## Setting up a workflow
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
Version-Control.md
Updating-Your-Game.md
```
## Coding away
```{toctree}
:maxdepth: 2
Coding-Introduction.md
2022-11-21 00:33:36 +01:00
Coding-FAQ.md
2022-11-15 20:46:50 +01:00
Debugging.md
Unit-Testing.md
Profiling.md
Quirks.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
```
:maxdepth: 2
Changelog.md
2022-11-15 20:46:50 +01:00
```
## Third-party integrations
```{toctree}
:maxdepth: 2
Continuous-Integration.md
Setting-up-PyCharm.md
```