evennia/docs/source/Coding/Coding-Overview.md

48 lines
773 B
Markdown
Raw Normal View History

# 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.
## Setting up a workflow
See also the [Beginner Tutorial](../Howtos/Beginner-Tutorial/Beginner-Tutorial-Overview.md).
```{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
Debugging.md
Unit-Testing.md
Profiling.md
Quirks.md
2022-11-23 22:14:59 +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
```
## Third-party integrations
```{toctree}
:maxdepth: 2
Continuous-Integration.md
Setting-up-PyCharm.md
```