2020-06-19 22:46:19 +02:00
|
|
|
# Coding and development help
|
|
|
|
|
|
|
|
|
|
This documentation aims to help you set up a sane development environment to
|
|
|
|
|
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-02-06 19:27:15 +01:00
|
|
|
## Setting up a workflow
|
2020-06-19 22:46:19 +02:00
|
|
|
|
2022-02-06 19:27:15 +01:00
|
|
|
See also the [Beginner Tutorial](../Howtos/Beginner-Tutorial/Beginner-Tutorial-Intro.md).
|
2020-06-19 22:46:19 +02:00
|
|
|
|
2022-02-06 19:27:15 +01:00
|
|
|
```{toctree}
|
|
|
|
|
:maxdepth: 2
|
2020-06-19 22:46:19 +02:00
|
|
|
|
2022-02-06 19:27:15 +01:00
|
|
|
Version-Control.md
|
|
|
|
|
Updating-Your-Game.md
|
|
|
|
|
|
|
|
|
|
```
|
2020-06-19 22:46:19 +02:00
|
|
|
|
|
|
|
|
## Coding away
|
|
|
|
|
|
2022-02-06 19:27:15 +01:00
|
|
|
```{toctree}
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
|
|
Coding-Introduction.md
|
|
|
|
|
Debugging.md
|
|
|
|
|
Unit-Testing.md
|
|
|
|
|
Profiling.md
|
|
|
|
|
Quirks.md
|
|
|
|
|
Changelog.md
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Third-party integrations
|
|
|
|
|
|
|
|
|
|
```{toctree}
|
|
|
|
|
:maxdepth: 2
|
2020-06-19 22:46:19 +02:00
|
|
|
|
2022-02-06 19:27:15 +01:00
|
|
|
Continuous-Integration.md
|
|
|
|
|
Setting-up-PyCharm.md
|
2020-06-19 22:46:19 +02:00
|
|
|
|
2022-02-06 19:27:15 +01:00
|
|
|
```
|